@@ -4,34 +4,20 @@ 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 v5.0.8rc3
7
+ Open MPI Version v5.0.8
8
8
------------------------------
9
- :Date: 19 May 2025
9
+ :Date: 30 May 2025
10
10
11
11
- Internal PMIx and PRRTe versions:
12
12
- PMIx (v5.0.8). Repo: ``https://github.com/openpmix/openpmix ``. Commit hash: ``907b1ccaeec61a1197f0ee5264d4fef20b257b84 ``.
13
13
- PRRTE (v3.0.11). Repo: ``https://github.com/openpmix/prrte ``. Commit hash: ``222f03fbb98b71abd293aa205b38fa9a38e57965 ``.
14
14
15
- Open MPI Version v5.0.8rc2
16
- ------------------------------
17
- :Date: 12 May 2025
18
-
19
- - Internal PMIx and PRRTe versions:
20
- - PMIx (v5.0.8). Repo: ``https://github.com/openpmix/openpmix ``. Commit hash: ``907b1ccaeec61a1197f0ee5264d4fef20b257b84 ``.
21
- - PRRTE (v3.0.10). Repo: ``https://github.com/openpmix/prrte ``. Commit hash: ``0ff51bd532e0a95483cafdc290d22a6cb55a9aef ``.
22
-
23
- Open MPI Version v5.0.8rc1
24
- ------------------------------
25
- :Date: 9 May 2025
26
-
27
- - Internal PMIx and PRRTe versions:
28
- - PMIx (v5.0.7). Repo: ``https://github.com/openpmix/openpmix ``. Commit hash: ``bc3680a178f0fc17f787cff4f417551a08497394 ``.
29
- - PRRTE (v3.0.9). Repo: ``https://github.com/openpmix/prrte ``. Commit hash: ``c4f6f78db4f38c8fa7be3589a96ed904bfc4b998 ``.
30
-
31
15
- Functionality Enhancements
32
16
- UCC collective operations: Improved handling of MPI_IN_PLACE in allgather, allgatherv, alltoall, alltoallv, gather, gatherv, scatter, and scatterv operations
33
17
- UCX OSC: Added support for "no_locks" info key to disable lock table usage
34
18
- OFI MTL: Enhanced CXI provider support for better compatibility
19
+ - AARCH64: Added SVE detection alongside NEON in aarch64 op component
20
+ - Fortran: Fixed common symbol sizes and alignments for better compatibility
35
21
36
22
- Bug Fixes and Minor Enhancements
37
23
- Hugepage Mpool: Fixed sizing of hugepages for better memory management
@@ -40,6 +26,10 @@ Open MPI Version v5.0.8rc1
40
26
- Build system: Fixed support for flang on OSX
41
27
- Removed unused spread contrib sample scripts
42
28
- Various documentation updates and improvements
29
+ - CI: Removed Ubuntu 18 and RHEL 7 from test matrix
30
+ - Fixed type mismatch errors in shared memory components
31
+ - Updated Java configuration for latest Fedora releases
32
+ - Fixed memory zone reference counting in UCX dynamic windows
43
33
44
34
Open MPI Version v5.0.7
45
35
------------------------------
0 commit comments