Skip to content

Commit

Permalink
increase WLCLK for some cases
Browse files Browse the repository at this point in the history
  • Loading branch information
jkbk2004 committed Oct 29, 2024
1 parent 20191d8 commit 856419f
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 3 deletions.
4 changes: 4 additions & 0 deletions tests/tests/atm_ds2s_docn_dice
Original file line number Diff line number Diff line change
Expand Up @@ -129,3 +129,7 @@ export INPUT_NML=global_control.nml.IN
export MODEL_CONFIGURE=model_configure.IN
export UFS_CONFIGURE=ufs.configure.s2s_esmf.IN
export FV3_RUN="cpld_control_run.IN cpld_docn_dice.IN"

if [[ $MACHINE_ID = hera ]] || [[ $MACHINE_ID = hercules ]] || [[ $MACHINE_ID = orion ]] || [[ $MACHINE_ID = gaea ]]; then
WLCLK=50
fi
3 changes: 3 additions & 0 deletions tests/tests/cpld_debug_gfsv17
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,9 @@ fi
if [[ $MACHINE_ID = gaea ]] && [[ $RT_COMPILER = intelllvm ]]; then
WLCLK=40
fi
if [[ $MACHINE_ID = orion ]]; then
WLCLK=40
fi

# HR4 GFSv17 GWD update
export DO_GWD_OPT_PSL=.true.
Expand Down
6 changes: 3 additions & 3 deletions tests/tests/cpld_debug_pdlib_p8
Original file line number Diff line number Diff line change
Expand Up @@ -99,16 +99,16 @@ export UFS_CONFIGURE=ufs.configure.s2sw_fast_esmf.IN

export FV3_RUN=cpld_control_run.IN

if [[ $MACHINE_ID = hera && $RT_COMPILER = gnu ]] || [[ $MACHINE_ID = jet ]]; then
if [[ $MACHINE_ID = hera ]] || [[ $MACHINE_ID = jet ]]; then
WLCLK=50
fi
if [[ $MACHINE_ID = hercules && $RT_COMPILER = intelllvm ]]; then
WLCLK=50
fi
if [[ $MACHINE_ID = orion && $RT_COMPILER = intelllvm ]]; then
if [[ $MACHINE_ID = orion ]]; then
WLCLK=50
fi
if [[ $MACHINE_ID = gaea ]] && [[ $RT_COMPILER = intelllvm ]]; then
if [[ $MACHINE_ID = gaea ]]; then
WLCLK=50
fi

Expand Down
4 changes: 4 additions & 0 deletions tests/tests/cpld_mpi_pdlib_p8
Original file line number Diff line number Diff line change
Expand Up @@ -113,3 +113,7 @@ export N_SPLIT=5
# HR4 GFSv17 GWD update
export DO_GWD_OPT_PSL=.true.
export DO_GSL_DRAG_SS=.false.

if [[ $MACHINE_ID = hera ]] || [[ $MACHINE_ID = orion ]]; then
WLCLK=50
fi

0 comments on commit 856419f

Please sign in to comment.