Skip to content

Commit

Permalink
src/machine-setup.sh: don't purge on gaea (ufs-community#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
climbfuji authored Oct 27, 2020
1 parent 8181459 commit c6aaee2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/machine-setup.sh
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,8 @@ elif [ "$target" = "gaea" ] ; then
echo load the module command 1>&2
source /etc/profile
fi
module purge
# Don't purge on gaea, or hell will break loose
#module purge
elif [ "$target" = "odin" ] ; then
echo "Not doing anything for 'odin', if statement reserved for future use"
elif [[ "$target" =~ "stampede" ]] ; then
Expand Down

0 comments on commit c6aaee2

Please sign in to comment.