Skip to content

Commit

Permalink
Merge pull request #129 from jedwards4b/increase_derecho_walltime
Browse files Browse the repository at this point in the history
increase derecho walltime to 12hrs
  • Loading branch information
jedwards4b authored Nov 30, 2023
2 parents 3d692b8 + 3b191e4 commit 5fe43dc
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,7 +370,7 @@
<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>
</queues>
</batch_system>

Expand Down

0 comments on commit 5fe43dc

Please sign in to comment.