Skip to content

Commit 47e3061

Browse files
authored
Merge pull request #132 from LSSTDESC/issue/131/setup
Updating desc-python setup scripts
2 parents 3bca764 + 3df0dd0 commit 47e3061

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

jupyter-kernels/setup/setup_current_python.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ then
3030
else
3131
module load PrgEnv-gnu
3232
module load cpu
33-
module load cray-mpich-abi/8.1.15
33+
module load cray-mpich-abi/8.1.22
3434
fi
3535

3636

jupyter-kernels/setup/setup_dev_python.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ then
2828
export LD_LIBRARY_PATH=$CRAY_MPICH_BASEDIR/mpich-gnu-abi/8.2/lib:$LD_LIBRARY_PATH
2929
else
3030
module load PrgEnv-gnu
31-
module load cpu
32-
module load cray-mpich-abi/8.1.15
31+
# module load cpu
32+
module load cray-mpich-abi/8.1.22
3333
fi
3434

3535

0 commit comments

Comments
 (0)