diff options
author | 2021-10-05 21:57:50 +0200 | |
---|---|---|
committer | 2021-10-05 19:57:50 +0000 | |
commit | 0a196b6d76e35a244e95add376e069fded7e2b89 (patch) | |
tree | 120cfc727a860f0b8a2a4d659488b92492e3ce93 /Docs/source/install | |
parent | a32bedbdd0c5dff566d0fc767ab088e92968cb54 (diff) | |
download | WarpX-0a196b6d76e35a244e95add376e069fded7e2b89.tar.gz WarpX-0a196b6d76e35a244e95add376e069fded7e2b89.tar.zst WarpX-0a196b6d76e35a244e95add376e069fded7e2b89.zip |
Capitalize python environment variables in CI workflows (#2376)
* Capitalize python environment variables in CI workflows
* Python Envs: Update Cori/Summit Docs
* NVHPC: Disable MPI4PY
https://github.com/mpi4py/mpi4py/issues/114
Co-authored-by: Axel Huebl <axel.huebl@plasma.ninja>
Diffstat (limited to 'Docs/source/install')
-rw-r--r-- | Docs/source/install/hpc/cori.rst | 2 | ||||
-rw-r--r-- | Docs/source/install/hpc/summit.rst | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Docs/source/install/hpc/cori.rst b/Docs/source/install/hpc/cori.rst index a362c6be9..f1aeec351 100644 --- a/Docs/source/install/hpc/cori.rst +++ b/Docs/source/install/hpc/cori.rst @@ -230,7 +230,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 WARPX_OPENPMD=ON BUILD_PARALLEL=16 python3 -m pip install --force-reinstall -v . .. _running-cpp-cori: diff --git a/Docs/source/install/hpc/summit.rst b/Docs/source/install/hpc/summit.rst index 9cb32c50b..81a8f9c63 100644 --- a/Docs/source/install/hpc/summit.rst +++ b/Docs/source/install/hpc/summit.rst @@ -156,7 +156,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 WARPX_OPENPMD=ON BUILD_PARALLEL=32 python3 -m pip install --force-reinstall -v . .. _running-cpp-summit: |