From 7072fb968b6756fc712ebae41db455d6157006ab Mon Sep 17 00:00:00 2001 From: Chris Fischer Date: Fri, 22 Sep 2017 10:49:07 -0600 Subject: [PATCH] Change PES_PER_NODE to MAX_MPITASKS_PER_NODE in testmods_dirs --- testmods_dirs/allactive/maxthroughputb/shell_commands | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testmods_dirs/allactive/maxthroughputb/shell_commands b/testmods_dirs/allactive/maxthroughputb/shell_commands index fa9fd13..9381a2e 100644 --- a/testmods_dirs/allactive/maxthroughputb/shell_commands +++ b/testmods_dirs/allactive/maxthroughputb/shell_commands @@ -15,7 +15,7 @@ ROOTPE_CPL=$NTASKS_LND COST_PES=$(($NTHRDS*($NTASKS_ATM + $NTASKS_OCN))) ROOTPE_OCN=$(($NTASKS_ATM)) -./xmlchange PES_PER_NODE=16 +./xmlchange MAX_MPITASKS_PER_NODE=16 ./xmlchange MAX_TASKS_PER_NODE=16 ./xmlchange NTASKS_ATM=$NTASKS_ATM ./xmlchange NTASKS_CPL=$NTASKS_CPL