Skip to content

Commit

Permalink
docs: add notes about dependency versions
Browse files Browse the repository at this point in the history
In general, recommend using the latest versions of Hwloc, Open PMIx,
and PRRTE.

Signed-off-by: Jeff Squyres <[email protected]>
  • Loading branch information
jsquyres committed Oct 1, 2024
1 parent a0af26a commit 9cc74ee
Showing 1 changed file with 34 additions and 4 deletions.
38 changes: 34 additions & 4 deletions docs/installing-open-mpi/required-support-libraries.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,16 @@ system.

* This library is required; Open MPI will not build without it.
* **Minimum version required:** |hwloc_min_version|

.. note:: While the minimum version of Hwloc will *work*, it may
still have bugs and/or have less functionality as
compared to later versions.

Other than the Hwloc restriction about v3.0.0 and beyond
(see below), the Open MPI community generally recomends
using the latest available version of Hwloc unless there
is a specific reason not to.

* **Version embedded in Open MPI distribution:**
|hwloc_embedded_version|

Expand Down Expand Up @@ -62,11 +72,26 @@ system.
* **Version embedded in Open MPI distribution:**
|event_embedded_version|

.. note:: The Open MPI community has heavily tested Libevent
|event_embedded_version|. Other versions should *work*,
but |mdash| unlike Hwloc, Open PMIx, and PRRTE |mdash|
there is not much reason to upgrade to use a later
version of Libevent.

* `PMIx <https://pmix.org/>`_

* This library is required; Open MPI will not build without it.
* **Minimum version required when building without PRRTE:**
|pmix_min_version|

.. note:: While the minimum version of Open PMIx will *work*, it
may still have bugs and/or have less functionality as
compared to later versions.

The Open MPI community generally recomends using the
latest available version of Open PMIx unless there is a
specific reason not to.

* **Minimum version required when building with PRRTE:** `See the
PRRTE project documentation <https://docs.prrte.org/>`_.
* **Version embedded in Open MPI distribution:**
Expand All @@ -77,10 +102,15 @@ system.
* This library is optional in some environments. See below.
* **Minimum version required:** |prte_min_version|

.. note:: While building Open MPI with PRRTE |prte_min_version|
*works*, you will not get a fully-populated
``mpirun(1)`` man page. The Open MPI community
recommends that you use PRRTE version 3.0.1 or higher.
.. note:: While the minimum version of PRRTE will *work*, it may
still have bugs and/or have less functionality as
compared to later versions. For example, if you build
and run with |prte_min_version|, you will not get a
fully-populated ``mpirun(1)`` man page.

The Open MPI community generally recomends using the
latest available version of PRRTE unless there is a
specific reason not to.

* **Version embedded in Open MPI distribution:**
|prte_embedded_version|
Expand Down

0 comments on commit 9cc74ee

Please sign in to comment.