Skip to content

Commit

Permalink
Changing default batch walltime from 24 hours to 2 hours on Titan
Browse files Browse the repository at this point in the history
[BFB] - Bit-For-Bit
  • Loading branch information
mrnorman committed Mar 29, 2017
1 parent 62c2630 commit dd623d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cime_config/acme/machines/config_batch.xml
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@
<directive>-l nodes={{ num_nodes }}</directive>
</directives>
<queues>
<queue walltimemax="24:00:00" default="true">batch</queue>
<queue walltimemax="02:00:00" default="true">batch</queue>
<queue walltimemax="01:00:00" jobmin="0" jobmax="64">debug</queue>
</queues>
</batch_system>
Expand Down

0 comments on commit dd623d5

Please sign in to comment.