Skip to content

Commit

Permalink
Merge branch 'jgfouca/branch-for-to-acme-11-13-2017-pr' into master (…
Browse files Browse the repository at this point in the history
…PR #1896)

Update cime to ESMCI 5.4.0-alpha.09

Feature list:

Add optional COSTPES_PER_NODE field
Bugfix for checking locked files, BUILD_COMPLETE should not cause check to fail

[BFB]

* jgfouca/branch-for-to-acme-11-13-2017-pr:
  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 E3SM-Project/E3SM#1888"
  Revert the change to edison as this is now in E3SM-Project/E3SM#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 14, 2017
2 parents f7fb785 + 0664ddc commit 9886e74
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/cesm/machines/config_machines.xml
Original file line number Diff line number Diff line change
Expand Up @@ -572,6 +572,7 @@
<SUPPORTED_BY>cseg</SUPPORTED_BY>
<MAX_TASKS_PER_NODE>256</MAX_TASKS_PER_NODE>
<MAX_MPITASKS_PER_NODE>64</MAX_MPITASKS_PER_NODE>
<COSTPES_PER_NODE>68</COSTPES_PER_NODE>
<mpirun mpilib="default">
<executable>srun</executable>
<arguments>
Expand Down Expand Up @@ -1843,6 +1844,7 @@
<SUPPORTED_BY>cseg</SUPPORTED_BY>
<MAX_TASKS_PER_NODE>30</MAX_TASKS_PER_NODE>
<MAX_MPITASKS_PER_NODE>15</MAX_MPITASKS_PER_NODE>
<COSTPES_PER_NODE>16</COSTPES_PER_NODE>
<PROJECT_REQUIRED>TRUE</PROJECT_REQUIRED>
<mpirun mpilib="default" unit_testing="true">
<!-- For unit testing, avoid all of the extra stuff that we use before and
Expand Down

0 comments on commit 9886e74

Please sign in to comment.