Skip to content

Commit

Permalink
Add a new XML variable to apply the MPI wrapper script more generically.
Browse files Browse the repository at this point in the history
  • Loading branch information
sjsprecious committed Aug 8, 2023
1 parent 6dbea2c commit 72ee0b2
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions cime_config/config_component.xml
Original file line number Diff line number Diff line change
Expand Up @@ -802,6 +802,16 @@
<desc>If set will compile and submit with this gpu offload method enabled </desc>
</entry>

<entry id="MPI_GPU_WRAPPER_SCRIPT">
<type>char</type>
<valid_values></valid_values>
<default_value></default_value>
<group>build_def</group>
<file>env_build.xml</file>
<desc>If set will attach this script to the MPI run command, mapping
different MPI ranks to different GPUs within the same compute node</desc>
</entry>

<entry id="SMP_PRESENT">
<type>logical</type>
<valid_values>TRUE,FALSE</valid_values>
Expand Down

0 comments on commit 72ee0b2

Please sign in to comment.