Skip to content

Commit 87fa927

Browse files
add module env file for Jupiter
1 parent b767aad commit 87fa927

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

.etc/common-env/modules_jupiter.sh

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
module load Stages/2026
2+
module purge
3+
module load GCC/14.3.0
4+
module load CUDA/13
5+
module load OpenMPI/5.0.8
6+
export MPI_HOME=$EBROOTOPENMPI
7+
#export MPI_HOME=$EBROOTPSMPI
8+
module load NCCL/default-CUDA-13
9+
module load NVSHMEM/3.5.21-CUDA-13
10+
module load Nsight-Systems/2025.5.1
11+
module load MPI-settings/CUDA
12+
module use $JSCCOURSE_DIR_GROUP/common/modulefiles

0 commit comments

Comments
 (0)