Skip to content

Commit

Permalink
derecho tests and pe layout
Browse files Browse the repository at this point in the history
        modified:   cime_config/config_pes.xml
        modified:   cime_config/testdefs/testlist_cam.xml
  • Loading branch information
fvitt committed Nov 30, 2023
1 parent 04240dd commit e6325fe
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
20 changes: 20 additions & 0 deletions cime_config/config_pes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,26 @@
</nthrds>
</pes>
</mach>
<mach name="derecho">
<pes pesize="any" compset="_CAM60%WCSC">
<ntasks>
<ntasks_atm>-4</ntasks_atm>
<ntasks_lnd>-4</ntasks_lnd>
<ntasks_rof>-4</ntasks_rof>
<ntasks_ice>-4</ntasks_ice>
<ntasks_ocn>-4</ntasks_ocn>
<ntasks_cpl>-4</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>
</pes>
</mach>
</grid>
<grid name="a%ne16" >
<mach name="cheyenne">
Expand Down
5 changes: 4 additions & 1 deletion cime_config/testdefs/testlist_cam.xml
Original file line number Diff line number Diff line change
Expand Up @@ -726,12 +726,13 @@
<option name="wallclock">00:10:00</option>
</options>
</test>
<test compset="FWsc2000climo" grid="mpasa120_mpasa120" name="ERS_Ld3_Vnuopc" testmods="cam/outfrq1d_physgrid_tem_mpasa120_wcmsc">
<test compset="FWsc2000climo" grid="mpasa120_mpasa120" name="ERS_Ld3" testmods="cam/outfrq1d_physgrid_tem_mpasa120_wcmsc">
<machines>
<machine name="cheyenne" compiler="intel" category="prealpha"/>
<machine name="cheyenne" compiler="intel" category="waccm"/>
<machine name="cheyenne" compiler="intel" category="frontogw_mpas"/>
<machine name="cheyenne" compiler="intel" category="tem_diags"/>
<machine name="derecho" compiler="intel" category="frontogw_mpas"/>
</machines>
<options>
<option name="comment" >TEM diagnostics and zonal-average output</option>
Expand Down Expand Up @@ -2138,6 +2139,7 @@
<machines>
<machine name="cheyenne" compiler="intel" category="frontogw_mpas"/>
<machine name="cheyenne" compiler="intel" category="waccm"/>
<machine name="derecho" compiler="intel" category="frontogw_mpas"/>
</machines>
<options>
<option name="wallclock">00:30:00</option>
Expand All @@ -2147,6 +2149,7 @@
<machines>
<machine name="cheyenne" compiler="intel" category="frontogw_mpas"/>
<machine name="cheyenne" compiler="intel" category="waccm"/>
<machine name="derecho" compiler="intel" category="frontogw_mpas"/>
</machines>
<options>
<option name="wallclock">00:30:00</option>
Expand Down

0 comments on commit e6325fe

Please sign in to comment.