Skip to content

Commit

Permalink
Merge branch 'jayeshkrishna/fix_blues_batchq_settings' (PR #1511)
Browse files Browse the repository at this point in the history
Setting jobmin to 1 for blues+batch queue so that longer jobs
that don't fit in the shared/debug queue fit the batch queue.

Fixes #1484
[BFB]

* jayeshkrishna/fix_blues_batchq_settings:
  Changing jobmin to 1 for batch q on blues
  • Loading branch information
jayeshkrishna committed May 12, 2017
2 parents 33ad326 + 490b6a6 commit b6227d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/acme/machines/config_batch.xml
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@
</directives>
<queues>
<queue walltimemax="01:00:00" jobmin="1" jobmax="64">shared</queue>
<queue walltimemax="03:00:00" jobmin="64" jobmax="4096" default="true">batch</queue>
<queue walltimemax="03:00:00" jobmin="1" jobmax="4096" default="true">batch</queue>
</queues>
</batch_system>

Expand Down

0 comments on commit b6227d0

Please sign in to comment.