Skip to content

Commit

Permalink
remove explicit version of cray-mpich-abi
Browse files Browse the repository at this point in the history
  • Loading branch information
heather999 authored Nov 16, 2023
1 parent 4231fc3 commit 2660ca8
Showing 1 changed file with 4 additions and 13 deletions.
17 changes: 4 additions & 13 deletions jupyter-kernels/setup/setup_current_python.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,19 +19,10 @@ export LSST_INST_DIR=/global/common/software/lsst/common/miniconda
export LSST_PYTHON_VER=current


if [ "$NERSC_HOST" == "cori" ]
then
module unload python
module swap PrgEnv-intel PrgEnv-gnu
module unload cray-libsci
module unload cray-mpich
module load cray-mpich-abi/7.7.19
export LD_LIBRARY_PATH=$CRAY_MPICH_BASEDIR/mpich-gnu-abi/8.2/lib:$LD_LIBRARY_PATH
else
module load PrgEnv-gnu
module load cpu
module load cray-mpich-abi/8.1.22
fi
module load PrgEnv-gnu
module load cpu
module load cray-mpich-abi



unset PYTHONHOME
Expand Down

0 comments on commit 2660ca8

Please sign in to comment.