Skip to content

Commit

Permalink
add develop queue
Browse files Browse the repository at this point in the history
  • Loading branch information
jedwards4b committed Dec 15, 2023
1 parent 32a9cc9 commit 3cd3a88
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion machines/config_batch.xml
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,8 @@
<directive> -l select={{ num_nodes }}:ncpus={{ max_cputasks_per_gpu_node }}:mpiprocs={{ tasks_per_node }}:ompthreads={{ thread_count }}:mem=480GB:ngpus={{ ngpus_per_node }}:mps=1 </directive>
</directives>
<queues>
<queue walltimemax="4:00:00" nodemin="1" nodemax="2488" >main</queue>
<queue walltimemax="12:00:00" nodemin="1" nodemax="2488" >main</queue>
<queue walltimemax="1:00:00" nodemin="1" nodemax="2" >develop</queue>
</queues>
</batch_system>

Expand Down

0 comments on commit 3cd3a88

Please sign in to comment.