From 2b49969e90f2b733f63c922f9c1aa82b165e791c Mon Sep 17 00:00:00 2001 From: Deepak Rangarajan Date: Thu, 27 Oct 2022 14:58:56 +0000 Subject: [PATCH] Add mpi flag to cmake build, fix some docs --- docs/source/getting_started/BuildingCMake.rst | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/docs/source/getting_started/BuildingCMake.rst b/docs/source/getting_started/BuildingCMake.rst index 2250028..c654092 100644 --- a/docs/source/getting_started/BuildingCMake.rst +++ b/docs/source/getting_started/BuildingCMake.rst @@ -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 | | | + | | | | | + | | | | | + +-----------------+------------------------------+------------------+-------------+ -- GitLab