Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit cd797ba

Browse files
committedMay 9, 2025·
v5.0.x: update VERSION and NEWS for rc1
Signed-off-by: Tomislav Janjusic <tomislavj@nvidia.com>
1 parent 97c6e41 commit cd797ba

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed
 

‎VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ flex_min_version=2.5.4
4141
# requirement is that it must be entirely printable ASCII characters
4242
# and have no white space.
4343

44-
greek=a1
44+
greek=rc1
4545

4646
# If repo_rev is empty, then the repository version number will be
4747
# obtained during "make dist" via the "git describe --tags --always"

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

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,27 @@ 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.8rc1
8+
------------------------------
9+
:Date: 9 May 2024
10+
11+
- Internal PMIx and PRRTe versions:
12+
- PMIx (v5.0.7). Repo: ``https://github.com/openpmix/openpmix``. Commit hash: ``bc3680a178f0fc17f787cff4f417551a08497394``.
13+
- PRRTE (v3.0.9). Repo: ``https://github.com/openpmix/prrte``. Commit hash: ``c4f6f78db4f38c8fa7be3589a96ed904bfc4b998``.
14+
15+
- Functionality Enhancements
16+
- UCC collective operations: Improved handling of MPI_IN_PLACE in allgather, allgatherv, alltoall, alltoallv, gather, gatherv, scatter, and scatterv operations
17+
- UCX OSC: Added support for "no_locks" info key to disable lock table usage
18+
- OFI MTL: Enhanced CXI provider support for better compatibility
19+
20+
- Bug Fixes and Minor Enhancements
21+
- Hugepage Mpool: Fixed sizing of hugepages for better memory management
22+
- Configure: Fixed --with-prrte=internal option handling
23+
- Documentation: Updated shared memory and networking documentation
24+
- Build system: Fixed support for flang on OSX
25+
- Removed unused spread contrib sample scripts
26+
- Various documentation updates and improvements
27+
728
Open MPI Version v5.0.7
829
------------------------------
930
:Date: 14 February January 2025

0 commit comments

Comments
 (0)
Please sign in to comment.