Skip to content

Commit

Permalink
make box the rearranger for hercules+gnu
Browse files Browse the repository at this point in the history
  • Loading branch information
DeniseWorthen committed Oct 22, 2024
1 parent a0547d5 commit 677cfd9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/tests/cpld_control_pdlib_p8
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,9 @@ export FV3_RUN=cpld_control_run.IN
if [[ $MACHINE_ID = hera ]] && [[ $RT_COMPILER = gnu ]]; then
WLCLK=40
fi
if [[ $MACHINE_ID = hercules && $RT_COMPILER = gnu ]]; then
export WW3_PIO_REARR='box'
fi

export DT_INNER=720
export DT_ATMOS=720
Expand Down
3 changes: 3 additions & 0 deletions tests/tests/cpld_debug_pdlib_p8
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,9 @@ fi
if [[ $MACHINE_ID = gaea ]] && [[ $RT_COMPILER = intelllvm ]]; then
WLCLK=50
fi
if [[ $MACHINE_ID = hercules && $RT_COMPILER = gnu ]]; then
export WW3_PIO_REARR='box'
fi

export K_SPLIT=2
export N_SPLIT=5
Expand Down

0 comments on commit 677cfd9

Please sign in to comment.