Skip to content

Commit

Permalink
Update CHANGES and version.m4 for 4.2.3rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
raffenet committed Sep 24, 2024
1 parent d5af471 commit acb1ffc
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 2 deletions.
38 changes: 38 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,41 @@
===============================================================================
Changes in 4.2.3
===============================================================================

# Update embedded libfabric to fix a build issue on FreeBSD

# Fix HIP support for use with AMD GPUs

# Fix potential invalid context issue in CUDA memory hooks

# Fix GPU fallback path in ch4/ofi for Intel GPU buffers

# Fix IPC handle destruction with Level Zero API (Intel GPU)

# Fix potential crash in MPI_ISENDRECV with derived datatypes

# Fix bug in persistent MPI_GATHER that incorrectly cached buffer
contents at init time

# Fix memory allocation bug in ROMIO GPFS driver

# Fix missing error names in ch4/ofi netmod

# Fix potential hang in multi-VCI active message RMA

# Fix bug in ch3 large count support with derived datatypes

# Fix manpage generation to provide aliases for large-count versions

# Fix potential crash in Hydra with long PMI command messages

# Fix bug in exit status capture in Hydra when there are multiple
processes with non-zero exit

# Fix implementation of C/Fortran status conversion functions

# Fix implementation of MPI_Type_create_f90_xxx functions

===============================================================================
Changes in 4.2.2
===============================================================================
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.2.2])dnl
m4_define([MPICH_VERSION_m4],[4.2.3rc1])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.2.2 - 16:2:4
# last version: 4.2.3 - 16:3:4

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

Expand Down

0 comments on commit acb1ffc

Please sign in to comment.