Skip to content

Commit

Permalink
Merge branch 'jonbob/scripts/fix-fcase-layout-anvil' (PR #4541)
Browse files Browse the repository at this point in the history
Change default layout for ne30pg2_oECv3 F-cases on anvil

Sets a default 288-pe layout for F-cases on anvil using a ne30pg2_oECv3
grid (or ne30pg2_r05_oECv3). Previously there was not a defined layout
for these configurations and they ended up using a basic 144-pe layout
that fails testing, probably due to memory issues.

Fixes #4538
[BFB]
  • Loading branch information
jonbob committed Sep 17, 2021
2 parents 95ea11c + 680303b commit 416f203
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions cime_config/allactive/config_pesall.xml
Expand Up @@ -8487,6 +8487,35 @@
</rootpe>
</pes>
</mach>
<mach name="anvil">
<pes compset=".*EAM.+ELM.+MPASSI.+DOCN.+" pesize="any">
<comment> for F-cases on anvil, to fix testing issues that default to 144 pes </comment>
<ntasks>
<ntasks_atm>288</ntasks_atm>
<ntasks_lnd>288</ntasks_lnd>
<ntasks_rof>288</ntasks_rof>
<ntasks_ice>288</ntasks_ice>
<ntasks_ocn>288</ntasks_ocn>
<ntasks_cpl>288</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_cpl>1</nthrds_cpl>
</nthrds>
<rootpe>
<rootpe_atm>0</rootpe_atm>
<rootpe_lnd>0</rootpe_lnd>
<rootpe_rof>0</rootpe_rof>
<rootpe_ice>0</rootpe_ice>
<rootpe_ocn>0</rootpe_ocn>
<rootpe_cpl>0</rootpe_cpl>
</rootpe>
</pes>
</mach>
</grid>
<grid name="a%ne30np4.pg.+_oi%EC30to60E2r2">
<mach name="chrysalis">
Expand Down

0 comments on commit 416f203

Please sign in to comment.