Skip to content

Commit

Permalink
Support TACC stampede (NOAA-EMC#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
MinsukJi-NOAA authored and DeniseWorthen committed Sep 22, 2023
1 parent 1fe18f7 commit 334c16b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions configuration/scripts/forapps/ufs/comp_ice.backend.clean
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ else if (${MACHINE_ID} =~ hera*) then
setenv ARCH hera_intel
else if (${MACHINE_ID} =~ wcoss*) then
setenv ARCH wcoss_dell_p3_intel
else if (${MACHINE_ID} =~ stampede*) then
setenv ARCH stampede_intel
else
echo "CICE6 ${0}: ERROR in ARCH setup, ${hname}"
exit -2
Expand Down
2 changes: 2 additions & 0 deletions configuration/scripts/forapps/ufs/comp_ice.backend.libcice
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ else if (${MACHINE_ID} =~ hera*) then
setenv ARCH hera_intel
else if (${MACHINE_ID} =~ wcoss*) then
setenv ARCH wcoss_dell_p3_intel
else if (${MACHINE_ID} =~ stampede*) then
setenv ARCH stampede_intel
else
echo "CICE6 ${0}: ERROR in ARCH setup, ${hname}"
exit -2
Expand Down

0 comments on commit 334c16b

Please sign in to comment.