Skip to content

Commit ba968a8

Browse files
committed
Add nuopc versions of izumi_nag tests
Partially addresses #60 (Once nuopc/cmeps cases work on izumi, add some testing). I have not added any nuopc izumi_pgi tests, because I think that nuopc isn't working with pgi yet.
1 parent 6d8639b commit ba968a8

File tree

1 file changed

+54
-9
lines changed

1 file changed

+54
-9
lines changed

cime_config/testdefs/testlist_cism.xml

+54-9
Original file line numberDiff line numberDiff line change
@@ -491,15 +491,6 @@
491491
<test name="MCC_Ly3" grid="f09_g17_gris20" compset="T1850Gg">
492492
<machines>
493493

494-
<!-- (2020-11-26) Changing the izumi version to cheyenne for now,
495-
because I'm not including any nuopc tests on izumi -->
496-
<!--
497-
<machine name="izumi" compiler="pgi" category="prebeta">
498-
<options>
499-
<option name="wallclock">1:59</option>
500-
</options>
501-
</machine>
502-
-->
503494
<machine name="cheyenne" compiler="gnu" category="prebeta">
504495
<options>
505496
<option name="wallclock">0:20</option>
@@ -577,6 +568,30 @@
577568
</machines>
578569
</test>
579570

571+
<test name="SMS_D_Ld5_P24x1" grid="T31_g37_gris20" compset="I1850Clm50SpG" testmods="cism/test_coupling">
572+
<machines>
573+
574+
<machine name="izumi" compiler="nag" category="aux_glc">
575+
<options>
576+
<option name="wallclock">1:59</option>
577+
<!-- 2016-10-25: There is an increase of about 10 MB per day over the
578+
5 days of this test. This may truly be a memory leak. But this
579+
'test_coupling' configuration is a hacky configuration made just
580+
for testing, so I'm not too concerned about it. -->
581+
<option name="memleak_tolerance">0.24</option>
582+
<option name="comment">IG nag debug test, to check logic for fields sent from glc to lnd</option>
583+
</options>
584+
</machine>
585+
586+
<machine name="izumi" compiler="nag" category="prealpha">
587+
<options>
588+
<option name="wallclock">1:59</option>
589+
</options>
590+
</machine>
591+
592+
</machines>
593+
</test>
594+
580595
<test name="SMS_Vmct_D_Ly1" grid="f09_g17_gris4" compset="T1850Gg" testmods="cism/isostasy_period1">
581596
<machines>
582597

@@ -712,6 +727,23 @@
712727
</machines>
713728
</test>
714729

730+
<test name="SMS_D_Ly1_P24x1" grid="f09_g17_gris4" compset="T1850Gg">
731+
<machines>
732+
733+
<machine name="izumi" compiler="nag" category="aux_glc">
734+
<options>
735+
<option name="wallclock">1:59</option>
736+
<option name="comment">short nag debug test of CISM2 at production resolution, to test options specific to the production resolution (currently, which_ho_babc differs at the production resolution)</option>
737+
</options>
738+
</machine>
739+
740+
<!-- BUG(wjs, 2021-09-29, ESCOMP/CISM-wrapper#60) Add a pgi
741+
version of this test once nuopc is working with pgi
742+
(similarly to how we have both nag and pgi versions of the
743+
equivalent mct test above). -->
744+
</machines>
745+
</test>
746+
715747
<test name="SMS_Vmct_D_Ly3_P24x1" grid="f09_g17_gris20" compset="T1850Gg">
716748
<machines>
717749

@@ -725,6 +757,19 @@
725757
</machines>
726758
</test>
727759

760+
<test name="SMS_D_Ly3_P24x1" grid="f09_g17_gris20" compset="T1850Gg">
761+
<machines>
762+
763+
<machine name="izumi" compiler="nag" category="aux_glc">
764+
<options>
765+
<option name="wallclock">1:59</option>
766+
<option name="comment">multi-year nag debug test of CISM2 at coarse resolution</option>
767+
</options>
768+
</machine>
769+
770+
</machines>
771+
</test>
772+
728773
<test name="ERS_Vmct_Ly5" grid="f09_g17_gris4" compset="T1850Gg" testmods="cism/isostasy_period4">
729774
<machines>
730775

0 commit comments

Comments
 (0)