From fba6a3017abb09d51882e223ed85d88dac573d21 Mon Sep 17 00:00:00 2001 From: Tomislav Janjusic Date: Mon, 11 Dec 2023 16:03:13 -0600 Subject: [PATCH] Update v5.0.1 news Bump v5.0.1 version Signed-off-by: Tomislav Janjusic --- VERSION | 2 +- docs/news/news-v5.0.x.rst | 34 ++++++++++++++++++++++++++++++++++ 2 files changed, 35 insertions(+), 1 deletion(-) diff --git a/VERSION b/VERSION index e8e9218ef83..4cd23eef94e 100644 --- a/VERSION +++ b/VERSION @@ -41,7 +41,7 @@ flex_min_version=2.5.4 # requirement is that it must be entirely printable ASCII characters # and have no white space. -greek=a1 +greek=rc1 # If repo_rev is empty, then the repository version number will be # obtained during "make dist" via the "git describe --tags --always" diff --git a/docs/news/news-v5.0.x.rst b/docs/news/news-v5.0.x.rst index b6ce469c9cd..7f14ceb242a 100644 --- a/docs/news/news-v5.0.x.rst +++ b/docs/news/news-v5.0.x.rst @@ -4,6 +4,40 @@ Open MPI v5.0.x series This file contains all the NEWS updates for the Open MPI v5.0.x series, in reverse chronological order. +Open MPI version v5.0.1rc1 +-------------------------- +:Date: 11 December 2023 + +- Internal PMIx and PRRTe versions: + + - PMIx (v4.2.8rc1-1-g0e09e062). Commit hash: ``0e09e062e8cefe0feb18ea37d768ded213053d68``. + - PRRTE (v3.0.3rc1-2-g33aa50909f). Commit hash: ``33aa50909fe2c223f9f515fae120cd6a21d04653``. + +- Bugfixes and changes (in chronological order) + + - Various documentation related updates and changes + - Fix a bunch of compiler warnings + - Sessions: fix a problem with fortran MPI_Session_get_nth_pset interface + - Correctly access the communicator name is MSGQ + - accelerator/cuda: fix bug in makefile.am preventing correct linkage + in non-standard location + - btlsmcuda: fix problem with makefile + - Fix rcache/gpusm and rcache/rgpsum + - Correctly handle attributes on MPI_COMM_WORLD. + - Minor memory leak fixes in: + btl/tcp, mca_base_framework, ob1 + - Fix static initialization of recursive mutexes + - Spack: fix for dlopen missing symbol problem + - opal/mca/accelerator: ROCm 6.0 incompatibility fix + - opal_var_dump_color_keys: fix an array overflow + - SHMEM_LOCKS: MCS implementation of SHMEM LOCKS + - configury: support flang-new + - Update processing of "display_map" info key + - dpm: update PMIX attribute + +- Many thanks to Open MPI community including: + Tony Curtis, David Edwards Linaro, Niv Shpak for their contribution. + Open MPI version 5.0.0 -------------------------- :Date: 25 October 2023