Skip to content

Commit

Permalink
Add num_tasks arg for mpirun on ghci-snl-cpu
Browse files Browse the repository at this point in the history
  • Loading branch information
bartgol committed Oct 24, 2024
1 parent 073ed9f commit 5ac2f94
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cime_config/machines/config_machines.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1656,6 +1656,7 @@ commented out until "*** No rule to make target '.../libadios2pio-nm-lib.a'" iss
<executable>mpirun</executable>
<arguments>
<arg name="binding"> --bind-to core</arg>
<arg name="num_tasks"> -np {{ total_tasks }}</arg>
</arguments>
</mpirun>
<module_system type="none"/>
Expand Down

0 comments on commit 5ac2f94

Please sign in to comment.