diff options
-rw-r--r-- | Docs/source/install/hpc/cori.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Docs/source/install/hpc/cori.rst b/Docs/source/install/hpc/cori.rst index 3105452be..d42ab3d2b 100644 --- a/Docs/source/install/hpc/cori.rst +++ b/Docs/source/install/hpc/cori.rst @@ -137,8 +137,8 @@ Then, ``cd`` into the directory ``$HOME/src/warpx`` and use the following comman cd $HOME/src/warpx rm -rf build - # append if you target GPUs: -DWarpX_COMPUTE=CUDA - cmake -S build -B build -DWarpX_OPENPMD=ON -DWarpX_DIMS=3 . + # append if you target GPUs: -DWarpX_COMPUTE=CUDA + cmake -S . -B build -DWarpX_OPENPMD=ON -DWarpX_DIMS=3 cmake --build build -j 16 The general :ref:`cmake compile-time options and instructions for Python (PICMI) bindings <building-cmake>` apply as usual. |