Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add irt test #1837

Merged
merged 8 commits into from
Aug 25, 2017
Merged
Show file tree
Hide file tree
Changes from 7 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
197 changes: 0 additions & 197 deletions config/acme/config_archive.xml

This file was deleted.

127 changes: 0 additions & 127 deletions config/cesm/config_archive.xml

This file was deleted.

13 changes: 13 additions & 0 deletions config/config_tests.xml
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,19 @@ NODEFAIL Tests restart upon detected node failure. Generates fake failu
<CONTINUE_RUN>FALSE</CONTINUE_RUN>
</test>

<test NAME="IRT">
<DESC>exact restart from startup, default 4 days + 7 days with restart from interim file</DESC>
<INFO_DBUG>1</INFO_DBUG>
<STOP_OPTION>ndays</STOP_OPTION>
<STOP_N>11</STOP_N>
<REST_N>$STOP_N / 2 - 1</REST_N>
<REST_OPTION>$STOP_OPTION</REST_OPTION>
<HIST_N>$STOP_N</HIST_N>
<HIST_OPTION>$STOP_OPTION</HIST_OPTION>
<DOUT_S_SAVE_INTERIM_RESTART_FILES>TRUE</DOUT_S_SAVE_INTERIM_RESTART_FILES>
<CONTINUE_RUN>FALSE</CONTINUE_RUN>
</test>

<test NAME="ERIO">
<DESC>exact restart from startup with different PIO methods, default 6 days + 5 days</DESC>
<INFO_DBUG>1</INFO_DBUG>
Expand Down
Loading