Skip to content

Commit

Permalink
Merge pull request #5916 from raffenet/4.0.2-version
Browse files Browse the repository at this point in the history
Update version info for 4.0.2

Approved-by: Yanfei Guo <yguo@anl.gov>
  • Loading branch information
yfguo authored Mar 29, 2022
2 parents 7762795 + 43055d9 commit 64a0794
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 2 deletions.
25 changes: 25 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,28 @@
===============================================================================
Changes in 4.0.2
===============================================================================

# Fix CUDA configuration logic in yaksa

# Fix support for dynamic process functionality with PMI2 clients

# Fix non-zero appnum bug in PMI2 server in Hydra

# Fix MPI_Op support for types created with MPI_Type_create_f90_xxx

# Fix building ch4 with Intel compilers on macOS

# Fix Level Zero properties initialization in MPL. Thanks to Brice
Videau for the report and patch.

# Use standard names for CPU affinity functions with POSIX
threads. Fixes building against Musl libc. Thanks to Mosè Giordano for
the report and patch.

# Add elemental to eq/neq operators in Fortran 2008 binding

# Workaround for inter-process mutex bug on FreeBSD

===============================================================================
Changes in 4.0.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.0.1])dnl
m4_define([MPICH_VERSION_m4],[4.0.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],[14:1:2])dnl
m4_define([libmpi_so_version_m4],[14:2:2])dnl

[#] end of __file__

0 comments on commit 64a0794

Please sign in to comment.