Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
416 changes: 208 additions & 208 deletions tests/RegressionTests_hera.gnu.log

Large diffs are not rendered by default.

1,146 changes: 572 additions & 574 deletions tests/RegressionTests_hera.intel.log

Large diffs are not rendered by default.

1,022 changes: 511 additions & 511 deletions tests/RegressionTests_jet.intel.log

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion tests/rt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -486,7 +486,7 @@ if [[ $TESTS_FILE =~ '35d' ]] || [[ $TESTS_FILE =~ 'weekly' ]]; then
TEST_35D=true
fi

BL_DATE=20220808
BL_DATE=20220817
if [[ $MACHINE_ID = hera.* ]] || [[ $MACHINE_ID = orion.* ]] || [[ $MACHINE_ID = cheyenne.* ]] || [[ $MACHINE_ID = gaea.* ]] || [[ $MACHINE_ID = jet.* ]] || [[ $MACHINE_ID = s4.* ]]; then
RTPWD=${RTPWD:-$DISKNM/NEMSfv3gfs/HFIP2022-${BL_DATE}/${RT_COMPILER^^}}
else
Expand Down
5 changes: 0 additions & 5 deletions tests/rt_utils.sh
Original file line number Diff line number Diff line change
Expand Up @@ -481,11 +481,6 @@ rocoto_step() {
# Is it done?
state=$($ROCOTOSTAT -w $ROCOTO_XML -d $ROCOTO_DB -s | grep 197001010000 | awk -F" " '{print $2}')
echo "$state" > $ROCOTO_STATE
dead_compile=$($ROCOTOSTAT -w $ROCOTO_XML -d $ROCOTO_DB | grep compile_ | grep DEAD | head -1 | awk -F" " '{print $2}')
if [[ ! -z ${dead_compile} ]]; then
echo "y" | ${ROCOTOCOMPLETE} -w $ROCOTO_XML -d $ROCOTO_DB -m ${dead_compile}_tasks
${ROCOTOCOMPLETE} -w $ROCOTO_XML -d $ROCOTO_DB -t ${dead_compile}
fi
}

rocoto_run() {
Expand Down