Skip to content

Commit

Permalink
Remove cheyenne reference.
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidHuber-NOAA committed Jan 25, 2024
1 parent 4e6757a commit 29eb572
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions sorc/machine-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,6 @@ elif [[ -d /scratch1 ]] ; then
fi
target=hera
module purge
elif [[ -d /glade ]] ; then
# We are on NCAR Cheyenne
if ( ! eval module help > /dev/null 2>&1 ) ; then
echo load the module command 1>&2
. /glade/u/apps/ch/opt/lmod/8.1.7/lmod/8.1.7/init/sh
fi
target=cheyenne
module purge
elif [[ -d /lustre && -d /ncrc ]] ; then
# We are on GAEA.
if ( ! eval module help > /dev/null 2>&1 ) ; then
Expand Down

0 comments on commit 29eb572

Please sign in to comment.