Skip to content

Commit 9c7e2f4

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 <levraiphilippeblain@gmail.com> (cherry picked from commit bd9adb4)
1 parent f25ca69 commit 9c7e2f4

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
@@ -252,13 +252,13 @@ shells):
252252
When setting PMIx- and PRRTE-specific MCA parameters via
253253
environment variables, use a different prefix:
254254

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

263263
Tuning MCA parameter files
264264
^^^^^^^^^^^^^^^^^^^^^^^^^^

0 commit comments

Comments
 (0)