Skip to content

Commit

Permalink
Update submodule pointers following recent merges, turn off IPD tests…
Browse files Browse the repository at this point in the history
… for cheyenne.gnu, update regression baseline date tag
  • Loading branch information
climbfuji committed Jan 9, 2020
1 parent 3c9d7e5 commit 6911d3a
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 9 deletions.
2 changes: 1 addition & 1 deletion FV3
2 changes: 1 addition & 1 deletion NEMS
2 changes: 1 addition & 1 deletion stochastic_physics
9 changes: 5 additions & 4 deletions tests/rt.conf
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,13 @@ RUN | fv3_ccpp_gfs_v15p2
RUN | fv3_ccpp_gfs_v16beta | standard | | fv3 |

#######################################################################################################################################################################################
# IPD REPRO tests #
# IPD REPRO tests (using Intel compiler only) #
#######################################################################################################################################################################################

COMPILE | REPRO=Y | standard | hera.intel | |
COMPILE | REPRO=Y | standard | cheyenne.intel | |
COMPILE | REPRO=Y | standard | cheyenne.gnu | |

RUN | fv3_gfs_v15p2 | standard | | |
RUN | fv3_gfs_v16beta | standard | | |
RUN | fv3_gfs_v15p2 | standard | hera.intel | |
RUN | fv3_gfs_v15p2 | standard | cheyenne.intel | |
RUN | fv3_gfs_v16beta | standard | hera.intel | |
RUN | fv3_gfs_v16beta | standard | cheyenne.intel | |
4 changes: 2 additions & 2 deletions tests/rt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -345,9 +345,9 @@ while getopts ":cfsl:mkreh" opt; do
done

if [[ $MACHINE_ID = cheyenne.* ]]; then
RTPWD=${RTPWD:-$DISKNM/ufs-public-release-20200107/${COMPILER^^}}
RTPWD=${RTPWD:-$DISKNM/ufs-public-release-20200109/${COMPILER^^}}
else
RTPWD=${RTPWD:-$DISKNM/NEMSfv3gfs/ufs-public-release-20200107}
RTPWD=${RTPWD:-$DISKNM/NEMSfv3gfs/ufs-public-release-20200109}
fi

shift $((OPTIND-1))
Expand Down

0 comments on commit 6911d3a

Please sign in to comment.