Skip to content

Commit b6df1ef

Browse files
committed
remove ne256 DEBUG test, change xlarge to extra_large
1 parent 7c4c6e1 commit b6df1ef

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

cime_config/tests.py

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -844,12 +844,12 @@
844844
},
845845

846846

847-
#ndk suggesting to remove all above emaxx suites and start with new suite names, perhaps:
847+
#ndk: suggest to remove above eamxx suites and start with new suite names (in a diff PR), perhaps:
848848
# e3sm_eamxx (base, if only running one suite, use this one)
849849
# e3sm_eamxx_small (1 node, quick -- which is most of our current tests. could be 2 or 4 nodes as well)
850850
# e3sm_eamxx_mam4xx (or any other special purpose suite as we have been doing)
851851
# e3sm_eamxx_large (basically ne256, but throw in a couple of ne120 as can be very useful)
852-
# e3sm_eamxx_xlarge (ne512/ne1024 -- not only do these require larger node counts, they write large files)
852+
# e3sm_eamxx_extra_large (ne512/ne1024 -- not only do these require larger node counts, they write large files)
853853
"e3sm_eamxx_large" : {
854854
"time" : "01:00:00",
855855
"tests" : (
@@ -858,12 +858,11 @@
858858
"ERS_Lh6.ne120pg2_ne120pg2.F2010-SCREAMv1.eamxx-prod",
859859
"SMS_D_Lh6.ne120pg2_ne120pg2.F2010-SCREAMv1.eamxx-prod",
860860
"SMS.ne256pg2_ne256pg2.F2010-SCREAMv1",
861-
"ERS_Lh6.ne256pg2_ne256pg2.F2010-SCREAMv1.eamxx-prod",
862-
"SMS_D_Ln12.ne256pg2_ne256pg2.F2010-SCREAMv1",
861+
"ERS_Lh6.ne256pg2_ne256pg2.F2010-SCREAMv1.eamxx-prod"
863862
)
864863
},
865864

866-
"e3sm_eamxx_xlarge" : {
865+
"e3sm_eamxx_extra_large" : {
867866
"time" : "01:00:00",
868867
"tests" : (
869868
"SMS_Ld1.ne512pg2_ne512pg2.F2010-SCREAMv1",

0 commit comments

Comments
 (0)