@@ -532,11 +532,11 @@ generally useful to most Open MPI users:
532
532
just before launch.
533
533
534
534
* ``--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
536
536
option can be used to test new daemon concepts, or to pass options
537
537
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
540
540
without clutter from ``mpirun `` itself.
541
541
542
542
* ``--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
1013
1013
alternatively in a system or user ``mca-params.conf `` file or as
1014
1014
environment variables, as described in the :ref: `Setting MCA
1015
1015
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:
1020
1022
1021
1023
.. list-table ::
1022
1024
:header-rows: 1
@@ -1662,7 +1664,7 @@ that job are designated "secondary" jobs):
1662
1664
summary print statement.
1663
1665
1664
1666
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 ``
1666
1668
can be set to "false" (or "0") to cause Open MPI to not abort a job if
1667
1669
one or more processes return a non-zero status. In that situation the
1668
1670
Open MPI records and notes that processes exited with non-zero
0 commit comments