Skip to content

Commit

Permalink
Merge pull request #185 from samsrabin/patch-1
Browse files Browse the repository at this point in the history
Derecho runs requesting ≥64 jobs go to main, not develop
  • Loading branch information
fischer-ncar authored Sep 9, 2024
2 parents d83ee3d + 4134df5 commit e4ac80e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions machines/derecho/config_batch.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,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="1:00:00" jobmin="1" jobmax="64" >develop</queue>
<queue walltimemax="12:00:00" nodemin="1" nodemax="2488" >main</queue>
<queue walltimemax="1:00:00" jobmin="1" jobmax="63" >develop</queue>
<queue walltimemax="12:00:00" jobmin="64" jobmax="318464" >main</queue>
</queues>
</batch_system>

0 comments on commit e4ac80e

Please sign in to comment.