Skip to content

Commit e0ce402

Browse files
committed
mpirun.1.rst: fix some PRRTE typos
Fix some "PRRTE" typos (where they should be "PRTE"), and add some clarification language. Signed-off-by: Jeff Squyres <[email protected]>
1 parent c6766bb commit e0ce402

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

docs/man-openmpi/man1/mpirun.1.rst

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -532,11 +532,11 @@ generally useful to most Open MPI users:
532532
just before launch.
533533

534534
* ``--launch-agent``: Name of the executable that is to be used to
535-
start processes on the remote nodes. The default is ``PRRTEd``. This
535+
start processes on the remote nodes. The default is ``prted``. This
536536
option can be used to test new daemon concepts, or to pass options
537537
back to the daemons without having mpirun itself see them. For
538-
example, specifying a launch agent of ``PRRTEd -mca odls_base_verbose
539-
5`` allows the developer to ask the ``PRRTEd`` for debugging output
538+
example, specifying a launch agent of ``prted --mca odls_base_verbose
539+
5`` allows the developer to ask the ``prted`` for debugging output
540540
without clutter from ``mpirun`` itself.
541541

542542
* ``--report-state-on-timeout``: When paired with the ``--timeout``
@@ -1013,10 +1013,12 @@ MCA parameters can be set not only on the mpirun command line, but
10131013
alternatively in a system or user ``mca-params.conf`` file or as
10141014
environment variables, as described in the :ref:`Setting MCA
10151015
Parameters <man1-mpirun-setting-mca-parameters>`. These are MCA parameters for
1016-
the PRRTE runtime so the command line argument ``--PRRTEmca`` must be used to
1017-
pass the MCA parameter key/value pair. Alternatively, the MCA parameter key/
1018-
value pair may be specific on the command line by prefixing the key with
1019-
``PRRTE_MCA_``. Some examples include:
1016+
the PRRTE runtime so the command line argument ``--prte-mca``
1017+
(yes, ``prte`` with a single ``r``, not two ``r``'s) must be used to
1018+
pass the MCA parameter key/value pair. Alternatively, the MCA parameter
1019+
key/value pair may be specific on the command line by prefixing the key with
1020+
``PRTE_MCA_`` (again, that is not a typo: ``PRTE`` not ``PRRTE``).
1021+
Some examples include:
10201022

10211023
.. list-table::
10221024
:header-rows: 1
@@ -1662,7 +1664,7 @@ that job are designated "secondary" jobs):
16621664
summary print statement.
16631665

16641666
By default, the job will abort when any process terminates with
1665-
non-zero status. The MCA parameter ``--PRRTEmca state_base_error_non_zero_exit``
1667+
non-zero status. The MCA parameter ``--prte-mca state_base_error_non_zero_exit``
16661668
can be set to "false" (or "0") to cause Open MPI to not abort a job if
16671669
one or more processes return a non-zero status. In that situation the
16681670
Open MPI records and notes that processes exited with non-zero

0 commit comments

Comments
 (0)