diff options
Diffstat (limited to 'Docs/source/install/hpc/lassen.rst')
-rw-r--r-- | Docs/source/install/hpc/lassen.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Docs/source/install/hpc/lassen.rst b/Docs/source/install/hpc/lassen.rst index 3a79c336a..984349792 100644 --- a/Docs/source/install/hpc/lassen.rst +++ b/Docs/source/install/hpc/lassen.rst @@ -83,7 +83,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_COMPUTE=CUDA -DWarpX_OPENPMD=ON + cmake -S . -B build -DWarpX_COMPUTE=CUDA cmake --build build -j 10 This will build an executable in ``build/bin/``. |