@@ -4,14 +4,40 @@ 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.2rc1
7+ Open MPI version v5.0.2rc2
88--------------------------
9- :Date: 24 January 2024
9+ :Date: 31 January 2024
1010
1111- Internal PMIx and PRRTe versions:
1212
13- - PMIx (v4.2.8-3-ge68bdfcf). Commit hash: ``e68bdfcf4133cb4c1af31c591bb1d26ed63fe911 ``.
14- - PRRTE (v3.0.3-5-g8bd181af08). Commit hash: ``8bd181af0836375e66c741c1c94364d8a44918e5 ``.
13+ - PMIx (v4.2.8). Commit hash: ``d1c1ed0c2e64f19ad49291241a43630ea7fdce28 ``.
14+ - PRRTE (v3.0.3). Commit hash: ``e383f5ad70c2633420d3425e9fb67e69b6bfd9c4 ``.
15+
16+ .. note :: Due to the timing of Open MPI v5.0.2 release, the PMIx and PRRTE versions
17+ that are internally bundled in the Open MPI distribution are the same
18+ versions as in the Open MPI v5.0.1 release: PMIx v4.2.8 and PRRTE v3.0.3.
19+ As a result, changes and bug fixes in newer PMIx and PRRTE releases are
20+ not included in Open MPI v5.0.2, notably:
21+
22+ PRRTE
23+
24+ - Fix the map-by pe-list option
25+ - Use pmix_path_nfs to detect shared file systems
26+ - psets: fix some problems with PMIX_QUERY_PSET_MEMBERSHIP query.
27+ PMIX_QUERY_PSET_MEMBERSHIP query bugfixes.
28+
29+ PMIx
30+
31+ - Restore default to enable-devel-check in Git repos
32+ - Protect against empty envar definition for mca_base_param_files
33+ - PMIx_Query_info: removed duplicated PMIX_RELEASE
34+ - Do not add no-unused-parameter for non-devel-check builds
35+ - Cast a few parameters when translating macros to functions
36+ - Fix one more spot for "get" from rank undefined
37+ - Fix "get" of key with undefined rank
38+ - Resolve problem of stack variables and realloc
39+ - Restore support for detecting shared file systems
40+ - Fix broken link in README
1541
1642- Bugfixes and changes (in chronological order)
1743
0 commit comments