Skip to content

Releases: pmodels/mpich

v4.2.0rc3

30 Jan 18:14
6d539b3
Compare
Choose a tag to compare
v4.2.0rc3 Pre-release
Pre-release

tagging 'v4.2.0rc3'

v4.2.0rc2

16 Jan 21:26
Compare
Choose a tag to compare
v4.2.0rc2 Pre-release
Pre-release
tagging 'v4.2.0rc2'

v4.2.0rc1

14 Dec 16:58
a79d91e
Compare
Choose a tag to compare
v4.2.0rc1 Pre-release
Pre-release
tagging 'v4.2.0rc1'

v4.2.0b1

14 Dec 17:01
b7f6fbe
Compare
Choose a tag to compare
v4.2.0b1 Pre-release
Pre-release
tagging 'v4.2.0b1'

v4.1.2

08 Jun 20:05
fba49d6
Compare
Choose a tag to compare

Changes in 4.1.2

  • Update UCX module to includes fixes for building with GCC 13

  • Update libfabric module to 1.18.0 with additional fixes for building
    with recent versions of LLVM/Clang

  • Fix compiler wrapper scripts to be compatible with CUDA memory hooks

  • Fix MPIX_WAITALL_ENQUEUE to make a copy of the input request array

  • Fix bug in MPI_ALLREDUCE that could result in ranks receiving
    different floating point values

  • Fix potential deadlock when progressing RMA windows

  • Fix potential crash in MPI_REDUCE with non-zero root and MPI_IN_PLACE

  • Fix potential crash during probe with libfabric CXI provider

  • Fix MPI_PARRIVED when the partitioned request is inactive

  • Fix potential bug when an attribute delete callback deletes another
    attribute on the same object

  • Fix build issue in ROMIO Lustre driver

  • Improve Fortran 2008 binding support detection during configure

  • Report an error if collective tuning json file fails to open

  • Several fixes for testsuite programs and build configuration

v4.1.1

06 Mar 20:41
27df1e0
Compare
Choose a tag to compare

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

v4.1

28 Jan 16:38
5e0922a
Compare
Choose a tag to compare

Changes in 4.1

  • Thread-cs in ch4 changed to per-vci.

  • Testsuite (test/mpi) is configured separately from mpich configure.

  • Added options in autogen to accelerate CI builds, including using pre-built
    sub-modules. Added -yaksa-depth option to generate shallower yaksa pup code
    for faster build and smaller binaries.

  • Support singleton init using hydra.

  • On OSX, link option flat_namespace is no longer turned on by default.

  • Generate mpi.mod Fortran interfaces using Python 3. For many compilers,
    including gfortran, flags such as -fallow-mismatched-args is no longer
    necessary.

  • Fixed message queue debugger interface in ch4.

  • PMI (src/pmi) is refactored as a subdir and can be separately distributed.

  • Added MPIX_Comm_get_failed.

  • Experimental MPIX stream API to enable explicit thread contexts.

  • Experimental MPIX gpu enqueue API. It currently only supports CUDA streams.

  • Delays GPU resource allocation in yaksa.

  • CH3 nemesis ofi netmod is removed.

  • New collective algorithms. All collective algorithms are listed in
    src/mpi/coll/coll_algorithms.txt

  • Removed hydra2. We will port unique features of hydra2, including
    tree-launching, to hydra in the future release.

  • Added in-repository wiki documentation.

  • Added stream workq to support optimizations for enqueue operations.

  • Better support for large count APIs by eliminating type conversion issues.

  • Hydra now uses libpmi (src/pmi) for handling PMI messages.

  • Many bug fixes and enhancements.

v4.0.3

08 Nov 16:19
12f8312
Compare
Choose a tag to compare

Changes in 4.0.3

  • Fix message queue dumping interface support

  • Fix multinic usage in ch4:ofi

  • Fix bug in MPI_WIN_CREATE in ch4:ucx when UCX >= 1.13.0

  • Fix MPIR_pmi_barrier when PMI2 is used

  • Fix ROMIO lazy mutex initialization

  • Fix build with HIP support

  • Fix potential dynamic process message mixups in ch3

  • Add missing const to MPI_Pready_list array_of_partitions argument

  • Add support for C++ datatypes even when the C++ binding is disabled

  • Add support for Intel OneAPI compilers

v4.0.2

10 Apr 12:52
64a0794
Compare
Choose a tag to compare

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

v4.0.1

23 Feb 18:10
19e4faf
Compare
Choose a tag to compare

Changes in 4.0.1

  • Multiple fixes for NVIDIA/PGI HPC Compilers support

  • Fix ch4:ofi:gni provider capability set

  • Fix MPI_SESSION_INIT "thread_level" info hint

  • Fix build on macOS with --disable-shared

  • Fix QMPI function definitions

  • Fix support for "host" info hint in MPI_COMM_SPAWN[_MULTIPLE]

  • Fix manpage generation

  • Add missing MPI_F_sync_reg function

  • Add missing const to MPI_Psend_init buffer argument

  • Make Python 3 optional in configure script

  • Remove -Wl,flat_namespace from compile wrappers by default (macOS only)

  • Update UCX module to v1.12.0

  • Update yaksa module to support latest Ampere compute capability