From 334c16b90d83b0d92f2b5ddb2506f511d50d051c Mon Sep 17 00:00:00 2001 From: Minsuk Ji <57227195+MinsukJi-NOAA@users.noreply.github.com> Date: Thu, 8 Oct 2020 07:13:14 -0400 Subject: [PATCH] Support TACC stampede (#19) --- configuration/scripts/forapps/ufs/comp_ice.backend.clean | 2 ++ configuration/scripts/forapps/ufs/comp_ice.backend.libcice | 2 ++ 2 files changed, 4 insertions(+) diff --git a/configuration/scripts/forapps/ufs/comp_ice.backend.clean b/configuration/scripts/forapps/ufs/comp_ice.backend.clean index af6cfe9ab..d75d381b4 100755 --- a/configuration/scripts/forapps/ufs/comp_ice.backend.clean +++ b/configuration/scripts/forapps/ufs/comp_ice.backend.clean @@ -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 diff --git a/configuration/scripts/forapps/ufs/comp_ice.backend.libcice b/configuration/scripts/forapps/ufs/comp_ice.backend.libcice index 1b5b142a5..47985bef2 100755 --- a/configuration/scripts/forapps/ufs/comp_ice.backend.libcice +++ b/configuration/scripts/forapps/ufs/comp_ice.backend.libcice @@ -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