Skip to content

Commit 60c8744

Browse files
committed
Merge branch 'main' of github.com:FZJ-JSC/tutorial-multi-gpu
2 parents 22ab256 + e58515b commit 60c8744

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.etc/jsccourse-bashrc.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ if [[ $- =~ "i" ]]; then
109109

110110
echo ""
111111
echo "*******************************************************************************"
112-
echo " Welcome to the SC23 Tutorial on Multi-GPU Computing for Exascale! "
112+
echo " Welcome to the ISC24 Tutorial on Multi-GPU Computing for Exascale! "
113113
# echo " A default call to get a batch system allocation is stored in \$JSC_ALLOC_CMD!"
114114
# echo " Use it with \`eval \$JSC_ALLOC_CMD\`. The value of \$JSC_ALLOC_CMD is:"
115115
# echo -n " "

.etc/modules.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
module purge
22
module use $OTHERSTAGES
3+
module use /p/project/training2414/easybuild/juwelsbooster/modules/all/MPI/GCC/12.3.0/psmpi/5/
34
module load Stages/2024
45
module load GCC/12.3.0
56
module load CUDA/12
67
module load ParaStationMPI/5.9.2-1
78
module load NCCL/default-CUDA-12
8-
module load NVSHMEM/2.10.1-CUDA-12
9+
module load NVSHMEM/2.11.0-CUDA-12
910
module load Nsight-Systems/2023.3.1
1011
module load MPI-settings/CUDA
1112
# module use $JSCCOURSE_DIR_GROUP/common/modulefiles

0 commit comments

Comments
 (0)