Skip to content

Commit 89ee063

Browse files
committed
WIP change modules for ISC25
1 parent 9779dbc commit 89ee063

File tree

4 files changed

+13
-17
lines changed

4 files changed

+13
-17
lines changed

.etc/deploy-material.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
rsync --archive --exclude="*minified.pdf" --exclude="tut*" --exclude=".*" --exclude="*-sc*.pdf" --verbose ../ judac:/p/project/training2446/common/material/
1+
rsync --archive --exclude="*minified.pdf" --exclude="tut*" --exclude=".*" --exclude="*-sc*.pdf" --verbose ../ judac:/p/project/training2526/common/material/

.etc/deploy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
rsync --archive --exclude="deploy.sh" --exclude="raw/" --exclude="sc24-titleslides/" --verbose . judac:/p/project/training2446/common/environment/
1+
rsync --archive --exclude="deploy.sh" --exclude="raw/" --exclude="sc2*-titleslides/" --verbose . judac:/p/project/training2526/common/environment/

.etc/jsccourse-bashrc.sh

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@
1111
# Andreas Herten, >2017
1212
################################################
1313
if [ -z "$_JSCCOURSE_ENV_SOURCED" ]; then
14-
project="training2446"
14+
project="training2526"
1515

1616
export JSCCOURSE_DIR_GROUP=/p/project/$project
17-
export JSCCOURSE_DIR_LOCAL=${JSCCOURSE_DIR_LOCAL_BASE:-$HOME}/SC24-Multi-GPU-Tutorial
17+
export JSCCOURSE_DIR_LOCAL=${JSCCOURSE_DIR_LOCAL_BASE:-$HOME}/ISC25-Multi-GPU-Tutorial
1818

1919
export _JSCCOURSE_ENV_SOURCED="$(date)"
2020
export C_V_D="0,1,2,3"
@@ -23,8 +23,8 @@ if [ -z "$_JSCCOURSE_ENV_SOURCED" ]; then
2323

2424
res=""
2525
currentday=$(date +%d)
26-
if [[ "$currentday" == "17" ]]; then
27-
res="--reservation sc24-multi-gpu"
26+
if [[ "$currentday" == "13" ]]; then
27+
res="--reservation isc25-mgpu"
2828
fi
2929

3030
export SLURM_NTASKS=1
@@ -47,12 +47,14 @@ if [ -z "$_JSCCOURSE_ENV_SOURCED" ]; then
4747
export NP=4
4848
partition=${partition:-booster}
4949
JSC_SUBMIT_CMD_SYSTEM_SPECIFIC_OPTIONS="--disable-dcgm"
50+
export _JSCCOURSE_GPU_ARCH='80'
5051
;;
5152
jurecadc)
5253
ngpus=4
5354
export NP=4
5455
partition=${partition:-dc-gpu}
5556
JSC_SUBMIT_CMD_SYSTEM_SPECIFIC_OPTIONS="--disable-dcgm"
57+
export _JSCCOURSE_GPU_ARCH='80'
5658
;;
5759
jedi)
5860
ngpus=4

.etc/modules.sh

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,10 @@
11
module purge
2-
module use $OTHERSTAGES
3-
#module use /p/project/training2446/easybuild/juwelsbooster/modules/all/MPI/GCC/12.3.0/psmpi/5/
4-
module load Stages/2024
5-
module load GCC/12.3.0
2+
module load GCC/13.3.0
63
module load CUDA/12
7-
module load OpenMPI/4.1.6
4+
module load OpenMPI/5.0.5
85
export MPI_HOME=$EBROOTOPENMPI
96
#export MPI_HOME=$EBROOTPSMPI
107
module load NCCL/default-CUDA-12
11-
module load NVSHMEM/2.10.1-CUDA-12
12-
module load Nsight-Systems/2024.4.1
13-
module load MPI-settings/CUDA
14-
export USERINSTALLATIONS=${JSCCOURSE_DIR_GROUP}
15-
module update # will also load different NCCL
16-
module load NVSHMEM/3.1.7-CUDA-12
8+
module load NVSHMEM/3.1.7-CUDA-12
9+
module load Nsight-Systems/2025.3.1
10+
module load MPI-settings/CUDA

0 commit comments

Comments
 (0)