From 678c94b3a02262839b512da89685133413c4e5e8 Mon Sep 17 00:00:00 2001 From: Fernando Andrade - NOAA <121964418+FernandoAndrade-NOAA@users.noreply.github.com> Date: Thu, 26 Oct 2023 09:54:07 -0700 Subject: [PATCH] add WCOSS2 to rt.sh --- ci/rt.sh | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/ci/rt.sh b/ci/rt.sh index 19f3875b8..2dc8745b3 100755 --- a/ci/rt.sh +++ b/ci/rt.sh @@ -61,7 +61,7 @@ run_rtma=yes mac=$(hostname | cut -c1-1) mac2=$(hostname | cut -c1-2) mac3=$(hostname | cut -c1-4) -if [ $mac2 = hf ]; then #for HERA +if [ $mac2 = hf ]; then # for HERA export machine=HERA export homedir=${homedir:-"/scratch2/NAGAPE/epic/UPP/test_suite"} export rundir=${rundir:-"/scratch1/NCEPDEV/stmp2/${USER}"} @@ -88,6 +88,11 @@ elif [ $mac3 = herc ] ; then module load stack-intel-oneapi-mpi/2021.9.0 module load jasper/2.0.32 module load prod-util/1.2.2 +elif [ $mac = d -o $mac = c ]; then # WCOSS2 + export machine=WCOSS2 + export homedir=/u/wen.meng/noscrub/ncep_post/post_regression_test_new + export rundir=/lfs/h2/emc/ptmp/$USER + module load prod_util fi #set working directory