From 44d395b9784835b1bba5bb51b7f6bc09e1483e5c Mon Sep 17 00:00:00 2001 From: Mallory Row Date: Fri, 25 Mar 2022 14:57:47 +0000 Subject: [PATCH] Update WCOSS2 nprocs to 128 Refs: #66 --- ush/set_up_verif_global.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ush/set_up_verif_global.sh b/ush/set_up_verif_global.sh index 2cf358f..99a4947 100755 --- a/ush/set_up_verif_global.sh +++ b/ush/set_up_verif_global.sh @@ -164,7 +164,7 @@ elif [ $machine = "WCOSS2" ]; then export QUEUESHARED="dev_shared" export QUEUESERV="dev_transfer" export PARTITION_BATCH="" - export nproc="24" + export nproc="128" export MPMD="YES" fi