Skip to content

Commit b26b2f9

Browse files
committed
Add pe layout for G compset with MARBL and WW3
Use the same layout as G compset with WW3 but not MARBL, except I bump NTASKS_OCN up to 2560. I also fixed a bug where G compset with MARBL and SWAV was letting 2304 cores sit idle (ROOTPE_OCN was 2560 instead of 256)
1 parent 84cfd0b commit b26b2f9

1 file changed

Lines changed: 34 additions & 1 deletion

File tree

cime_config/config_pes.xml

Lines changed: 34 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@
171171
<rootpe_rof>0</rootpe_rof>
172172
<rootpe_cpl>0</rootpe_cpl>
173173
<rootpe_ice>128</rootpe_ice>
174-
<rootpe_ocn>2560</rootpe_ocn>
174+
<rootpe_ocn>256</rootpe_ocn>
175175
<rootpe_lnd>0</rootpe_lnd>
176176
<rootpe_wav>0</rootpe_wav>
177177
<rootpe_glc>0</rootpe_glc>
@@ -210,6 +210,39 @@
210210
<rootpe_glc>0</rootpe_glc>
211211
</rootpe>
212212
</pes>
213+
<pes pesize="any" compset="_DATM.+_CICE.*_MOM6%[^_]*MARBL-BIO.+_WW3">
214+
<comment>none</comment>
215+
<ntasks>
216+
<ntasks_atm>128</ntasks_atm>
217+
<ntasks_rof>128</ntasks_rof>
218+
<ntasks_cpl>128</ntasks_cpl>
219+
<ntasks_ice>128</ntasks_ice>
220+
<ntasks_ocn>2560</ntasks_ocn>
221+
<ntasks_lnd>1</ntasks_lnd>
222+
<ntasks_wav>256</ntasks_wav>
223+
<ntasks_glc>1</ntasks_glc>
224+
</ntasks>
225+
<nthrds>
226+
<nthrds_atm>1</nthrds_atm>
227+
<nthrds_lnd>1</nthrds_lnd>
228+
<nthrds_rof>1</nthrds_rof>
229+
<nthrds_ice>1</nthrds_ice>
230+
<nthrds_ocn>1</nthrds_ocn>
231+
<nthrds_glc>1</nthrds_glc>
232+
<nthrds_wav>1</nthrds_wav>
233+
<nthrds_cpl>1</nthrds_cpl>
234+
</nthrds>
235+
<rootpe>
236+
<rootpe_atm>0</rootpe_atm>
237+
<rootpe_rof>0</rootpe_rof>
238+
<rootpe_cpl>0</rootpe_cpl>
239+
<rootpe_ice>0</rootpe_ice>
240+
<rootpe_ocn>384</rootpe_ocn>
241+
<rootpe_lnd>0</rootpe_lnd>
242+
<rootpe_wav>128</rootpe_wav>
243+
<rootpe_glc>0</rootpe_glc>
244+
</rootpe>
245+
</pes>
213246
<pes pesize="any" compset="_DATM.+_DICE.*_MOM6(?!.*%MARBL-BIO).+_SWAV">
214247
<comment>none</comment>
215248
<ntasks>

0 commit comments

Comments
 (0)