Skip to content

Commit

Permalink
increase wlclk for jet: cpld control pdlib p8
Browse files Browse the repository at this point in the history
  • Loading branch information
jkbk2004 committed Nov 4, 2024
1 parent 5f3ebc1 commit 19eaf1d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions tests/tests/cpld_control_pdlib_p8
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,10 @@ if [[ $MACHINE_ID = orion ]] || [[ $RT_COMPILER = gnu ]]; then
WLCLK=50
fi

if [[ $MACHINE_ID = jet ]]; then
WLCLK=50
fi

export K_SPLIT=4
export N_SPLIT=5

Expand Down
2 changes: 1 addition & 1 deletion tests/tests/cpld_mpi_pdlib_p8
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ export N_SPLIT=5
export DO_GWD_OPT_PSL=.true.
export DO_GSL_DRAG_SS=.false.

if [[ $MACHINE_ID = hera ]] || [[ $MACHINE_ID = orion ]]; then
if [[ $MACHINE_ID = hera ]] || [[ $MACHINE_ID = orion ]] || [[ $MACHINE_ID = jet ]]; then
WLCLK=50
fi
if [[ $MACHINE_ID = wcoss2 ]]; then
Expand Down

0 comments on commit 19eaf1d

Please sign in to comment.