Skip to content

Commit

Permalink
Use source instead of modules for ifort18
Browse files Browse the repository at this point in the history
  • Loading branch information
mcocdawc committed Feb 20, 2023
1 parent d8ef90b commit 454be50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/auto_module.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 454be50

Please sign in to comment.