Skip to content

Commit bd145eb

Browse files
authored
Merge branch E3SM-Project/ndk/machinefiles/add-large-eamxx-test-suite (PR #7518)
eamxx: add test suites: e3sm_eamxx_large and e3sm_eamxx_xlarge suites (for pm-gpu testing)
2 parents 3920d3d + ccb11e1 commit bd145eb

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

cime_config/tests.py

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -845,6 +845,34 @@
845845
)
846846
},
847847

848+
849+
#ndk: suggest to remove above eamxx suites and start with new suite names (in a diff PR), perhaps:
850+
# e3sm_eamxx (base, if only running one suite, use this one)
851+
# e3sm_eamxx_small (1 node, quick -- which is most of our current tests. could be 2 or 4 nodes as well)
852+
# e3sm_eamxx_mam4xx (or any other special purpose suite as we have been doing)
853+
# e3sm_eamxx_large (basically ne256, but throw in a couple of ne120 as can be very useful)
854+
# e3sm_eamxx_extra_large (ne512/ne1024 -- not only do these require larger node counts, they write large files)
855+
"e3sm_eamxx_large" : {
856+
"time" : "01:00:00",
857+
"tests" : (
858+
"SMS.ne120pg2_ne120pg2.F2010-SCREAMv1.eamxx-L128",
859+
"PEM_Ld1.ne120pg2_ne120pg2.F2010-SCREAMv1.eamxx-L128",
860+
"ERS_Lh6.ne120pg2_ne120pg2.F2010-SCREAMv1.eamxx-L128--eamxx-prod",
861+
"SMS_D_Lh6.ne120pg2_ne120pg2.F2010-SCREAMv1.eamxx-prod",
862+
"SMS.ne256pg2_ne256pg2.F2010-SCREAMv1",
863+
"ERS_Lh6.ne256pg2_ne256pg2.F2010-SCREAMv1.eamxx-prod"
864+
)
865+
},
866+
867+
"e3sm_eamxx_extra_large" : {
868+
"time" : "01:00:00",
869+
"tests" : (
870+
"SMS_Ld1.ne512pg2_ne512pg2.F2010-SCREAMv1",
871+
"ERS_Lh6.ne512pg2_ne512pg2.F2010-SCREAMv1.eamxx-prod",
872+
"SMS_Ld1.ne1024pg2_ne1024pg2.F2010-SCREAMv1"
873+
)
874+
},
875+
848876
"e3sm_moab_dev" : {
849877
"time" : "01:00:00",
850878
"tests" : (

0 commit comments

Comments
 (0)