aboutsummaryrefslogtreecommitdiff
path: root/Docs/source/install/hpc
diff options
context:
space:
mode:
Diffstat (limited to 'Docs/source/install/hpc')
-rw-r--r--Docs/source/install/hpc/cori.rst4
-rw-r--r--Docs/source/install/hpc/juwels.rst2
-rw-r--r--Docs/source/install/hpc/lassen.rst2
-rw-r--r--Docs/source/install/hpc/ookami.rst4
-rw-r--r--Docs/source/install/hpc/perlmutter.rst2
-rw-r--r--Docs/source/install/hpc/quartz.rst2
-rw-r--r--Docs/source/install/hpc/spock.rst2
-rw-r--r--Docs/source/install/hpc/summit.rst4
8 files changed, 11 insertions, 11 deletions
diff --git a/Docs/source/install/hpc/cori.rst b/Docs/source/install/hpc/cori.rst
index 6304edffc..400c413c2 100644
--- a/Docs/source/install/hpc/cori.rst
+++ b/Docs/source/install/hpc/cori.rst
@@ -275,7 +275,7 @@ Then, ``cd`` into the directory ``$HOME/src/warpx`` and use the following comman
rm -rf build
# append if you target GPUs: -DWarpX_COMPUTE=CUDA
- cmake -S . -B build -DWarpX_OPENPMD=ON -DWarpX_DIMS=3
+ cmake -S . -B build -DWarpX_DIMS=3
cmake --build build -j 16
The general :ref:`cmake compile-time options and instructions for Python (PICMI) bindings <building-cmake-python>` apply as usual:
@@ -286,7 +286,7 @@ The general :ref:`cmake compile-time options and instructions for Python (PICMI)
cd $HOME/src/warpx
# compile parallel PICMI interfaces with openPMD support and 3D, 2D and RZ
- WARPX_MPI=ON WARPX_OPENPMD=ON BUILD_PARALLEL=16 python3 -m pip install --force-reinstall -v .
+ WARPX_MPI=ON BUILD_PARALLEL=16 python3 -m pip install --force-reinstall -v .
.. _running-cpp-cori:
diff --git a/Docs/source/install/hpc/juwels.rst b/Docs/source/install/hpc/juwels.rst
index c36161c49..206078dda 100644
--- a/Docs/source/install/hpc/juwels.rst
+++ b/Docs/source/install/hpc/juwels.rst
@@ -71,7 +71,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 -DWarpX_MPI_THREAD_MULTIPLE=OFF
+ cmake -S . -B build -DWarpX_COMPUTE=CUDA -DWarpX_MPI_THREAD_MULTIPLE=OFF
cmake --build build -j 16
The other :ref:`general compile-time options <install-developers>` apply as usual.
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/``.
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.
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.
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/``.
diff --git a/Docs/source/install/hpc/spock.rst b/Docs/source/install/hpc/spock.rst
index 78bb08361..03fec9133 100644
--- a/Docs/source/install/hpc/spock.rst
+++ b/Docs/source/install/hpc/spock.rst
@@ -76,7 +76,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=HIP -DAMReX_AMD_ARCH=gfx908 -DMPI_CXX_COMPILER=$(which CC) -DMPI_C_COMPILER=$(which cc) -DMPI_COMPILER_FLAGS="--cray-print-opts=all"
+ cmake -S . -B build -DWarpX_DIMS=3 -DWarpX_COMPUTE=HIP -DAMReX_AMD_ARCH=gfx908 -DMPI_CXX_COMPILER=$(which CC) -DMPI_C_COMPILER=$(which cc) -DMPI_COMPILER_FLAGS="--cray-print-opts=all"
cmake --build build -j 10
The general :ref:`cmake compile-time options <building-cmake>` apply as usual.
diff --git a/Docs/source/install/hpc/summit.rst b/Docs/source/install/hpc/summit.rst
index 13fa48f7c..7b5a67f31 100644
--- a/Docs/source/install/hpc/summit.rst
+++ b/Docs/source/install/hpc/summit.rst
@@ -145,7 +145,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 6
The general :ref:`cmake compile-time options <building-cmake>` apply as usual.
@@ -159,7 +159,7 @@ We only prefix it to request a node for the compilation (``runNode``), so we can
cd $HOME/src/warpx
# compile parallel PICMI interfaces with openPMD support and 3D, 2D and RZ
- runNode WARPX_MPI=ON WARPX_COMPUTE=CUDA WARPX_PSATD=ON WARPX_OPENPMD=ON BUILD_PARALLEL=32 python3 -m pip install --force-reinstall -v .
+ runNode WARPX_MPI=ON WARPX_COMPUTE=CUDA WARPX_PSATD=ON BUILD_PARALLEL=32 python3 -m pip install --force-reinstall -v .
.. _running-cpp-summit: