Skip to content

Commit ad71a5e

Browse files
authored
update cray-mpich-abi
remove loading cpu module on Perlmutter
1 parent 3bca764 commit ad71a5e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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)