Skip to content

Commit 5f3764b

Browse files
authored
Merge pull request #12158 from janjust/v5.0.x
V5.0.x: news update, version update
2 parents fd66645 + fba6a30 commit 5f3764b

File tree

2 files changed

+35
-1
lines changed

2 files changed

+35
-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/news/news-v5.0.x.rst

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +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.1rc1
8+
--------------------------
9+
:Date: 11 December 2023
10+
11+
- Internal PMIx and PRRTe versions:
12+
13+
- PMIx (v4.2.8rc1-1-g0e09e062). Commit hash: ``0e09e062e8cefe0feb18ea37d768ded213053d68``.
14+
- PRRTE (v3.0.3rc1-2-g33aa50909f). Commit hash: ``33aa50909fe2c223f9f515fae120cd6a21d04653``.
15+
16+
- Bugfixes and changes (in chronological order)
17+
18+
- Various documentation related updates and changes
19+
- Fix a bunch of compiler warnings
20+
- Sessions: fix a problem with fortran MPI_Session_get_nth_pset interface
21+
- Correctly access the communicator name is MSGQ
22+
- accelerator/cuda: fix bug in makefile.am preventing correct linkage
23+
in non-standard location
24+
- btlsmcuda: fix problem with makefile
25+
- Fix rcache/gpusm and rcache/rgpsum
26+
- Correctly handle attributes on MPI_COMM_WORLD.
27+
- Minor memory leak fixes in:
28+
btl/tcp, mca_base_framework, ob1
29+
- Fix static initialization of recursive mutexes
30+
- Spack: fix for dlopen missing symbol problem
31+
- opal/mca/accelerator: ROCm 6.0 incompatibility fix
32+
- opal_var_dump_color_keys: fix an array overflow
33+
- SHMEM_LOCKS: MCS implementation of SHMEM LOCKS
34+
- configury: support flang-new
35+
- Update processing of "display_map" info key
36+
- dpm: update PMIX attribute
37+
38+
- Many thanks to Open MPI community including:
39+
Tony Curtis, David Edwards Linaro, Niv Shpak for their contribution.
40+
741
Open MPI version 5.0.0
842
--------------------------
943
:Date: 25 October 2023

0 commit comments

Comments
 (0)