Skip to content

Commit 84891ba

Browse files
authored
Merge pull request #13283 from janjust/v5.0.x
v5.0.x: v5.0.8 release
2 parents 34b70be + dfb673a commit 84891ba

File tree

2 files changed

+9
-19
lines changed

2 files changed

+9
-19
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ tarball_version=gitclone
6262

6363
# The date when this release was created
6464

65-
date="Unreleased developer copy"
65+
date="30 May 2025"
6666

6767
# The shared library version of each of Open MPI's public libraries.
6868
# These versions are maintained in accordance with the "Library

docs/release-notes/changelog/v5.0.x.rst

Lines changed: 8 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -4,34 +4,20 @@ Open MPI v5.0.x series
44
This file contains all the NEWS updates for the Open MPI v5.0.x
55
series, in reverse chronological order.
66

7-
Open MPI Version v5.0.8rc3
7+
Open MPI Version v5.0.8
88
------------------------------
9-
:Date: 19 May 2025
9+
:Date: 30 May 2025
1010

1111
- Internal PMIx and PRRTe versions:
1212
- PMIx (v5.0.8). Repo: ``https://github.com/openpmix/openpmix``. Commit hash: ``907b1ccaeec61a1197f0ee5264d4fef20b257b84``.
1313
- PRRTE (v3.0.11). Repo: ``https://github.com/openpmix/prrte``. Commit hash: ``222f03fbb98b71abd293aa205b38fa9a38e57965``.
1414

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-
3115
- Functionality Enhancements
3216
- UCC collective operations: Improved handling of MPI_IN_PLACE in allgather, allgatherv, alltoall, alltoallv, gather, gatherv, scatter, and scatterv operations
3317
- UCX OSC: Added support for "no_locks" info key to disable lock table usage
3418
- 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
3521

3622
- Bug Fixes and Minor Enhancements
3723
- Hugepage Mpool: Fixed sizing of hugepages for better memory management
@@ -40,6 +26,10 @@ Open MPI Version v5.0.8rc1
4026
- Build system: Fixed support for flang on OSX
4127
- Removed unused spread contrib sample scripts
4228
- 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
4333

4434
Open MPI Version v5.0.7
4535
------------------------------

0 commit comments

Comments
 (0)