@@ -4,6 +4,49 @@ Open MPI v5.0.x series
4
4
This file contains all the NEWS updates for the Open MPI v5.0.x
5
5
series, in reverse chronological order.
6
6
7
+ Open MPI version v5.0.4rc1
8
+ --------------------------
9
+ :Date: 12 July 2024
10
+
11
+ - Internal PMIx and PRRTe versions:
12
+
13
+ - PMIx (v5.0.3). Commit hash: ``8ab6d680b90afd6e61766220a8724065a1b554a7 ``.
14
+ - PRRTE (v3.0.6). Commit hash: ``b68a0acb32cfc0d3c19249e5514820555bcf438b ``.
15
+
16
+ - Bugfixes and changes
17
+
18
+ - btl/ofi: retry posting receive buffer
19
+ - btl/uct: check return status from some uct funcs
20
+ - fortran: use -Wl,-ld_classic if supported
21
+ - fortran: parameterize the install location of Fortran MPI bindings modulefiles
22
+ via the configure --with-mpi-moduledir CLI option
23
+ - fortran: various configury improvements
24
+ - use-mpi-f08: add missing subroutines in the mpi_f08 module
25
+ - pml/base: remove redundant copy of ompi_mpi_thread_multiple
26
+ - pml/cm: release datatype object in send completion callback
27
+ - pml/ucx: propagate MPI serialized thread mode for all worker creations
28
+ - pml/ob1: make no. of events an mca parameter
29
+ - oshmem/shmem: fix warnings regarding types and unused variables in shmem
30
+ - Add an AARCH64 OP component for for NEON and SVE ISA
31
+ - Fix MPI function names in error output
32
+ - Fix MPI_Neighbor_alltoall{v,w}_init to handle NULL parameters
33
+ - Fix a bug in intercomm creation
34
+ - Fix a bug in ompi_comm_lookup function to handle partially ready communicators
35
+ - Fix error message in ompi_comm_get_rproc
36
+ - Fix opal_basename for single character filenames
37
+ - Fix rpm build test
38
+ - Fix the info subscriber mechanism and hidden info keys
39
+ - Fix ulfm bugs in ishrink/agree/iagree
40
+ - Improve libcuda.so find command to follow symlinks
41
+ - Improve pkgconfig installation logic in script wrapper
42
+ - Change default tar format to tar-pax
43
+ - Various document updates
44
+
45
+ - Many thanks to Open MPI community including:
46
+ Alex Margolin, Benjamin Kitor, Burlen Loring, Ethan Townsend, Geoffroy Vallee,
47
+ Jeff Hammond, Junchao Zhang, Lisandro Dalcin, Nuno Nobre, Rainer Keller,
48
+ Roie Danino, Thomas Vegas
49
+
7
50
Open MPI version v5.0.3
8
51
--------------------------
9
52
:Date: 9 April 2024
0 commit comments