Skip to content

Commit

Permalink
Merge pull request #35 from CESM-Development/fischer/testmods
Browse files Browse the repository at this point in the history
Replace PES_PER_NODE with MAX_MPITASKS_PER_NODE in testmods_dir
  • Loading branch information
jedwards4b authored Oct 2, 2017
2 parents 0b3902e + 7072fb9 commit cc0900d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testmods_dirs/allactive/maxthroughputb/shell_commands
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cc0900d

Please sign in to comment.