Skip to content

Commit

Permalink
Add WCOSS2 to utility compile scripts
Browse files Browse the repository at this point in the history
- add WCOSS2 machine option to compile scripts for mkgfsawps,
overgridid, rdbfmsua, and webtitle codes

Refs: NOAA-EMC#399
  • Loading branch information
KateFriedman-NOAA committed Sep 16, 2021
1 parent 500bdde commit 51ba61c
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion util/sorc/compile_gfs_util_wcoss.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ LMOD_EXACT_MATCH=no
source ../../sorc/machine-setup.sh > /dev/null 2>&1
cwd=`pwd`

if [ "$target" = "wcoss_dell_p3" ] || [ "$target" = "wcoss_cray" ] || [ "$target" = "hera" ] ; then
if [ "$target" = "wcoss_dell_p3" ] || [ "$target" = "wcoss_cray" ] || [ "$target" = "hera" ] || [ "$target" = "wcoss2" ] ; then
echo " "
echo " You are on WCOSS: $target "
echo " "
Expand Down
2 changes: 1 addition & 1 deletion util/sorc/mkgfsawps.fd/compile_mkgfsawps_wcoss.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ LMOD_EXACT_MATCH=no
source ../../../sorc/machine-setup.sh > /dev/null 2>&1
cwd=`pwd`

if [ "$target" = "wcoss_dell_p3" ] || [ "$target" = "wcoss_cray" ] || [ "$target" = "hera" ] ; then
if [ "$target" = "wcoss_dell_p3" ] || [ "$target" = "wcoss_cray" ] || [ "$target" = "hera" ] || [ "$target" = "wcoss2" ] ; then
echo " "
echo " You are on WCOSS: $target "
echo " "
Expand Down
2 changes: 1 addition & 1 deletion util/sorc/overgridid.fd/compile_overgridid_wcoss.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ LMOD_EXACT_MATCH=no
source ../../../sorc/machine-setup.sh > /dev/null 2>&1
cwd=`pwd`

if [ "$target" = "wcoss_dell_p3" ] || [ "$target" = "wcoss_cray" ] || [ "$target" = "hera" ] ; then
if [ "$target" = "wcoss_dell_p3" ] || [ "$target" = "wcoss_cray" ] || [ "$target" = "hera" ] || [ "$target" = "wcoss2" ] ; then
echo " "
echo " You are on WCOSS: $target "
echo " "
Expand Down
2 changes: 1 addition & 1 deletion util/sorc/rdbfmsua.fd/compile_rdbfmsua_wcoss.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ LMOD_EXACT_MATCH=no
source ../../../sorc/machine-setup.sh > /dev/null 2>&1
cwd=`pwd`

if [ "$target" = "wcoss_dell_p3" ] || [ "$target" = "wcoss_cray" ] || [ "$target" = "hera" ] ; then
if [ "$target" = "wcoss_dell_p3" ] || [ "$target" = "wcoss_cray" ] || [ "$target" = "hera" ] || [ "$target" = "wcoss2" ] ; then
echo " "
echo " You are on WCOSS: $target "
echo " "
Expand Down
2 changes: 1 addition & 1 deletion util/sorc/webtitle.fd/compile_webtitle_wcoss.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ LMOD_EXACT_MATCH=no
source ../../../sorc/machine-setup.sh > /dev/null 2>&1
cwd=`pwd`

if [ "$target" = "wcoss_dell_p3" ] || [ "$target" = "wcoss_cray" ] || [ "$target" = "hera" ] ; then
if [ "$target" = "wcoss_dell_p3" ] || [ "$target" = "wcoss_cray" ] || [ "$target" = "hera" ] || [ "$target" = "wcoss2" ] ; then
echo " "
echo " You are on WCOSS: $target "
echo " "
Expand Down

0 comments on commit 51ba61c

Please sign in to comment.