From 886a9f167effa7f80845701dad46b950fdb1a3fc Mon Sep 17 00:00:00 2001 From: CoryMartin-NOAA Date: Thu, 15 Aug 2024 15:40:00 +0000 Subject: [PATCH] not worry about threads on wcoss --- env/WCOSS2.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/env/WCOSS2.env b/env/WCOSS2.env index 572862ca63..cf9feeca83 100755 --- a/env/WCOSS2.env +++ b/env/WCOSS2.env @@ -85,7 +85,7 @@ elif [[ "${step}" = "snowanl" ]]; then elif [[ "${step}" = "esnowrecen" ]]; then export NTHREADS_ESNOWRECEN=${NTHREADSmax} - export APRUN_ESNOWRECEN="${APRUN} --cpus-per-task=${NTHREADS_ESNOWRECEN}" + export APRUN_ESNOWRECEN="${APRUN}" export APRUN_APPLY_INCR="${launcher} -n 6"