Skip to content

Commit bd9adb4

Browse files
committed
docs/mca.rst: fix MCA environment variable prefix for PRRTE
The table added in 061f908 (A variety of docs updates:, 2022-09-12) mentioning the different prefixes for Open MPI, PMIx and PRRTE MCA parameters set via environment variables has one too many "R"'s in 'PRRTE_MCA_': the correct prefix is 'PRTE_MCA_'. Fix that, and make it clear that it is not a typo. Signed-off-by: Philippe Blain <[email protected]>
1 parent 91539d0 commit bd9adb4

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

docs/mca.rst

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -253,13 +253,13 @@ shells):
253253
When setting PMIx- and PRRTE-specific MCA parameters via
254254
environment variables, use a different prefix:
255255

256-
+----------+----------------+
257-
| Open MPI | ``OMPI_MCA_`` |
258-
+----------+----------------+
259-
| PMIx | ``PMIX_MCA_`` |
260-
+----------+----------------+
261-
| PRRTE | ``PRRTE_MCA_`` |
262-
+----------+----------------+
256+
+----------+-----------------------------------+
257+
| Open MPI | ``OMPI_MCA_`` |
258+
+----------+-----------------------------------+
259+
| PMIx | ``PMIX_MCA_`` |
260+
+----------+-----------------------------------+
261+
| PRRTE | ``PRTE_MCA_`` (with a single "R") |
262+
+----------+-----------------------------------+
263263

264264
Tuning MCA parameter files
265265
^^^^^^^^^^^^^^^^^^^^^^^^^^

0 commit comments

Comments
 (0)