Skip to content

Commit

Permalink
refactor of test list
Browse files Browse the repository at this point in the history
  • Loading branch information
mvertens committed Aug 19, 2024
1 parent d6cf3a0 commit 28d4c8d
Showing 1 changed file with 40 additions and 17 deletions.
57 changes: 40 additions & 17 deletions cime_config/testdefs/testlist_blom.xml
Original file line number Diff line number Diff line change
@@ -1,43 +1,66 @@
<?xml version="1.0"?>
<testlist version="2.0">
<test name="SMS_D_Ld1" grid="T62_tn14" compset="NOINYOC">
<test name="SMS_D_Ld1" grid="T62_tn14" compset="NOINYOC" testmods="blom/hybrid_hamocc">
<machines>
<machine name="betzy" compiler="intel" category="aux_blom_noresm"/>
<machine name="betzy" compiler="intel-oneapi" category="aux_blom_noresm"/>
</machines>
<options>
<option name="wallclock">00:20:00</option>
<option name="comment">test debug mode with hybrid coordinates, hamocc and core forcing</option>
</options>
</test>
<test name="ERS_Ld3" grid="T62_tn14" compset="NOINYOC">
<machines>
<machine name="betzy" compiler="intel" category="aux_blom_noresm"/>
<machine name="betzy" compiler="intel-oneapi" category="aux_blom_noresm"/>
</machines>
<options>
<option name="wallclock">00:20:00</option>
<option name="comment">test restart with isopycnic layers, hamocc and core forcing</option>
</options>
</test>
<test name="ERS_Ld3" grid="T62_tn14" compset="NOINYOC" testmods="blom/hamocc1">
<test name="ERS_Ld3" grid="T62_tn21" compset="NOINY">
<machines>
<machine name="betzy" compiler="intel" category="aux_blom_noresm"/>
<machine name="betzy" compiler="intel-oneapi" category="aux_blom_noresm"/>
</machines>
<options>
<option name="wallclock">00:20:00</option>
<option name="comment">test restart with 2 degree, isopycnic layers and core forcing</option>
</options>
</test>
<test name="ERS_Ld3" grid="T62_tn14" compset="NOINYOC" testmods="blom/hamocc2">
<test name="ERR_Ld3" grid="TL319_tn14" compset="NOIIAJRAOC" testmods="blom/hybrid_hammocc">
<machines>
<machine name="betzy" compiler="intel" category="aux_blom_noresm"/>
<machine name="betzy" compiler="intel-oneapi" category="aux_blom_noresm"/>
</machines>
<options>
<option name="wallclock">00:20:00</option>
<option name="comment">test restart/resubmit with hybrid coordinates, hamocc and JRA forcing</option>
</options>
</test>
<test name="ERS_Ld3" grid="T62_tn14" compset="NOINYOC" testmods="blom/hybrid_hamocc">
<test name="ERS_Ld3" grid="TL319_tn05" compset="NOIIAJRAOC" testmods="blom/hybrid_hammocc">
<machines>
<machine name="betzy" compiler="intel" category="aux_blom_noresm"/>
<machine name="betzy" compiler="intel-oneapi" category="aux_blom_noresm"/>
</machines>
<options>
<option name="wallclock">00:20:00</option>
<option name="comment">test restart with 1/2 degree, hybrid coordinates, hamocc and JRA forcing</option>
</options>
</test>
<test name="ERP_Ld3" grid="T62_tn14" compset="NOINY">
<test name="ERP_Ld3" grid="T62_tn14" compset="NOINYOC">
<machines>
<machine name="betzy" compiler="intel" category="aux_blom_noresm"/>
</machines>
</test>
<test name="ERS_Ld3" grid="T62_tn14_wtn14nw" compset="NOINY_WW3">
<machines>
<machine name="betzy" compiler="intel" category="aux_blom_noresm"/>
<machine name="betzy" compiler="intel-oneapi" category="aux_blom_noresm"/>
</machines>
<options>
<option name="wallclock">00:20:00</option>
<option name="comment">test bfb with changing processor count and openmp on</option>
</options>
</test>
<test name="ERS_Ld3" grid="T62_tn14_wtn14nw" compset="NOINY_WW3" testmods="blom/wavice">
<machines>
<machine name="betzy" compiler="intel" category="aux_blom_noresm"/>
<machine name="betzy" compiler="intel-oneapi" category="aux_blom_noresm"/>
</machines>
<options>
<option name="wallclock">00:20:00</option>
<option name="comment">test restart with wave code</option>
</options>
</test>
</testlist>

0 comments on commit 28d4c8d

Please sign in to comment.