Skip to content

Commit 2271bd7

Browse files
authored
Merge pull request open-mpi#12299 from wenduwan/5.0.2rc2_revert_submodules
5.0.2rc2 patch series
2 parents 614f64d + 77fc790 commit 2271bd7

File tree

4 files changed

+33
-7
lines changed

4 files changed

+33
-7
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=rc1
44+
greek=rc2
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/news/news-v5.0.x.rst

Lines changed: 30 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,40 @@ 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.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

Comments
 (0)