File tree Expand file tree Collapse file tree 1 file changed +28
-0
lines changed Expand file tree Collapse file tree 1 file changed +28
-0
lines changed Original file line number Diff line number Diff line change 845
845
)
846
846
},
847
847
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
+
848
876
"e3sm_moab_dev" : {
849
877
"time" : "01:00:00" ,
850
878
"tests" : (
You can’t perform that action at this time.
0 commit comments