@@ -23,6 +23,16 @@ system.
23
23
24
24
* This library is required; Open MPI will not build without it.
25
25
* **Minimum version required: ** |hwloc_min_version |
26
+
27
+ .. note :: While the minimum version of Hwloc will *work*, it may
28
+ still have bugs and/or have less functionality as
29
+ compared to later versions.
30
+
31
+ Other than the Hwloc restriction about v3.0.0 and beyond
32
+ (see below), the Open MPI community generally recomends
33
+ using the latest available version of Hwloc unless there
34
+ is a specific reason not to.
35
+
26
36
* **Version embedded in Open MPI distribution: **
27
37
|hwloc_embedded_version |
28
38
@@ -62,11 +72,32 @@ system.
62
72
* **Version embedded in Open MPI distribution: **
63
73
|event_embedded_version |
64
74
65
- * `PMIx <https://pmix.org/ >`_
75
+ .. note :: The Open MPI community has heavily tested Libevent
76
+ |event_embedded_version |. Other versions should *work *,
77
+ but |mdash | unlike Hwloc, OpenPMIx, and PRRTE |mdash |
78
+ there is not much reason to upgrade to use a later
79
+ version of Libevent.
80
+
81
+ * `OpenPMIx <https://docs.openpmix.org/ >`_
66
82
67
83
* This library is required; Open MPI will not build without it.
68
84
* **Minimum version required when building without PRRTE: **
69
85
|pmix_min_version |
86
+
87
+ .. note :: While the minimum version of OpenPMIx will *work*, it
88
+ may still have bugs and/or have less functionality as
89
+ compared to later versions.
90
+
91
+ The Open MPI community generally recomends using the
92
+ latest available version of OpenPMIx unless there is a
93
+ specific reason not to.
94
+
95
+ .. note :: While `OpenPMIx <https://docs.openpmix.org/>`_ is the
96
+ formal name of the software that implements the `PMIx
97
+ <https://pmix.org/> `_ standard, the term "PMIx" is used
98
+ extensively throughout this documentation to refer to
99
+ the OpenPMIx software package.
100
+
70
101
* **Minimum version required when building with PRRTE: ** `See the
71
102
PRRTE project documentation <https://docs.prrte.org/> `_.
72
103
* **Version embedded in Open MPI distribution: **
@@ -77,10 +108,15 @@ system.
77
108
* This library is optional in some environments. See below.
78
109
* **Minimum version required: ** |prte_min_version |
79
110
80
- .. note :: While building Open MPI with PRRTE |prte_min_version|
81
- *works *, you will not get a fully-populated
82
- ``mpirun(1) `` man page. The Open MPI community
83
- recommends that you use PRRTE version 3.0.1 or higher.
111
+ .. note :: While the minimum version of PRRTE will *work*, it may
112
+ still have bugs and/or have less functionality as
113
+ compared to later versions. For example, if you build
114
+ and run with |prte_min_version |, you will not get a
115
+ fully-populated ``mpirun(1) `` man page.
116
+
117
+ The Open MPI community generally recomends using the
118
+ latest available version of PRRTE unless there is a
119
+ specific reason not to.
84
120
85
121
* **Version embedded in Open MPI distribution: **
86
122
|prte_embedded_version |
0 commit comments