Skip to content

Commit

Permalink
Ref #114 (#116)
Browse files Browse the repository at this point in the history
Update Mon_config, rm cheyenne references.
  • Loading branch information
EdwardSafford-NOAA committed Jan 31, 2024
1 parent 97be8b0 commit fb39e83
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 9 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ GSI Monitoring Tools

These tools monitor the Gridpoint Statistical Interpolation (GSI) package's data assimiliation, detecting
and reporting missing data sources, low observational counts, and high penalty values. These machines
are supported: wcoss2, hera, orion, jet, cheyenne, s4.
are supported: wcoss2, hera, orion, jet, s4.

Suite includes:
```
Expand Down
2 changes: 1 addition & 1 deletion parm/Mon_config
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export MY_MACHINE=$machine_id
if [[ $MY_MACHINE = "wcoss2" || $MY_MACHINE = "hera" || $MY_MACHINE = "orion" || $MY_MACHINE = "s4" || $MY_MACHINE = "jet" ]]; then
source $DIR_ROOT/ush/module-setup.sh
module use $DIR_ROOT/modulefiles
module load ${MACHINE_ID}-run
module load ${MACHINE_ID}.${COMPILER}-run
module list
fi

Expand Down
7 changes: 0 additions & 7 deletions ush/module-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,6 @@ elif [[ $MACHINE_ID = wcoss2 ]]; then
# We are on WCOSS2
module reset

elif [[ $MACHINE_ID = cheyenne* ]] ; then
# We are on NCAR Cheyenne
if ( ! eval module help > /dev/null 2>&1 ) ; then
source /glade/u/apps/ch/modulefiles/default/localinit/localinit.sh
fi
module purge

elif [[ $MACHINE_ID = stampede* ]] ; then
# We are on TACC Stampede
if ( ! eval module help > /dev/null 2>&1 ) ; then
Expand Down

0 comments on commit fb39e83

Please sign in to comment.