Skip to content

Commit

Permalink
Merge pull request #154 from jedwards4b/derecho_starchive_queue
Browse files Browse the repository at this point in the history
change the queue used for st_archive on derecho
  • Loading branch information
jedwards4b authored Mar 5, 2024
2 parents 8fda949 + e4dcc2c commit 4b66082
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion machines/config_batch.xml
Original file line number Diff line number Diff line change
Expand Up @@ -370,8 +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="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" nodemin="1" nodemax="2" >develop</queue>
</queues>
</batch_system>

Expand Down

0 comments on commit 4b66082

Please sign in to comment.