Skip to content

Commit

Permalink
Update CHANGES and version.m4 for 4.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
raffenet committed Mar 2, 2023
1 parent 8c7d9ea commit 0458fab
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 2 deletions.
29 changes: 29 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,32 @@
===============================================================================
Changes in 4.1.1
===============================================================================

# Update embedded UCX module to 1.13.1. Fixes a build issue with
binutils >= 2.39.

# Update yaksa module. Support explicit NVCC setting by the user. Fixes
a build issue when there is no libtool available in PATH.

# Fix ch4:ucx initialization when configured with
--enable-ch4-vci-method=implicit.

# Fix potential error handler leak during MPI_SESSION_FINALIZE

# Fix value of MPI_UNDEFINED in mpif.h binding

# Fix MPI_IALLTOALLW with MPI_IN_PLACE

# Fix send attribute handling in IPC path

# Fix a bug in persistent MPI_ALLGATHER

# Fix tests for use with non-MPICH libraries

# Add missing MPI_T_ERR_NOT_ACCESSIBLE error code

# Fix manpages for MPIX functions

===============================================================================
Changes in 4.1
===============================================================================
Expand Down
4 changes: 2 additions & 2 deletions maint/version.m4
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# changing this by playing with diversions, but then we would probably be
# playing with autotools-fire.

m4_define([MPICH_VERSION_m4],[4.1])dnl
m4_define([MPICH_VERSION_m4],[4.1.1])dnl
m4_define([MPICH_RELEASE_DATE_m4],[unreleased development copy])dnl

# For libtool ABI versioning rules see:
Expand All @@ -36,7 +36,7 @@ m4_define([MPICH_RELEASE_DATE_m4],[unreleased development copy])dnl
# standard, and does not include MPIX_ functions and C++ bindings.

# Use [0:0:0] for unstable (e.g. alpha and beta) releases.
# last version: 4.1 - 14:4:2
# last version: 4.1.1 - 15:0:3

m4_define([libmpi_so_version_m4],[0:0:0])dnl

Expand Down

0 comments on commit 0458fab

Please sign in to comment.