Package Release Info

mpich-ofi-4.3.0-160000.2.2

Update Info: Base Release
Available in Package Hub : 16.0

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

mpich-ofi
mpich-ofi-devel

Change Logs

* Sat Mar 29 2025 nicolas.morey@suse.com
- Remove support for gnu-hpc build flavours
* Mon Mar 24 2025 nicolas.morey@suse.com
- Disable gnu-hpc build flavours (bsc#1239982)
* Wed Feb 19 2025 nicolas.morey@suse.com
- Update to 4.3.0
  - Support MPI memory allocation kinds side document.
  - Support MPI ABI Proposal. Configure with --enable-mpi-abi and build with
    mpicc_abi. By default, mpicc still builds and links with MPICH ABI.
  - Added benchmark tests test/mpi/bench/p2p_{latency,bw}.
  - Added CMA support in CH4 IPC.
  - Added IPC read algorithm for intranode Allgather and Allgatherv.
  - Added CVAR MPIR_CVAR_CH4_SHM_POSIX_TOPO_ENABLE to enable non-temporal memcpy
    for inter-numa shm communication.
  - Added CVAR MPIR_CVAR_DEBUG_PROGRESS_TIMEOUT for debugging MPI deadlock issues.
  - ch4:ucx now supports dynamic processes. MPI_Comm_spawn{_multiple} will work.
    MPI_Open_port will fail due to ucx port name exceeds current MPI_MAX_PORT_NAME
    of 256. One can work around by use an info hint "port_name_size" and use a
    larger port name buffer.
  - PMI-1 defines PMI_MAX_PORT_NAME, which may be different from MPI_MAX_PORT_NAME.
    This is used by "PMI_Lookup_name". Consequently, MPI_Lookup_name accepts info
    hint "port_name_size" that may be larger than MPI_MAX_PORT_NAME. If the port
    name does not fit in "port_name_size", it will return a truncation error.
  - Autogen default to use -yaksa-depth=2.
  - Default MPIR_CVAR_CH4_ROOTS_ONLY_PMI to on.
  - Added ch4 netmod API am_tag_send and am_tag_recv.
  - Added MPIR_CVAR_CH4_OFI_EAGER_THRESHOLD to force RNDV send mode.
  - Make check target will run ROMIO tests.
  - Add back handle conversion macros (f2c/c2f) to preserve ABI
    compatibility with older MPICH libraries
  - Fix compilation issue with g++ in -std=gnu++20 mode
  - Fix bug in MPI_ANY_SOURCE handling observed using the libfabric CXI
    provider
  - Add NIC information to error messages in ch4:ofi netmod
- Add romio-disable-tests.patch to disable romio tests
  as they cannot be ran within %check
* Mon Aug 12 2024 nicolas.morey@suse.com
- Update to 4.2.2
  - Update embedded libfabric to v1.20.1 and fix compilation with GCC 14.
  - Fix dataloop support for MPIX_Type_iov routines
  - Fix crash in Hydra when system has many local ip addresses
  - Fix RMA fallback check in ch4:ofi netmod
  - Fix MPI_UNDEFINED handling in mpi_f08 module
  - Fix Slurm environment variable inheritance in Hydra
  - Fix multiple issues with large count support in ROMIO
  - Fix potential hang in init using PMIx client and nonstandard keys
  - Fix crash if PMIx client cannot get appnum from server during init
  - Fix other build errors and warnings
  - Disable flat_namespace to build libmpifort on macOS by default
  - Prefix warning messages with "MPICH"
  - Add --disable-doc configure option
  - Fix support for building MPICH Fortran support with Xcode 15 on macOS
  - Fix bug in MPI_WIN_SHARED_QUERY when window is not shared
  - Fix bug in ch4/ofi gpu pipelining
  - Fixes for Intel GPU support
  - Fix memory leak in ch4/shm collectives
  - Fix bug in MPI_COMM_SPLIT with intercommunicators and non-zero root
  - Fix bug in DAOS ROMIO driver
  - Fix bug in cycling error code array
  - Return an error if there is failure to create a datatype in mpi_f08
    module for noncontiguous user data
  - Return an error when shared memory segment creation fails
  - Complete support MPI 4.1 specification
  - Experimental thread communicator feature (e.g. MPIX_Threadcomm_init).
    See paper "Frustrated With MPI+Threads? Try MPIxThreads!",
    https://doi.org/10.1145/3615318.3615320.
  - Experimental datatype functions MPIX_Type_iov_len and MPIX_Type_Iov
  - Experimental op MPIX_EQUAL for MPI_Reduce and MPI_Allreduce (intra
    communicator only)
  - Use --with-{pmi,pmi2,pmix]=[path] to configure external PMI library.
    Convenience options for Slurm and cray deprecated. Use --with-pmi=oldcray
    for older Cray environment.
  - Error checking default changed to runtime (used to be all).
  - Use the error handler bound to MPI_COMM_SELF as the default error handler.
  - Use ierror instead of ierr in "use mpi" Fortran interface. This affects
    user code if they call with explicit keyword, e.g. call MPI_Init(ierr=arg).
    "ierror" is the correct name specified in the MPI specification. We only
    added subroutine interface in "mpi.mod" since 4.1.
  - Handle conversion functions, such as MPI_Comm_c2f, MPI_Comm_f2c, etc., are
    no longer macros. MPI-4.1 require these to be actual functions.
  - Yaksa updated to auto detect the GPU architecture and only build for
    the detected arch. This applies to CUDA and HIP support.
  - MPI_Win_shared_query can be used on windows created by MPI_Win_create,
    MPI_Win_allocate, in addition to windows created by MPI_Win_allocate_shared.
    MPI_Win_allocate will create shared memory whenever feasible, including between
    spawned processes on the same node.
  - Fortran mpi.mod support Type(c_ptr) buffer output for MPI_Alloc_mem,
    MPI_Win_allocate, and MPI_Win_allocate_shared.
  - New functions added in MPI-4.1: MPI_Remove_error_string, MPI_Remove_error_code,
    and MPI_Remove_error_class
  - New functions added in MPI-4.1: MPI_Request_get_status_all,
    MPI_Request_get_status_any, and MPI_Request_get_status_some.
  - New function added in MPI-4.1: MPI_Type_get_value_index.
  - New functions added in MPI-4.1: MPI_Comm_attach_buffer, MPI_Session_attach_buffer,
    MPI_Comm_detach_buffer, MPI_Session_detach_buffer,
    MPI_Buffer_flush, MPI_Comm_flush_buffer, MPI_Session_flush_buffer,
    MPI_Buffer_iflush, MPI_Comm_iflush_buffer, and MPI_Session_iflush_buffer.
    Also added constant MPI_BUFFER_AUTOMATIC to allow automatic buffers.
  - Support for "mpi_memory_alloc_kinds" info key. Memory allocation kind
    requests can be made via argument to mpiexec, or as info during
    session creation. Kinds supported are "mpi" (with standard defined
    restrictors) and "system". Queries for supported kinds can be made on
    MPI objects such as sessions, comms, windows, or files. MPI 4.1 states
    that supported kinds can also be found in MPI_INFO_ENV, but it was
    decided at the October 2023 meeting that this was a mistake and will
    be removed in an erratum.
  - Fix potential crash in GPU memory hooks
* Tue Jun 25 2024 nicolas.morey@suse.com
- Remove unneeded sysfsutil dependency
- Do no build hpc flavours on 32b systems
* Wed May 22 2024 dimstar@opensuse.org
- Use %autosetup macro: allows us to eliminate usage of deprecated
  %patchN syntax.
* Tue Jul 25 2023 nicolas.morey@suse.com
- Update to 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
  - 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
  - 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.
  - 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.
- Refresh autogen-only-deal-with-json-yaksa-if-enabled.patch
* Tue Oct 25 2022 nmoreychaisemartin@suse.com
- Revert use of internal PMIx and hwloc library
  - Using external libraries disables the build of all process managers
* Mon Oct 17 2022 nmoreychaisemartin@suse.com
- Disable valgrind on ppc64 to fix build dependency issues.
- Add _constraints to fix compilation running out of disk space.
* Thu Sep 29 2022 nmoreychaisemartin@suse.com
- Update to 4.0.2
  - 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 Level Zero properties initialization in MPL.
  - Use standard names for CPU affinity functions with POSIX
    threads.
  - Add elemental to eq/neq operators in Fortran 2008 binding
Version: 3.3.2-bp153.2.15
* Sun Nov 29 2020 Egbert Eich <eich@suse.com>
- HPC: Fix environment module settings for MANPATH.
* Sat Jul 25 2020 Egbert Eich <eich@suse.com>
- For HPC builds check for gnu compiler suite version >= 10 and
  set -fallow-argument-mismatch.
* Thu Jul 23 2020 Egbert Eich <eich@suse.com>
- Add build support for gcc8/9/10 to HPC build (bsc#1174439).
* Tue Jun 09 2020 Nicolas Morey-Chaisemartin <nmoreychaisemartin@suse.com>
- Fix compilation with GCC10 by adding -fallow-argument-mismatch to FFLAGS
* Tue Apr 14 2020 Nicolas Morey-Chaisemartin <nmoreychaisemartin@suse.com>
- Add ch3-fix-improper-error-handling-from-MPL_get_sockaddr.patch and
  pmi-fix-a-wrong-condition-checking-return-of-MPL_get_sockaddr.patch to fix crash when
  using getsockaddr (bsc#1168092)
Version: 3.3.2-bp152.1.14
* Thu Nov 28 2019 Nicolas Morey-Chaisemartin <nmoreychaisemartin@suse.com>
- Update to mpich 3.3.2 (jsc#SLE-8574)
  - See CHANGES for a list of changes
* Thu Sep 26 2019 Nicolas Morey-Chaisemartin <nmoreychaisemartin@suse.com>
- Update to mpich 3.3.1 (jsc#SLE-8574)
  - See CHANGES for a list of changes
- Drop 0001-Drop-GCC-check.patch as it was picked upstream
- Add 0001-Drop-real128.patch to fix a compilation error on armv7
* Thu Sep 26 2019 Nicolas Morey-Chaisemartin <nmoreychaisemartin@suse.com>
- Fix LTO support in archive file
* Fri May 03 2019 Nicolas Morey-Chaisemartin <nmoreychaisemartin@suse.com>
- Update to mpich 3.3
  - See CHANGES for a list of changes
Version: 3.2.1-bp151.1.1
* Thu Mar 21 2019 Ana Guerrero Lopez <aguerrero@suse.com>
- Add patch to remove obsolete GCC check (bnc#1129421). It also patches
  autogen.sh to get the autotools working in SLE12SP4.
  * 0001-Drop-GCC-check.patch
- Force to re-run autotools to generate properly the files after
  patching src/binding/cxx/buildiface
* Sun Nov 18 2018 eich@suse.com
- Add macro _hpc_mpich_modules for modules support (bsc#1116458).
* Mon Sep 10 2018 nmoreychaisemartin@suse.com
- Remove bashism in postun scriptlet
* Wed Sep 05 2018 nmoreychaisemartin@suse.com
- Fix handling of mpi-selector during updates (bsc#1098653)
* Sun Aug 19 2018 eich@suse.com
- macros.hpc-mpich:
  replace %%compiler_family by %%hpc_compiler_family
* Wed Nov 23 2011 jengelh@medozas.de
- Remove redundant/unwanted tags/section (cf. specfile guidelines)
Version: 3.2.1-bp150.1.2
* Sun Apr 22 2018 eich@suse.com
- Remove 'BuildRequires: Modules' for HPC builds: it conflicts
  with lmod (boo#1089970).
* Fri Feb 09 2018 cgoll@suse.com
- Fix summary in module files (bnc#1080259)
* Tue Jan 30 2018 eich@suse.com
- Use macro in mpivars.(c)sh to be independent of changes to the module
  setup for the compiler (boo#1078364).
* Fri Jan 19 2018 nmoreychaisemartin@suse.com
- Update to mpich 3.2.1
  - Bug fixes
  - No release notes available
* Fri Jan 05 2018 eich@suse.com
- Add gcc7 as additional compiler flavor for HPC on SLES.
- Fix library package requires - use HPC macro (boo#1074890).
- Fix mpich HPC installation path in spec file.
- Fix hpc macros: add %mpich_requires.
* Thu Oct 26 2017 nmoreychaisemartin@suse.com
- Add HPC specific build targets using environment modules (Fate#323977).
* Tue Sep 12 2017 nmoreychaisemartin@suse.com
- Drop unnecessary dependency to xorg-x11-devel
* Thu Jul 13 2017 nmoreychaisemartin@suse.com
- Add LD_LIBRARY_PATH to mpivars.sh and mpivars.csh
* Thu Jul 13 2017 nmoreychaisemartin@suse.com
- Disable rpath in pkgconfig files
* Wed Jul 05 2017 nmoreychaisemartin@suse.com
- Register mpich package to mpi-selector
- Remove redondant configure options already passed by %configure
* Mon Jul 03 2017 nmoreychaisemartin@suse.com
- Fix compilation for aarch64
- Build multiple flavour of mpich (psm, psm2, tessuite)
- Update to mpich 3.2
  * see CHANGES file for all details, some pertinent changes are:
  - Added support for MPI-3.1 features including nonblocking collective I/O,
    address manipulation routines, thread-safety for MPI initialization,
    pre-init functionality, and new MPI_T routines to look up variables
    by name.
  - Fortran 2008 bindings are enabled by default and fully supported.
  - Completely revamped RMA infrastructure including several
    scalability improvements, performance improvements, and bug fixes.
  - Added experimental support for Open Fabrics Interfaces (OFI) version 1.0.0.
    https://github.com/ofiwg/libfabric (thanks to Intel for code contribution)
* Thu Jan 08 2015 kkhere.geo@gmail.com
- Update to 3.1.3
  * see CHANGES file for all details, some pertinent changes are:
  - [3.1.2] MPI-3 support for Blue Gene/Q and ppc64le support.
  - [3.1.2] Fixes and testcases for Fortran 2008 bindings.
  - [3.1.1] Removal of the mpd process manager.
  - [3.1] MPICH now supports operations on very large datatypes (those that
    describe more than 32 bits of data).
* Fri Oct 04 2013 mvyskocil@suse.com
- Update to 3.0.4
  * too many changes to list, see CHANGES file
- Dropped pointless patches:
  * alog-bufferoverflow.patch
  * gcc4.dif
  * gfortran.patch
  * mpeinstall.patch
  * mpich-1.2.6.dif
  * mpich-1.2.6_implicit_declarations.diff
  * mpich-1.2.6-limits.patch
  * mpich-1.2.7_bsendutil2.c_uninitialized_variables.patch
  * mpich-1.2.7p1-iostream.dif
  * mpich-fix_headers.diff
  * mpich-hostent.patch
  * mpich-mpiman.patch
- Add mpich-modules.patch (from Fedora)
- Add package autoload installs mpich's profiles
- Moved documentation to doc subpackage
- Call make check during build
* Mon Mar 05 2012 cfarrell@suse.com
- license update: SUSE-Permissive
  Use a license from http://is.gd/CIdCM7 - if there is no corresponding
  entry on spdx.org/licenses use the proprietary SUSE- prefix until the
  license is accepted upstream
* Wed Nov 23 2011 jengelh@medozas.de
- Remove redundant/unwanted tags/section (cf. specfile guidelines)
* Wed Nov 23 2011 coolo@suse.com
- add libtool as buildrequire to avoid implicit dependency
* Wed Nov 24 2010 ro@suse.de
- compress manpages ourselves
  (Check is gone and brp-compress does not look under /opt)
* Thu Mar 04 2010 coolo@novell.com
- extend bufferoverflow patch to fix also clog
* Fri Jan 22 2010 coolo@novell.com
- use gnu extensions to fix implicit declarations
* Fri Jul 31 2009 aj@suse.de
- Cleanup some rpmlint warnings in spec file.