diff options
Diffstat (limited to 'Docs/source/install/hpc/perlmutter.rst')
-rw-r--r-- | Docs/source/install/hpc/perlmutter.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Docs/source/install/hpc/perlmutter.rst b/Docs/source/install/hpc/perlmutter.rst index e8b532ea8..3478bc5fb 100644 --- a/Docs/source/install/hpc/perlmutter.rst +++ b/Docs/source/install/hpc/perlmutter.rst @@ -102,7 +102,7 @@ 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_OPENPMD=ON -DWarpX_DIMS=3 -DWarpX_COMPUTE=CUDA + cmake -S . -B build -DWarpX_DIMS=3 -DWarpX_COMPUTE=CUDA cmake --build build -j 32 The general :ref:`cmake compile-time options <building-cmake>` apply as usual. |