From 63917c6a5632853dd513ec1038c38db8869501a7 Mon Sep 17 00:00:00 2001
From: Michele Rosso <mrosso@lbl.gov>
Date: Fri, 7 Dec 2018 17:55:19 -0800
Subject: [PATCH] Update CMake options table

---
 docs/source/BuildingCMake.rst | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/docs/source/BuildingCMake.rst b/docs/source/BuildingCMake.rst
index cc7ec71..b1674f2 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            |                  |             |
 +-----------------+------------------------------+------------------+-------------+
-- 
GitLab