diff --git a/docs/man-openmpi/man1/mpirun.1.rst b/docs/man-openmpi/man1/mpirun.1.rst index c70cbb6b106..4b20b874e36 100644 --- a/docs/man-openmpi/man1/mpirun.1.rst +++ b/docs/man-openmpi/man1/mpirun.1.rst @@ -422,7 +422,22 @@ Setting MCA parameters: * ``--mca ``: Send arguments to various MCA modules. See the :ref:`Setting MCA Parameters - ` section for mode details. + ` section for more details. + + .. note:: Open MPI will attempt to discern PMIx and PRRTE MCA + parameters passed via ``--mca`` and handle them + appropriately, but it may not always guess correctly. It + is best to use ``--pmixmca`` and ``--prtemca`` when + passing MCA parammeters to PMIx and PRRTE, respectively. + +* ``--pmixmca ``: Send arguments to MCA modules in the + PMIx subsystem. See the :ref:`Setting MCA Parameters + ` section for more details. + +* ``--prtemca ``: Send arguments to MCA modules in the + PMIx Reference Runtime Environment (PRRTE) subsystem. See the + :ref:`Setting MCA Parameters ` + section for more details. * ``--tune ``: Specify a tune file to set arguments for various MCA modules and environment variables. See the :ref:`