@@ -4,9 +4,9 @@ Open MPI v5.0.x series
4
4
This file contains all the NEWS updates for the Open MPI v5.0.x
5
5
series, in reverse chronological order.
6
6
7
- Open MPI version 5.0.0rc4
7
+ Open MPI version 5.0.0rc5
8
8
-------------------------
9
- :Date: 31 March 2022
9
+ :Date: 07 April 2022
10
10
11
11
.. admonition :: MPIR API has been removed
12
12
:class: warning
@@ -30,9 +30,6 @@ Open MPI version 5.0.0rc4
30
30
regardless of whether you are using an externally-installed PMIx or
31
31
the PMIx that is installed with Open MPI.
32
32
33
- - Updated to use PMIx ``v4.2 `` branch - current hash: ``d3445c8 ``.
34
- - Updated to use PRRTE ``v2.1 `` branch - current hash: ``5378b09 ``.
35
-
36
33
.. caution ::
37
34
Open MPI no longer builds 3rd-party packages
38
35
such as Libevent, HWLOC, PMIx, and PRRTE as MCA components
@@ -42,6 +39,26 @@ Open MPI version 5.0.0rc4
42
39
#. Builds the 3rd party libraries only if needed, and as independent
43
40
libraries, rather than linked into the Open MPI core libraries.
44
41
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
+
45
62
- New Features:
46
63
47
64
- ULFM Fault Tolerance support has been added. See :ref: `the ULFM section <ulfm-label >`
@@ -131,7 +148,7 @@ Open MPI version 5.0.0rc4
131
148
- HWLOC updates:
132
149
133
150
- 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 .
135
152
- Enable --enable-plugins when appropriate.
136
153
- Documentation updates and improvements:
137
154
0 commit comments