Skip to content

Commit

Permalink
Merge pull request #41 from CESM-Development/fischer/multi_inst_pes_f…
Browse files Browse the repository at this point in the history
…ix_cheyenne

Fixes to pe layouts on cheyenne for testing.
  • Loading branch information
jedwards4b authored Dec 7, 2017
2 parents b9f7130 + 1346022 commit aa1574d
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config_pes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
</grid>
<grid name="a%1.9x2.5.+l%1.9x2.5.+oi%gx1" >
<mach name="cheyenne">
<pes pesize="any" compset="CAM.+CLM.+CICE.+POP.+WW3.+">
<pes pesize="any" compset="CAM.+CLM.+CICE.+POP.+">
<comment>about 12ypd expected</comment>
<ntasks>
<ntasks_atm>288</ntasks_atm>
Expand Down
9 changes: 8 additions & 1 deletion testlist_allactive.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,13 @@
<test name="NCK" grid="f19_g17" compset="B1850Ws" testmods="allactive/defaultio">
<machines>
<machine name="edison" compiler="intel" category="prebeta"/>
</machines>
<options>
<option name="wallclock"> 02:00 </option>
</options>
</test>
<test name="NCK" grid="f19_g17" compset="B1850Ws" testmods="allactive/defaultiomi">
<machines>
<machine name="cheyenne" compiler="intel" category="prealpha"/>
</machines>
<options>
Expand Down Expand Up @@ -205,7 +212,7 @@
<option name="comment">Needs to be B1850GWs rather than B1850G because WW3 currently does not support multi-instance</option>
</options>
</test>
<test name="PET_PM" grid="f19_g17" compset="B1850" testmods="allactive/defaultio">
<test name="PET_PM" grid="f19_g17" compset="B1850" testmods="allactive/defaultiomi">
<machines>
<machine name="cheyenne" compiler="gnu" category="prealpha"/>
<machine name="cheyenne" compiler="intel" category="prealpha"/>
Expand Down
1 change: 1 addition & 0 deletions testmods_dirs/allactive/defaultiomi/include_user_mods
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
../defaultio
1 change: 1 addition & 0 deletions testmods_dirs/allactive/defaultiomi/shell_commands
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
./xmlchange NTASKS_OCN=-4

0 comments on commit aa1574d

Please sign in to comment.