Skip to content

Commit

Permalink
Add a cold-start test so that we know we can do a cold-start
Browse files Browse the repository at this point in the history
  • Loading branch information
ekluzek committed Jun 28, 2019
1 parent 8dd1404 commit 6f59e05
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 0 deletions.
11 changes: 11 additions & 0 deletions cime_config/testdefs/testlist_rtm.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,17 @@
<option name="comment" >Run with DEBUG compiler option all machine/compilers</option>
</options>
</test>
<test name="SMS_Ld5" grid="f10_f10_musgs" compset="I2000Clm50BgcCropRtm" testmods="rtm/rtmColdStart">
<machines>
<machine name="cheyenne" compiler="intel" category="rtm"></machine>
<machine name="cheyenne" compiler="gnu" category="rtm"></machine>
<machine name="hobart" compiler="nag" category="rtm"></machine>
</machines>
<options>
<option name="wallclock">0:20</option>
<option name="comment" >Run a Cold-Start with all machine/compilers</option>
</options>
</test>
<test name="ERS_Ld5" grid="f10_f10_musgs" compset="I2000Clm50BgcCropRtm" testmods="rtm/rtmOnIceOff">
<machines>
<machine name="cheyenne" compiler="intel" category="rtm">
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
../default
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
finidat_rtm = ' '

0 comments on commit 6f59e05

Please sign in to comment.