Skip to content

Commit

Permalink
LUMI (CSC): September Upgrade
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 20, 2024
1 parent 738d715 commit 353f2a9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
#export proj="project_..."

# required dependencies
module load LUMI/23.09 partition/C
module load LUMI/24.03 partition/C
module load PrgEnv-aocc
module load buildtools/23.09
module load cray-fftw/3.3.10.5
module load buildtools/24.03
module load cray-fftw/3.3.10.7

# optional: just an additional text editor
module load nano
Expand All @@ -19,7 +19,7 @@ export PATH=${SW_DIR}/adios2-2.8.3/bin:${PATH}
export PATH=${SW_DIR}/hdf5-1.14.1.2/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/impactx-cpu-lumi" ]
then
Expand Down
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
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 @@ -18,7 +18,7 @@ export PATH=${SW_DIR}/adios2-2.8.3/bin:${PATH}
export PATH=${SW_DIR}/hdf5-1.14.1.2/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/impactx-gpu-lumi" ]
then
Expand Down

0 comments on commit 353f2a9

Please sign in to comment.