diff options
Diffstat (limited to 'Docs/source/install/hpc/quartz.rst')
-rw-r--r-- | Docs/source/install/hpc/quartz.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Docs/source/install/hpc/quartz.rst b/Docs/source/install/hpc/quartz.rst index 94aa3a241..661d43fcd 100644 --- a/Docs/source/install/hpc/quartz.rst +++ b/Docs/source/install/hpc/quartz.rst @@ -81,7 +81,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 + cmake -S . -B build cmake --build build -j 6 This will build an executable in ``build/bin/``. |