Skip to content

Commit

Permalink
Merge commit '3915cfda8866df152183f2b49f7b095142c50523' into jgfouca/…
Browse files Browse the repository at this point in the history
…branch-for-to-acme-11-13-2017-pr

* commit '3915cfda8866df152183f2b49f7b095142c50523':
  fix pylint issue
  rename
  locked files needs to handle BUILD_COMPLETE better
  Switch melvin to use officially supported pfunit
  add optional COST_PER_NODE
  Remove hardcoded email options for lc_slurm, cascade, constance, sooty
  Fix cobalt indent
  Remove hardcoded mail option for PBS
  Revert "Revert the change to edison as this is now in #1888"
  Revert the change to edison as this is now in #1888
  Undo/remove things that keep causing problems in the ESMCI merge.
  Update Slurm task-to-core affinities
  Efficiency updates for coupler bypass
  • Loading branch information
jgfouca committed Nov 13, 2017
2 parents b1538ff + 3915cfd commit db15c7e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions driver-mct/cime_config/config_component.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2063,6 +2063,14 @@
<default_value>0</default_value>
<group>mach_pes_last</group>
<file>env_mach_pes.xml</file>
<desc>pes or cores per node for mpitasks </desc>
</entry>

<entry id="COSTPES_PER_NODE">
<type>integer</type>
<default_value>$MAX_MPITASKS_PER_NODE</default_value>
<group>mach_pes_last</group>
<file>env_mach_pes.xml</file>
<desc>pes or cores per node for accounting purposes </desc>
</entry>

Expand Down

0 comments on commit db15c7e

Please sign in to comment.