Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions src/conf/module-setup.csh.inc
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,12 @@ else if ( { test -d /glade } ) then
source /glade/u/apps/ch/modulefiles/default/localinit/localinit.csh
endif
module purge
else if ( { test -d /work/stampede } ) then
# We are on TACC Stampede
if ( ! { module help >& /dev/null } ) then
source /opt/apps/lmod/lmod/init/csh
endif
module purge
else if ( { test -d /lustre -a -d /ncrc } ) then
# We are on GAEA.
if ( ! { module help >& /dev/null } ) then
Expand Down
6 changes: 6 additions & 0 deletions src/conf/module-setup.sh.inc
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,12 @@ elif [[ -d /glade ]] ; then
. /glade/u/apps/ch/modulefiles/default/localinit/localinit.sh
fi
module purge
elif [[ -d /work/stampede ]] ; then
# We are on TACC Stampede
if ( ! eval module help > /dev/null 2>&1 ) ; then
source /opt/apps/lmod/lmod/init/bash
fi
module purge
elif [[ -d /lustre && -d /ncrc ]] ; then
# We are on GAEA.
if ( ! eval module help > /dev/null 2>&1 ) ; then
Expand Down
7 changes: 0 additions & 7 deletions src/incmake/env/cisl/cheyenne.pgi.mk

This file was deleted.