Skip to content

Commit

Permalink
LUMI (CSC): September Upgrade (#5301)
Browse files Browse the repository at this point in the history
Update the LUMI documentation to the latest
major system upgrade from last week.
  • Loading branch information
ax3l committed Sep 23, 2024
1 parent 58b024a commit 1da2ea0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Tools/machines/lumi-csc/lumi_warpx.profile.example
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
#export proj="project_..."

# required dependencies
module load LUMI/23.09 partition/G
module load rocm/5.2.3 # waiting for 5.5 for next bump
module load buildtools/23.09
module load LUMI/24.03 partition/G
module load rocm/6.0.3
module load buildtools/24.03

# optional: just an additional text editor
module load nano
Expand All @@ -27,7 +27,7 @@ export PATH=${SW_DIR}/hdf5-1.14.1.2/bin:${PATH}
export PATH=${SW_DIR}/adios2-2.8.3/bin:${PATH}

# optional: for Python bindings or libEnsemble
module load cray-python/3.10.10
module load cray-python/3.11.7

if [ -d "${SW_DIR}/venvs/warpx-lumi" ]
then
Expand Down

0 comments on commit 1da2ea0

Please sign in to comment.