Skip to content

Commit

Permalink
set testing values
Browse files Browse the repository at this point in the history
* let jet.intel run all tests
* set tries to 1
  • Loading branch information
DeniseWorthen committed May 12, 2022
1 parent ca61c7b commit cf8e0e2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion tests/rt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -599,7 +599,7 @@ if [[ $ECFLOW == true ]]; then
MAX_JOBS=30

# Default number of tries to run jobs - on wcoss, no error tolerance
ECF_TRIES=2
ECF_TRIES=1
if [[ $MACHINE_ID = wcoss* ]]; then
ECF_TRIES=1
fi
Expand Down
6 changes: 3 additions & 3 deletions tests/rt.wave_aero
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ COMPILE | -DAPP=S2SWA -DCCPP_SUITES=FV3_GFS_v17_coupled_p8
RUN | cpld_control_p8 | - wcoss_cray | fv3 |
RUN | cpld_restart_p8 | - wcoss_cray | | cpld_control_p8
RUN | cpld_2threads_p8 | - wcoss_cray | |
RUN | cpld_decomp_p8 | - wcoss_cray jet.intel | |
RUN | cpld_decomp_p8 | - wcoss_cray | |
RUN | cpld_mpi_p8 | - wcoss_cray | |
RUN | cpld_multigrid_p8 | - wcoss_cray | |

RUN | cpld_control_c192_p8 | - wcoss_cray | fv3 |
RUN | cpld_restart_c192_p8 | - wcoss_cray | | cpld_control_c192_p8

RUN | cpld_bmark_p8 | - wcoss_cray jet.intel | fv3 |
RUN | cpld_restart_bmark_p8 | - wcoss_cray jet.intel | | cpld_bmark_p8
RUN | cpld_bmark_p8 | - wcoss_cray | fv3 |
RUN | cpld_restart_bmark_p8 | - wcoss_cray | | cpld_bmark_p8

COMPILE | -DAPP=S2SWA -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 | - wcoss_cray | fv3 |
RUN | cpld_debug_p8 | - wcoss_cray | fv3 |
Expand Down

0 comments on commit cf8e0e2

Please sign in to comment.