Skip to content

Commit ed658a0

Browse files
committed
v5.0.x: update news in prep for rc1
Signed-off-by: Tomislav Janjusic <tomislavj@nvidia.com>
1 parent 3fb55ff commit ed658a0

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

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

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,33 @@ 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.7rc1
8+
------------------------------
9+
:Date: 16 January 2025
10+
11+
- Internal PMIx and PRRTe version:
12+
- PMIx (v5.0.5). Repo: ``https://github.com/openpmix/openpmix``. Commit hash: ``707920c99de946a5c3a1850da457340f38c0caf2``.
13+
- PRRTE (v3.0.8). repo: ``https://github.com/openpmix/prrte``. Commit hash: ``f6f5c181c1dec317c31f61effd73f960ce2eac25``.
14+
15+
- Documentation Improvements
16+
- Updated `coll tuned` rules file documentation to reflect changes in versioning and features.
17+
- Updated CUDA-related networking documentation for consistency.
18+
- Improved descriptions for `mpirun` options, including ``--pmixmca`` and ``--prtemca``.
19+
- Fixed typos and formatting issues in `mpirun` man pages.
20+
21+
- Functionality Enhancements
22+
- Improved argument checking for ``MPI_Comm_create_from_group`` and ``MPI_Intercomm_create_from_groups`` to align with MPI 4.0 standards.
23+
- Addressed potential race conditions in `PMIx_Group_construct` calls by adding discriminators.
24+
- Fixed ``MPI_Wtime`` to initialize timing relative to ``MPI_Init`` for accurate session-level measurements.
25+
- Added support for the `alltoall_algorithm_max_requests` parameter in the `coll tuned` rules file, maintaining backward compatibility.
26+
- Introduced a version identifier for the `coll tuned` rules file for better parser handling.
27+
- Adjusted MCA variable scopes across multiple components to allow setting via the `MPI_T` interface: `coll adapt,ucc, han, basic, hcoll`
28+
29+
- Bug Fixes and Minor Enhancements
30+
- Fixed community Jenkins build pipeline to handle branch commits properly.
31+
- Resolved missing profiling symbols in the `mpi_f08` Fortran library.
32+
- Corrected parameter mismatches in `coll/cuda` functions to avoid type issues.
33+
734
Open MPI Version v5.0.6
835
------------------------------
936
:Date: 14 November 2024

0 commit comments

Comments
 (0)