Skip to content

Commit

Permalink
Merge pull request #4529 from jedwards4b/wallclock_and_buffer
Browse files Browse the repository at this point in the history
increase wallclock and set line-buffer for derecho
  • Loading branch information
jedwards4b committed Nov 30, 2023
2 parents f34d21b + 21f99f7 commit f38cdc7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion config/cesm/machines/config_batch.xml
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,7 @@
<directive> -l select={{ num_nodes }}:ncpus={{ max_tasks_per_node }}:mpiprocs={{ tasks_per_node }}:ompthreads={{ thread_count }}</directive>
</directives>
<queues>
<queue walltimemax="4:00:00" nodemin="1" nodemax="2488" default="true">main</queue>
<queue walltimemax="12:00:00" nodemin="1" nodemax="2488" default="true">main</queue>
</queues>
</batch_system>

Expand Down
1 change: 1 addition & 0 deletions config/cesm/machines/config_machines.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1112,6 +1112,7 @@ This allows using a different mpirun command to launch unit tests
<executable>mpiexec</executable>
<arguments>
<arg name="label"> --label</arg>
<arg name="buffer"> --line-buffer</arg>
<arg name="num_tasks" > -n {{ total_tasks }}</arg>
</arguments>
</mpirun>
Expand Down

0 comments on commit f38cdc7

Please sign in to comment.