@@ -4,9 +4,9 @@ Open MPI v5.0.x series
44This file contains all the NEWS updates for the Open MPI v5.0.x
55series, in reverse chronological order.
66
7- Open MPI version 5.0.0rc4
7+ Open MPI version 5.0.0rc5
88-------------------------
9- :Date: 31 March 2022
9+ :Date: 07 April 2022
1010
1111.. admonition :: MPIR API has been removed
1212 :class: warning
@@ -30,9 +30,6 @@ Open MPI version 5.0.0rc4
3030 regardless of whether you are using an externally-installed PMIx or
3131 the PMIx that is installed with Open MPI.
3232
33- - Updated to use PMIx ``v4.2 `` branch - current hash: ``d3445c8 ``.
34- - Updated to use PRRTE ``v2.1 `` branch - current hash: ``5378b09 ``.
35-
3633.. caution ::
3734 Open MPI no longer builds 3rd-party packages
3835 such as Libevent, HWLOC, PMIx, and PRRTE as MCA components
@@ -42,6 +39,26 @@ Open MPI version 5.0.0rc4
4239 #. Builds the 3rd party libraries only if needed, and as independent
4340 libraries, rather than linked into the Open MPI core libraries.
4441
42+
43+ Changes since rc4:
44+
45+ - Various changes and cleanup to fix, and better support the static building of Open MPI.
46+ - The PRRTE submodule pointer has been updated to bring in the following fixes:
47+
48+ - Added silent single-dash to double-dash conversion to the mpirun/mpiexec command
49+ line. This promotes backwards compatibility with the v4.x series.
50+ - Fixed a bug where launch-failure messages from PRRTE would be printed twice.
51+ - Changes to the BTL ``OFI `` component to better support the HPE SS11 network.
52+ - Fixed a compile failure when building with ``UCC `` (``configure --with-ucc=... ``).
53+ - Fixed several memory leaks in the ``UCX `` component.
54+ - Fixed a bug where ``autogen.pl --force `` would fail.
55+ - Fixed a large number of warnings when compiling on macOS.
56+ - Fixed two dead links in ``HACKING.md ``. Thanks to Lachlan Bell for finding and fixing.
57+ - Updated various documentation to rename ``master `` to ``main `` where relevant.
58+
59+ - Updated PMIx to ``v4.2 `` branch - current hash: ``d3445c8 ``.
60+ - Updated PRRTE to ``v2.1 `` branch - current hash: ``f3828e8 ``.
61+
4562- New Features:
4663
4764 - ULFM Fault Tolerance support has been added. See :ref: `the ULFM section <ulfm-label >`
@@ -131,7 +148,7 @@ Open MPI version 5.0.0rc4
131148- HWLOC updates:
132149
133150 - Open MPI now requires HWLOC v1.11.0 or later.
134- - The internal HWLOC shipped with OMPI has been updated to v2.7.0 .
151+ - The internal HWLOC shipped with OMPI has been updated to v2.7.1 .
135152 - Enable --enable-plugins when appropriate.
136153- Documentation updates and improvements:
137154
0 commit comments