Skip to content

Commit

Permalink
wip -- whitespace-only changes
Browse files Browse the repository at this point in the history
Signed-off-by: Jeff Squyres <[email protected]>
  • Loading branch information
jsquyres committed Aug 18, 2023
1 parent 3dd18c8 commit 37b7439
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/man-openmpi/man1/mpirun.1.rst
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ To map processes:
* ``--map-by <object>``: Map to the specified object, defaults to
``package``. Supported options include ``slot``, ``hwthread``, ``core``,
``L1cache``, ``L2cache``, ``L3cache``, ``package``, ``numa``,
``node``, ``seq``, ``rankfile``, ``pe-list=#``, and ``ppr``.
``node``, ``seq``, ``rankfile``, ``pe-list=#``, and ``ppr``.
Any object can include modifiers by adding a ``:`` and any combination
of the following:

Expand Down Expand Up @@ -965,7 +965,7 @@ Alternatively, processes can be mapped and bound to specified cores using
the ``--map-by pe-list=`` option. For example, ``--map-by pe-list=0,2,5``
will map three processes all three of which will be bound to logical cores
``0,2,5``. If you intend to bind each of the three processes to different
cores then the ``:ordered`` qualifier can be used like
cores then the ``:ordered`` qualifier can be used like
``--map-by pe-list=0,2,5:ordered``. In this example, the first process
on a node will be bound to CPU 0, the second process on the node will
be bound to CPU 2, and the third process on the node will be bound to
Expand Down Expand Up @@ -1023,7 +1023,7 @@ in ranking when the ``span`` qualifier is used instead of the default.
In the above case, the output shows us that 2 cores have been bound per
process. Specifically, the mapping by ``slot`` with the ``PE=2`` qualifier
indicated that each slot (i.e., process) should consume two processor
elements. By default, Open MPI defines "processor element" as "core",
elements. By default, Open MPI defines "processor element" as "core",
and therefore the ``--bind-to core`` caused each process to be bound to
both of the cores to which it was mapped.

Expand Down Expand Up @@ -1061,16 +1061,16 @@ MCA parameters can be set not only on the mpirun command line, but
alternatively in a system or user ``mca-params.conf`` file or as
environment variables, as described in the :ref:`Setting MCA
Parameters <man1-mpirun-setting-mca-parameters>`. These are MCA parameters for
the PRRTE runtime so the command line argument ``--PRRTEmca`` must be used to
the PRRTE runtime so the command line argument ``--PRRTEmca`` must be used to
pass the MCA parameter key/value pair. Alternatively, the MCA parameter key/
value pair may be specific on the command line by prefixing the key with
value pair may be specific on the command line by prefixing the key with
``PRRTE_MCA_``. Some examples include:

.. list-table::
:header-rows: 1

* - Option
- PRRTE MCA parameter key
- PRRTE MCA parameter key
- Value

* - ``--map-by core``
Expand Down

0 comments on commit 37b7439

Please sign in to comment.