diff --git a/tools/auto_module.sh b/tools/auto_module.sh index bfaab101d..51299c87f 100755 --- a/tools/auto_module.sh +++ b/tools/auto_module.sh @@ -17,7 +17,7 @@ if [ "ifort-debug" == "$@" ] || [ "ifort" == "$@" ]; then module load ifort/19.1.1 mpi.intel/2019.7 elif [ "ifort18-debug" == "$@" ] || [ "ifort18" == "$@" ]; then export HDF5_ROOT=/opt/hdf-1.12.2_ifort18_mpi - module load ifort/18.0.1 mpi.intel/5.0.3 + source /usr/local/server/IntelStudio_2018/parallel_studio_xe_2018.4.057/psxevars.sh intel64 elif [ "gfortran-debug" == "$@" ] || [ "gfortran-fastdebug" == "$@" ] || [ "gfortran" == "$@" ] || [ "gfortran-short-doc" == "$@" ] || [ "gfortran-doc" == "$@" ] || [ "gfortran-debug-integer8" == "$@" ]; then export HDF5_ROOT=/opt/hdf-1.12.2_gfort7_mpi module load gnu-openmpi/3.1.6