Skip to content

v4.1.2

Compare
Choose a tag to compare
@raffenet raffenet released this 08 Jun 20:05
· 1423 commits to main since this release
fba49d6

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