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