Skip to content

Commit

Permalink
Merge branch 'jgfouca/cime/increase_redsky_queue' into master (PR #1322)
Browse files Browse the repository at this point in the history
Increase jobmax on redsky

Some of our tests were asking for more than the 480 max. This
meant that no queue satisfied the need and the null queue was selected
which is not valid on redsky.

[BFB]

* origin/jgfouca/cime/increase_redsky_queue:
  Increase jobmax on redsky
  • Loading branch information
jgfouca committed Mar 16, 2017
2 parents df0c63d + 5c14071 commit 2e9b53b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cime_config/acme/machines/config_batch.xml
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@
<directive>--ntasks-per-node={{ tasks_per_node }}</directive>
</directives>
<queues>
<queue jobmin="1" jobmax="480" walltimemax="01:00:00" default="true">ec</queue>
<queue jobmin="1" jobmax="1024" walltimemax="06:00:00" default="true">ec</queue>
</queues>
</batch_system>

Expand All @@ -254,7 +254,7 @@
<directive>--ntasks-per-node={{ tasks_per_node }}</directive>
</directives>
<queues>
<queue jobmin="1" jobmax="480" walltimemax="01:00:00" default="true">ec</queue>
<queue jobmin="1" jobmax="1024" walltimemax="06:00:00" default="true">ec</queue>
</queues>
</batch_system>

Expand Down

0 comments on commit 2e9b53b

Please sign in to comment.