Skip to content

Commit

Permalink
Added S4 to module-setup.csh.inc.
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidHuber-NOAA authored and [David Huber] committed Feb 2, 2021
1 parent 4679efe commit 2f7580b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions modulefiles/module-setup.csh.inc
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,12 @@ else if ( { test -d /work } ) then
source /apps/lmod/init/$__ms_shell
endif
module purge
else if ( { test -d /data/prod } ) then
# We are on SSEC S4
if ( ! { module help >& /dev/null } ) then
source /opt/apps/lmod/init/$__ms_shell
endif
module purge
else if ( { test -d /gpfs/hps -a -e /etc/SuSE-release } ) then
# We are on NOAA Luna or Surge
if ( ! { module help >& /dev/null } ) then
Expand Down

0 comments on commit 2f7580b

Please sign in to comment.