diff --git a/docs/source/BuildingCMake.rst b/docs/source/BuildingCMake.rst index cc7ec7153681c8cf20e54a448a2ee2808b6f548b..b1674f24392d5a4334a3dde330207c906c628ae3 100644 --- a/docs/source/BuildingCMake.rst +++ b/docs/source/BuildingCMake.rst @@ -58,6 +58,12 @@ build of AMReX. | AMREX\_CXX\_FLA | User-defined C++ flags for | valid C++ | None | | GS | AMReX build | compiler flags | | +-----------------+------------------------------+------------------+-------------+ +| ENABLE\_MPI | Enable build with MPI | 0/1 | 1 | +| | | | | ++-----------------+------------------------------+------------------+-------------+ +| ENABLE\_OMP | Enable build with OpenMP | 0/1 | 0 | +| | | | | ++-----------------+------------------------------+------------------+-------------+ | ENABLE\_FPE | Build with Floating-Point | 0/1 | 0 | | | Exceptions checks | | | +-----------------+------------------------------+------------------+-------------+