Unverified Commit 8f2704fd authored by jmusser304's avatar jmusser304 Committed by GitHub
Browse files

Merge pull request #22 from drangara/cmake_build_additions

Add mpi flag to cmake build, fix some docs
parents d108d8dd 2b49969e
Loading
Loading
Loading
Loading
+8 −3
Original line number Diff line number Diff line
@@ -39,7 +39,7 @@ and regression testing applications. AMReX and AMReX_Hydro library versions and
configuration options must meet MFiX-Exa requirements.

.. note::
   **MFiX-Exa requires CMake 3.14 or higher.**
   **MFiX-Exa requires CMake 3.20 or higher.**

.. _sec:build:superbuild:

@@ -200,8 +200,8 @@ for an available AMReX installation.
           | MFIX\_OMP       | Enable build with OpenMP     | no/yes           | no          |
           |                 |                              |                  |             |
           +-----------------+------------------------------+------------------+-------------+
           | MFIX\_GPU\_     | On-node, accelerated GPU \   | NONE             | NONE,SYCL,\ |
           | BACKEND         | backend                      |                  | CUDA,HIP    |
           | MFIX\_GPU\_     | On-node, accelerated GPU \   | NONE,SYSCL,\     | NONE        |
           | BACKEND         | backend                      | CUDA,HIP         |             |
           +-----------------+------------------------------+------------------+-------------+
           | MFIX\_HYPRE     | Enable HYPRE support         | no/yes           | no          |
           |                 |                              |                  |             |
@@ -212,6 +212,11 @@ for an available AMReX installation.
           | MFIX\_CSG       | Build with CSG support       | no/yes           | no          |
           |                 |                              |                  |             |
           +-----------------+------------------------------+------------------+-------------+
           | MFIX\_MPI\_     | Concurrent MPI calls from    | no/yes           | no          |
           | THREAD\_MULTIPLE| multiple threads             |                  |             |
           |                 |                              |                  |             |
           |                 |                              |                  |             |
           +-----------------+------------------------------+------------------+-------------+