Skip to content

Commit

Permalink
Update release info for 3.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
raffenet committed May 21, 2021
1 parent 7d40f5d commit 0d508a8
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 2 deletions.
34 changes: 34 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,37 @@
===============================================================================
Changes in 3.4.2
===============================================================================

# Update configure options to support --disable-ze and --disable-cuda
to explicitly disable GPU-awareness

# Update embedded hwloc to version 2.4.1. Fixes a build issue on
systems with OpenCL.

# Fixes for Argobots thread package support.

# Fixes for the DAOS ROMIO driver (thanks to Intel for contributing)

# Fix additional bugs in GPU-aware nonblocking op collectives

# Fix 'make check' errors with embedded MPL and json-c libraries

# Fix support for GNI provider in ch4:ofi netmod

# Fix bug in dynamic window memory registration with ch4:ofi netmod

# Fix bug in persistent pt2pt when used with MPI_PROC_NULL

# Fix bug in hydra nameserver when freeing published entries

# Fix bugs in GPFS ROMIO driver (thanks to IBM for contributing)

# Fix bug in darray type creation (thanks to IBM for contributing)

# Fix bugs in XPMEM support

# Fix bug in MPI_Comm_spawn_multiple where non-root args were not ignored

===============================================================================
Changes in 3.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],[3.4.1])dnl
m4_define([MPICH_VERSION_m4],[3.4.2])dnl
m4_define([MPICH_RELEASE_DATE_m4],[unreleased development copy])dnl

# For libtool ABI versioning rules see:
Expand All @@ -35,6 +35,6 @@ m4_define([MPICH_RELEASE_DATE_m4],[unreleased development copy])dnl
# libmpi so version only includes functionality defined in the MPI
# standard, and does not include MPIX_ functions and C++ bindings.

m4_define([libmpi_so_version_m4],[13:10:1])dnl
m4_define([libmpi_so_version_m4],[13:11:1])dnl

[#] end of __file__

0 comments on commit 0d508a8

Please sign in to comment.