aboutsummaryrefslogtreecommitdiff
path: root/Docs/source/install/hpc/ookami.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Docs/source/install/hpc/ookami.rst')
-rw-r--r--Docs/source/install/hpc/ookami.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Docs/source/install/hpc/ookami.rst b/Docs/source/install/hpc/ookami.rst
index 2dd81fe2c..b02c780ab 100644
--- a/Docs/source/install/hpc/ookami.rst
+++ b/Docs/source/install/hpc/ookami.rst
@@ -76,11 +76,11 @@ Then, ``cd`` into the directory ``$HOME/src/warpx`` and use the following comman
cd $HOME/src/warpx
rm -rf build
- cmake -S . -B build -DWarpX_COMPUTE=OMP -DWarpX_OPENPMD=ON
+ cmake -S . -B build -DWarpX_COMPUTE=OMP
cmake --build build -j 10
# or (currently better performance)
- cmake -S . -B build -DWarpX_COMPUTE=NOACC -DWarpX_OPENPMD=ON
+ cmake -S . -B build -DWarpX_COMPUTE=NOACC
cmake --build build -j 10
The general :ref:`cmake compile-time options <building-cmake>` apply as usual.