Skip to content

Commit

Permalink
Updates the queues for LBL machine
Browse files Browse the repository at this point in the history
Changes queues from lr2 to lr_normal
  • Loading branch information
Gautam Bisht committed May 5, 2017
1 parent dc5fbf5 commit b9e35c1
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 @@ -365,7 +365,7 @@
<directive>--exclusive</directive>
</directives>
<queues>
<queue walltimemin="0" walltimemax="01:00:00" jobmin="0" jobmax="64" default="true">lr2</queue>
<queue walltimemin="0" walltimemax="01:00:00" jobmin="0" jobmax="64" default="true">lr_normal</queue>
</queues>
</batch_system>

Expand All @@ -375,7 +375,7 @@
<directive>--exclusive</directive>
</directives>
<queues>
<queue walltimemin="0" walltimemax="01:00:00" jobmin="0" jobmax="64" default="true">lr3</queue>
<queue walltimemin="0" walltimemax="01:00:00" jobmin="0" jobmax="64" default="true">lr_normal</queue>
</queues>
</batch_system>

Expand Down

0 comments on commit b9e35c1

Please sign in to comment.