Skip to content

Commit

Permalink
Merge branch 'PeterCaldwell/cime/pe_layout1' (PR #1241)
Browse files Browse the repository at this point in the history
Replaces existing generic, poor-performing ne30 PE layouts on Edison
with better values. 173 node and 375 node A_WCYCL1850 layouts were
created by @worleyph a year or so ago and the 114 node F-compset
layout was created by @PeterCaldwell.

[BFB]
  • Loading branch information
ndkeen committed Mar 2, 2017
2 parents 7deed91 + 95af235 commit 8c3567f
Showing 1 changed file with 75 additions and 1 deletion.
76 changes: 75 additions & 1 deletion cime_config/acme/allactive/config_pesall.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5466,7 +5466,7 @@
</grid>
<grid name="any">
<mach name="edison">
<pes compset="CAM5.+CLM45.+MPASCICE.+MPASO.+MOSART.+SGLC.+SWAV" pesize="any">
<pes compset="CAM5.+CLM45.+MPASCICE.+MPASO.+MOSART.+SGLC.+SWAV" pesize="S">
<comment>none</comment>
<ntasks>
<ntasks_atm>960</ntasks_atm>
Expand Down Expand Up @@ -5501,6 +5501,80 @@
</pes>
</mach>
</grid>
<grid name="a%ne30np4">
<mach name="edison">
<pes compset="CAM5.+CLM45.+MPASCICE.+MPASO.+MOSART.+SGLC.+SWAV" pesize="any">
<comment>"PMC - 173 node version gets 6 SYPD. This will be the default and M size"</comment>
<ntasks>
<ntasks_atm>2700</ntasks_atm>
<ntasks_lnd>312</ntasks_lnd>
<ntasks_rof>312</ntasks_rof>
<ntasks_ice>2400</ntasks_ice>
<ntasks_ocn>1440</ntasks_ocn>
<ntasks_glc>312</ntasks_glc>
<ntasks_wav>2400</ntasks_wav>
<ntasks_cpl>2400</ntasks_cpl>
</ntasks>
<nthrds>
<nthrds_atm>1</nthrds_atm>
<nthrds_lnd>1</nthrds_lnd>
<nthrds_rof>1</nthrds_rof>
<nthrds_ice>1</nthrds_ice>
<nthrds_ocn>1</nthrds_ocn>
<nthrds_glc>1</nthrds_glc>
<nthrds_wav>1</nthrds_wav>
<nthrds_cpl>1</nthrds_cpl>
</nthrds>
<rootpe>
<rootpe_atm>0</rootpe_atm>
<rootpe_lnd>2400</rootpe_lnd>
<rootpe_rof>2400</rootpe_rof>
<rootpe_ice>0</rootpe_ice>
<rootpe_ocn>2712</rootpe_ocn>
<rootpe_glc>2400</rootpe_glc>
<rootpe_wav>0</rootpe_wav>
<rootpe_cpl>0</rootpe_cpl>
</rootpe>
</pes>
</mach>
</grid>
<grid name="a%ne30np4">
<mach name="edison">
<pes compset="CAM5.+CLM45.+MPASCICE.+MPASO.+MOSART.+SGLC.+SWAV" pesize="L">
<comment>"PMC - 375 node version gets 10.7 SYPD"</comment>
<ntasks>
<ntasks_atm>5400</ntasks_atm>
<ntasks_lnd>600</ntasks_lnd>
<ntasks_rof>600</ntasks_rof>
<ntasks_ice>4800</ntasks_ice>
<ntasks_ocn>3600</ntasks_ocn>
<ntasks_glc>600</ntasks_glc>
<ntasks_wav>4800</ntasks_wav>
<ntasks_cpl>4800</ntasks_cpl>
</ntasks>
<nthrds>
<nthrds_atm>1</nthrds_atm>
<nthrds_lnd>1</nthrds_lnd>
<nthrds_rof>1</nthrds_rof>
<nthrds_ice>1</nthrds_ice>
<nthrds_ocn>1</nthrds_ocn>
<nthrds_glc>1</nthrds_glc>
<nthrds_wav>1</nthrds_wav>
<nthrds_cpl>1</nthrds_cpl>
</nthrds>
<rootpe>
<rootpe_atm>0</rootpe_atm>
<rootpe_lnd>4800</rootpe_lnd>
<rootpe_rof>4800</rootpe_rof>
<rootpe_ice>0</rootpe_ice>
<rootpe_ocn>5400</rootpe_ocn>
<rootpe_glc>4800</rootpe_glc>
<rootpe_wav>0</rootpe_wav>
<rootpe_cpl>0</rootpe_cpl>
</rootpe>
</pes>
</mach>
</grid>
<grid name="any">
<mach name="cori-haswell">
<pes compset="CAM5.+CLM45.+MPASCICE.+MPASO.+MOSART.+SGLC.+SWAV" pesize="any">
Expand Down

0 comments on commit 8c3567f

Please sign in to comment.