@@ -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 --prtemca 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
10131013alternatively in a system or user ``mca-params.conf `` file or as
10141014environment variables, as described in the :ref: `Setting MCA
10151015Parameters <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 ``--prtemca ``
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
16641666By 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 ``--prtemca state_base_error_non_zero_exit ``
16661668can be set to "false" (or "0") to cause Open MPI to not abort a job if
16671669one or more processes return a non-zero status. In that situation the
16681670Open MPI records and notes that processes exited with non-zero
0 commit comments