From d0690e23402c28d624791ab033b5f0d3be289dbd Mon Sep 17 00:00:00 2001 From: Axel Huebl Date: Thu, 3 Oct 2024 00:15:57 -0700 Subject: [PATCH] Doc: Update Lawrencium (LBNL) (#5360) Update installation instructions for the Lawrencium Cluster (LBNL). --- .../lawrencium_warpx.profile.example | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) diff --git a/Tools/machines/lawrencium-lbnl/lawrencium_warpx.profile.example b/Tools/machines/lawrencium-lbnl/lawrencium_warpx.profile.example index 8db2b44b8a7..62f80433233 100644 --- a/Tools/machines/lawrencium-lbnl/lawrencium_warpx.profile.example +++ b/Tools/machines/lawrencium-lbnl/lawrencium_warpx.profile.example @@ -2,19 +2,16 @@ #export proj="" # change me, e.g., ac_blast # required dependencies -module load cmake/3.24.1 -module load cuda/11.4 -module load gcc/7.4.0 -module load openmpi/4.0.1-gcc +module load cmake/3.27.7 +module load gcc/11.4.0 +module load cuda/12.2.1 +module load openmpi/4.1.6 # optional: for QED support with detailed tables -module load boost/1.70.0-gcc +module load boost/1.83.0 # optional: for openPMD and PSATD+RZ support -module load hdf5/1.10.5-gcc-p -module load lapack/3.8.0-gcc -# CPU only: -#module load fftw/3.3.8-gcc +module load hdf5/1.14.3 export CMAKE_PREFIX_PATH=$HOME/sw/v100/c-blosc-1.21.1:$CMAKE_PREFIX_PATH export CMAKE_PREFIX_PATH=$HOME/sw/v100/adios2-2.8.3:$CMAKE_PREFIX_PATH @@ -27,7 +24,7 @@ export PATH=$HOME/sw/v100/adios2-2.8.3/bin:$PATH #module load ccache # missing # optional: for Python bindings or libEnsemble -module load python/3.8.8 +module load python/3.11.6-gcc-11.4.0 if [ -d "$HOME/sw/v100/venvs/warpx" ] then