Skip to content

Commit

Permalink
Adjust TPN for some test cases.
Browse files Browse the repository at this point in the history
  • Loading branch information
RatkoVasic-NOAA committed Nov 27, 2024
1 parent 32b8418 commit 3dcee6e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion tests/tests/cpld_control_p8
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ export eps_imesh=2.5e-1

export FV3_RUN=cpld_control_run.IN

if [[ $MACHINE_ID = derecho ]]; then
if [[ $MACHINE_ID = derecho ]] && [[ $MACHINE_ID = gaeac6 ]]; then
TPN=96
fi

Expand Down
4 changes: 4 additions & 0 deletions tests/tests/cpld_control_p8_faster
Original file line number Diff line number Diff line change
Expand Up @@ -96,3 +96,7 @@ export DO_GSL_DRAG_LS_BL=.true.
export DO_GWD_OPT_PSL=.true.
export DO_GSL_DRAG_SS=.false.
export DO_GSL_DRAG_TOFD=.true.

if [[ $MACHINE_ID = gaeac6 ]]; then
TPN=96
fi
2 changes: 2 additions & 0 deletions tests/tests/regional_atmaq_debug
Original file line number Diff line number Diff line change
Expand Up @@ -100,4 +100,6 @@ if [[ $MACHINE_ID = hera ]]; then
WLCLK=60
elif [[ $MACHINE_ID = gaeac5 ]]; then
TPN=16
elif [[ $MACHINE_ID = gaeac6 ]]; then
TPN=128
fi

0 comments on commit 3dcee6e

Please sign in to comment.