Skip to content

Commit

Permalink
Merge branch 'feature/module-reset-rds' of https://github.com/NOAA-EM…
Browse files Browse the repository at this point in the history
…C/gfs-utils into feature/module-reset-rds

* 'feature/module-reset-rds' of https://github.com/NOAA-EMC/gfs-utils:
  Use module reset on S4 in module-setup.sh
  • Loading branch information
KateFriedman-NOAA committed Oct 25, 2022
2 parents bed36b4 + 92a5d1a commit 0efc9d7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ush/module-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ elif [[ $MACHINE_ID = s4* ]] ; then
if ( ! eval module help > /dev/null 2>&1 ) ; then
source /usr/share/lmod/lmod/init/bash
fi
module purge
export LMOD_SYSTEM_DEFAULT_MODULES=license_intel
module reset

elif [[ $MACHINE_ID = wcoss2 ]]; then
# We are on WCOSS2
Expand Down

0 comments on commit 0efc9d7

Please sign in to comment.