Skip to content

Commit 3f02701

Browse files
authored
Merge pull request #13389 from phil-blain/doc-mca-prrte-env-var-prefix-5.0
v5.0.x: docs/mca.rst: fix MCA environment variable prefix for PRRTE
2 parents 0f471d4 + 9c7e2f4 commit 3f02701

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)