@@ -4,24 +4,9 @@ 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.9rc2
7+ Open MPI Version v5.0.9
88------------------------------
9- :Date: 10 October 2025
10-
11- - Internal PMIx and PRRTe versions:
12- - PMIx (v5.0.9). Repo: ``https://github.com/openpmix/openpmix ``. Commit hash: ``b357357c09915779eabd362f6857f61b41680329 ``.
13- - PRRTE (v3.0.12). Repo: ``https://github.com/openpmix/prrte ``. Commit hash: ``b357357c09915779eabd362f6857f61b41680329 ``.
14-
15- - Functionality Enhancements
16- - UCC: Set node local id for better collective operation performance
17- - UCX: Set node local id in PML component for improved communication
18-
19- - Bug Fixes and Minor Enhancements
20- - CUDA: Fixed CUDA detection when multiple libcuda.so files exist in CUDA install directory
21-
22- Open MPI Version v5.0.9rc1
23- ------------------------------
24- :Date: 23 September 2025
9+ :Date: 30 October 2025
2510
2611- Internal PMIx and PRRTe versions:
2712 - PMIx (v5.0.9). Repo: ``https://github.com/openpmix/openpmix ``. Commit hash: ``b357357c09915779eabd362f6857f61b41680329 ``.
@@ -32,9 +17,12 @@ Open MPI Version v5.0.9rc1
3217 - OFI: Enhanced accelerator memory support with proper rcache flag handling
3318 - OFI: Added memory monitor export for better memory management
3419 - ROCm: Added missing header for memcpy operations in accelerator component
20+ - UCC: Set node local id for better collective operation performance
21+ - UCX: Set node local id in PML component for improved communication
3522
3623- Bug Fixes and Minor Enhancements
3724 - PML OB1: Fixed critical bug in MCA_PML_OB1_ADD_ACK_TO_PENDING that could cause memory overruns or allocation failures
25+ - CUDA: Fixed CUDA detection when multiple libcuda.so files exist in CUDA install directory
3826 - Fortran: Fixed off-by-one string copy error in C2F string conversion
3927 - Fortran: Fixed ompi string c2f conversion when Fortran string length is less than C string length
4028 - Threading: Fixed OMPI_MPI_THREAD_LEVEL environment variable handling to allow useful overrides in threaded library use cases
0 commit comments