Skip to content

Commit

Permalink
Merge branch ACME-Climate/ndk/cime/cori-knl-stride64 (PR #1433)
Browse files Browse the repository at this point in the history
Change default stride to 64 on cori-knl

Newer cimes added a default stride as $PES_PER_NODE which might not work with cori-knl. Ideally it would at least not hang, which is what I was seeing. Setting it to 64 seems to solve the problem, so I'm adding this here.

[BFB]
  • Loading branch information
ndkeen authored Apr 26, 2017
2 parents 94a8a5d + 7baa420 commit 387774e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/acme/machines/config_pio.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
<value>$PES_PER_NODE</value>
<value mach="yellowstone" grid="a%ne120.+oi%gx1">60</value>
<value mach="mira|cetus">128</value>
<value mach="cori-knl">64</value>
</values>
</entry>

Expand Down

0 comments on commit 387774e

Please sign in to comment.