Skip to content

Commit 01c8edd

Browse files
committed
doc: Update version.m4 and CHANGES for 4.3.2rc1
1 parent 389f122 commit 01c8edd

File tree

2 files changed

+48
-1
lines changed

2 files changed

+48
-1
lines changed

CHANGES

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,50 @@
1+
===============================================================================
2+
Changes in 4.3.2
3+
===============================================================================
4+
# Improve libfabric provider selection when available providers have
5+
negative internal score
6+
7+
# Improve error messages when Level Zero failures are detected
8+
9+
# Improve localhost detection in Hydra
10+
11+
# Update libfabric usage to silence deprecation warnings
12+
13+
# Update embedded UCX to v1.19.0
14+
15+
# Add compatibility with CUDA 13
16+
17+
# Fix crash with GPU-aware build when running on systems with no GPUs
18+
19+
# Fix singleton init with Hydra
20+
21+
# Fix thread safety for Level Zero memcpy functions
22+
23+
# Fix potential crash when release gather collective initialization fails
24+
25+
# Fix ch3 connect/accept protocol handling when a discard event arrives
26+
after a connection is already established
27+
28+
# Fix inlining for posix eager modules in ch4/shm
29+
30+
# Fix weak attribute usage in MPI ABI build
31+
32+
# Fix potential use-after-free bug in Hydra during spawn operations
33+
34+
# Fix bug in persistent bcast algorithm
35+
36+
# Fix bug in fabric coordinate retrieval with PMIx
37+
38+
# Fix integer overflow and signed/unsigned bugs in ROMIO
39+
40+
# Fix Quobtye ROMIO driver build error
41+
42+
# Fix broken string conversion in mpi_f08 module
43+
44+
# Fix compilation issue with mpi_f08 and NAG compiler
45+
46+
# Fixes for various test program bugs
47+
148
===============================================================================
249
Changes in 4.3.1
350
===============================================================================

maint/version.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# changing this by playing with diversions, but then we would probably be
1515
# playing with autotools-fire.
1616

17-
m4_define([MPICH_VERSION_m4],[4.3.1])dnl
17+
m4_define([MPICH_VERSION_m4],[4.3.2rc1])dnl
1818
m4_define([MPICH_RELEASE_DATE_m4],[unreleased development copy])dnl
1919

2020
# For libtool ABI versioning rules see:

0 commit comments

Comments
 (0)