Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

openmpi4-4.1.1-150400.1.11 RPM for s390x

From OpenSuSE Leap 15.4 for s390x

Name: openmpi4 Distribution: SUSE Linux Enterprise 15
Version: 4.1.1 Vendor: SUSE LLC <https://www.suse.com/>
Release: 150400.1.11 Build date: Sun May 8 07:29:30 2022
Group: Development/Libraries/Parallel Build host: s390zp32
Size: 717006 Source RPM: openmpi4-4.1.1-150400.1.11.src.rpm
Packager: https://www.suse.com/
Url: http://www.open-mpi.org/
Summary: An implementation of MPI/SHMEM (Version 4)



OpenMPI is an implementation of the Message Passing Interface, a
standardized API typically used for parallel and/or distributed
computing. OpenMPI is the merged result of four prior implementations
where the team found for them to excel in one or more areas,
such as latency or throughput.

OpenMPI also includes an implementation of the OpenSHMEM parallel
programming API, which is a Partitioned Global Address Space (PGAS)
abstraction layer providing inter-process communication using
one-sided communication techniques.

This package provides general tools (mpirun, mpiexec, etc.) and the
Module Component Architecture (MCA) base and plugins necessary for
running Open MPI/OpenSHMEM version 4 jobs.

Provides

Requires

License

BSD-3-Clause

Changelog

* Wed Apr 28 2021 nmoreychaisemartin@suse.com
  - openmpi4 is now the default openmpi for releases > 15.3
  - Add orted-mpir-add-version-to-shared-library.patch to fix unversionned library
  - Change RPM macros install path to %{_rpmmacrodir}
* Wed Apr 28 2021 nmoreychaisemartin@suse.com
  - Update to version 4.1.1
    - Fix a number of datatype issues, including an issue with
      improper handling of partial datatypes that could lead to
      an unexpected application failure.
    - Change UCX PML to not warn about MPI_Request leaks during
      MPI_FINALIZE by default.  The old behavior can be restored with
      the mca_pml_ucx_request_leak_check MCA parameter.
    - Reverted temporary solution that worked around launch issues in
      SLURM v20.11.{0,1,2}. SchedMD encourages users to avoid these
      versions and to upgrade to v20.11.3 or newer.
    - Updated PMIx to v3.2.2.
    - Disabled gcc built-in atomics by default on aarch64 platforms.
    - Disabled UCX PML when UCX v1.8.0 is detected. UCX version 1.8.0 has a bug that
      may cause data corruption when its TCP transport is used in conjunction with
      the shared memory transport. UCX versions prior to v1.8.0 are not affected by
      this issue. Thanks to @ksiazekm for reporting the issue.
    - Fixed detection of available UCX transports/devices to better inform PML
      prioritization.
    - Fixed SLURM support to mark ORTE daemons as non-MPI tasks.
    - Improved AVX detection to more accurately detect supported
      platforms.  Also improved the generated AVX code, and switched to
      using word-based MCA params for the op/avx component (vs. numeric
      big flags).
    - Improved OFI compatibility support and fixed memory leaks in error
      handling paths.
    - Improved HAN collectives with support for Barrier and Scatter. Thanks
      to @EmmanuelBRELLE for these changes and the relevant bug fixes.
    - Fixed MPI debugger support (i.e., the MPIR_Breakpoint() symbol).
      Thanks to @louisespellacy-arm for reporting the issue.
    - Fixed ORTE bug that prevented debuggers from reading MPIR_Proctable.
    - Removed PML uniformity check from the UCX PML to address performance
      regression.
    - Fixed MPI_Init_thread(3) statement about C++ binding and update
      references about MPI_THREAD_MULTIPLE.  Thanks to Andreas Lösel for
      bringing the outdated docs to our attention.
    - Added fence_nb to Flux PMIx support to address segmentation faults.
    - Ensured progress of AIO requests in the POSIX FBTL component to
      prevent exceeding maximum number of pending requests on MacOS.
    - Used OPAL's mutli-thread support in the orted to leverage atomic
      operations for object refcounting.
    - Fixed segv when launching with static TCP ports.
    - Fixed --debug-daemons mpirun CLI option.
    - Fixed bug where mpirun did not honor --host in a managed job
      allocation.
    - Made a managed allocation filter a hostfile/hostlist.
    - Fixed bug to marked a generalized request as pending once initiated.
    - Fixed external PMIx v4.x check.
    - Fixed OSHMEM build with `--enable-mem-debug`.
    - Fixed a performance regression observed with older versions of GCC when
      __ATOMIC_SEQ_CST is used. Thanks to @BiplabRaut for reporting the issue.
    - Fixed buffer allocation bug in the binomial tree scatter algorithm when
      non-contiguous datatypes are used. Thanks to @sadcat11 for reporting the issue.
    - Fixed bugs related to the accumulate and atomics functionality in the
      osc/rdma component.
    - Fixed race condition in MPI group operations observed with
      MPI_THREAD_MULTIPLE threading level.
    - Fixed a deadlock in the TCP BTL's connection matching logic.
    - Fixed pml/ob1 compilation error when CUDA support is enabled.
    - Fixed a build issue with Lustre caused by unnecessary header includes.
    - Fixed a build issue with IMB LSF workload manager.
    - Fixed linker error with UCX SPML.
* Wed Mar 24 2021 eich@suse.com
  - Update to version 4.1.0
    * collectives: Add HAN and ADAPT adaptive collectives components.
      Both components are off by default and can be enabled by specifying
      "mpirun --mca coll_adapt_priority 100 --mca coll_han_priority 100 ...".
      We intend to enable both by default in Open MPI 5.0.
    * OMPIO is now the default for MPI-IO on all filesystems, including
      Lustre (prior to this, ROMIO was the default for Lustre).  Many
      thanks to Mark Dixon for identifying MPI I/O issues and providing
      access to Lustre systems for testing.
    * Minor MPI one-sided RDMA performance improvements.
    * Fix hcoll MPI_SCATTERV with MPI_IN_PLACE.
    * Add AVX support for MPI collectives.
    * Updates to mpirun(1) about "slots" and PE=x values.
    * Fix buffer allocation for large environment variables.  Thanks to
      @zrss for reporting the issue.
    * Upgrade the embedded OpenPMIx to v3.2.2.
    * Fix issue with extra-long values in MCA files.  Thanks to GitHub
      user @zrss for bringing the issue to our attention.
    * UCX: Fix zero-sized datatype transfers.
    * Fix --cpu-list for non-uniform modes.
    * Fix issue in PMIx callback caused by missing memory barrier on Arm platforms.
    * OFI MTL: Various bug fixes.
    * Fixed issue where MPI_TYPE_CREATE_RESIZED would create a datatype
      with unexpected extent on oddly-aligned datatypes.
    * collectives: Adjust default tuning thresholds for many collective
      algorithms
    * runtime: fix situation where rank-by argument does not work
    * Portals4: Clean up error handling corner cases
    * runtime: Remove --enable-install-libpmix option, which has not
      worked since it was added
    * UCX: Allow UCX 1.8 to be used with the btl uct
    * UCX: Replace usage of the deprecated NB API of UCX with NBX
    * OMPIO: Add support for the IME file system
    * OFI/libfabric: Added support for multiple NICs
    * OFI/libfabric: Added support for Scalable Endpoints
    * OFI/libfabric: Added btl for one-sided support
    * OFI/libfabric: Multiple small bugfixes
    * libnbc: Adding numerous performance-improving algorithms
  - Removed: reproducible.patch - replaced by spec file settings.
* Tue Sep 08 2020 nmoreychaisemartin@suse.com
  - Update to version 4.0.5
    - See NEWS for the detailled changelog
* Thu Jun 11 2020 nmoreychaisemartin@suse.com
  - Update to version 4.0.4
    - See NEWS for the detailled changelog
* Tue Jun 09 2020 nmoreychaisemartin@suse.com
  - Update to version 4.0.3
    - See NEWS for the detailled changelog
    - Fixes compilation with UCX 1.8
  - Drop memory-patcher-fix-compiler-warning.patch which was merged upstream
* Thu Mar 19 2020 nmoreychaisemartin@suse.com
  - Drop different package string between SLES and Leap
* Wed Jan 15 2020 nmoreychaisemartin@suse.com
  - Add memory-patcher-fix-compiler-warning.patch to fix 64bit portability issues
* Thu Oct 31 2019 nmoreychaisemartin@suse.com
  - Link against libnuma (bsc#1155120)
* Thu Oct 24 2019 nmoreychaisemartin@suse.com
  - Initial version (4.0.2)
  - Add reproducible.patch for reproducible builds.

Files

/usr/lib64/mpi
/usr/lib64/mpi/gcc
/usr/lib64/mpi/gcc/openmpi4
/usr/lib64/mpi/gcc/openmpi4/bin
/usr/lib64/mpi/gcc/openmpi4/bin/aggregate_profile.pl
/usr/lib64/mpi/gcc/openmpi4/bin/mpirun
/usr/lib64/mpi/gcc/openmpi4/bin/mpivars.csh
/usr/lib64/mpi/gcc/openmpi4/bin/mpivars.sh
/usr/lib64/mpi/gcc/openmpi4/bin/ompi-clean
/usr/lib64/mpi/gcc/openmpi4/bin/ompi-server
/usr/lib64/mpi/gcc/openmpi4/bin/ompi_info
/usr/lib64/mpi/gcc/openmpi4/bin/orte-clean
/usr/lib64/mpi/gcc/openmpi4/bin/orte-info
/usr/lib64/mpi/gcc/openmpi4/bin/orte-server
/usr/lib64/mpi/gcc/openmpi4/bin/orted
/usr/lib64/mpi/gcc/openmpi4/bin/orterun
/usr/lib64/mpi/gcc/openmpi4/bin/oshmem_info
/usr/lib64/mpi/gcc/openmpi4/bin/oshrun
/usr/lib64/mpi/gcc/openmpi4/bin/profile2mat.pl
/usr/lib64/mpi/gcc/openmpi4/bin/shmemrun
/usr/lib64/mpi/gcc/openmpi4/lib64
/usr/lib64/mpi/gcc/openmpi4/share
/usr/lib64/mpi/gcc/openmpi4/share/man
/usr/lib64/mpi/gcc/openmpi4/share/openmpi
/usr/lib64/mpi/gcc/openmpi4/share/openmpi/amca-param-sets
/usr/lib64/mpi/gcc/openmpi4/share/openmpi/amca-param-sets/btl-openib-benchmark
/usr/lib64/mpi/gcc/openmpi4/share/openmpi/amca-param-sets/example.conf
/usr/lib64/mpi/gcc/openmpi4/share/openmpi/help-btl-vader.txt
/usr/lib64/mpi/gcc/openmpi4/share/openmpi/help-coll-sync.txt
/usr/lib64/mpi/gcc/openmpi4/share/openmpi/help-dash-host.txt
/usr/lib64/mpi/gcc/openmpi4/share/openmpi/help-errmgr-base.txt
/usr/lib64/mpi/gcc/openmpi4/share/openmpi/help-ess-base.txt
/usr/lib64/mpi/gcc/openmpi4/share/openmpi/help-hostfile.txt
/usr/lib64/mpi/gcc/openmpi4/share/openmpi/help-mca-base.txt
/usr/lib64/mpi/gcc/openmpi4/share/openmpi/help-mca-bml-r2.txt
/usr/lib64/mpi/gcc/openmpi4/share/openmpi/help-mca-coll-base.txt
/usr/lib64/mpi/gcc/openmpi4/share/openmpi/help-mca-hook-base.txt
/usr/lib64/mpi/gcc/openmpi4/share/openmpi/help-mca-var.txt
/usr/lib64/mpi/gcc/openmpi4/share/openmpi/help-mpi-api.txt
/usr/lib64/mpi/gcc/openmpi4/share/openmpi/help-mpi-btl-base.txt
/usr/lib64/mpi/gcc/openmpi4/share/openmpi/help-mpi-btl-openib-cpc-base.txt
/usr/lib64/mpi/gcc/openmpi4/share/openmpi/help-mpi-btl-openib-cpc-rdmacm.txt
/usr/lib64/mpi/gcc/openmpi4/share/openmpi/help-mpi-btl-openib.txt
/usr/lib64/mpi/gcc/openmpi4/share/openmpi/help-mpi-btl-sm.txt
/usr/lib64/mpi/gcc/openmpi4/share/openmpi/help-mpi-btl-tcp.txt
/usr/lib64/mpi/gcc/openmpi4/share/openmpi/help-mpi-coll-sm.txt
/usr/lib64/mpi/gcc/openmpi4/share/openmpi/help-mpi-common-sm.txt
/usr/lib64/mpi/gcc/openmpi4/share/openmpi/help-mpi-errors.txt
/usr/lib64/mpi/gcc/openmpi4/share/openmpi/help-mpi-pml-ob1.txt
/usr/lib64/mpi/gcc/openmpi4/share/openmpi/help-mpi-runtime.txt
/usr/lib64/mpi/gcc/openmpi4/share/openmpi/help-mpool-base.txt
/usr/lib64/mpi/gcc/openmpi4/share/openmpi/help-oob-base.txt
/usr/lib64/mpi/gcc/openmpi4/share/openmpi/help-oob-tcp.txt
/usr/lib64/mpi/gcc/openmpi4/share/openmpi/help-opal-common-verbs.txt
/usr/lib64/mpi/gcc/openmpi4/share/openmpi/help-opal-crs-none.txt
/usr/lib64/mpi/gcc/openmpi4/share/openmpi/help-opal-hwloc-base.txt
/usr/lib64/mpi/gcc/openmpi4/share/openmpi/help-opal-runtime.txt
/usr/lib64/mpi/gcc/openmpi4/share/openmpi/help-opal-shmem-mmap.txt
/usr/lib64/mpi/gcc/openmpi4/share/openmpi/help-opal-shmem-posix.txt
/usr/lib64/mpi/gcc/openmpi4/share/openmpi/help-opal-shmem-sysv.txt
/usr/lib64/mpi/gcc/openmpi4/share/openmpi/help-opal-util.txt
/usr/lib64/mpi/gcc/openmpi4/share/openmpi/help-opal-wrapper.txt
/usr/lib64/mpi/gcc/openmpi4/share/openmpi/help-opal_info.txt
/usr/lib64/mpi/gcc/openmpi4/share/openmpi/help-orte-clean.txt
/usr/lib64/mpi/gcc/openmpi4/share/openmpi/help-orte-filem-raw.txt
/usr/lib64/mpi/gcc/openmpi4/share/openmpi/help-orte-info.txt
/usr/lib64/mpi/gcc/openmpi4/share/openmpi/help-orte-odls-base.txt
/usr/lib64/mpi/gcc/openmpi4/share/openmpi/help-orte-odls-default.txt
/usr/lib64/mpi/gcc/openmpi4/share/openmpi/help-orte-odls-pspawn.txt
/usr/lib64/mpi/gcc/openmpi4/share/openmpi/help-orte-rmaps-base.txt
/usr/lib64/mpi/gcc/openmpi4/share/openmpi/help-orte-rmaps-md.txt
/usr/lib64/mpi/gcc/openmpi4/share/openmpi/help-orte-rmaps-ppr.txt
/usr/lib64/mpi/gcc/openmpi4/share/openmpi/help-orte-rmaps-resilient.txt
/usr/lib64/mpi/gcc/openmpi4/share/openmpi/help-orte-rmaps-rr.txt
/usr/lib64/mpi/gcc/openmpi4/share/openmpi/help-orte-rmaps-seq.txt
/usr/lib64/mpi/gcc/openmpi4/share/openmpi/help-orte-rtc-base.txt
/usr/lib64/mpi/gcc/openmpi4/share/openmpi/help-orte-rtc-hwloc.txt
/usr/lib64/mpi/gcc/openmpi4/share/openmpi/help-orte-runtime.txt
/usr/lib64/mpi/gcc/openmpi4/share/openmpi/help-orte-server.txt
/usr/lib64/mpi/gcc/openmpi4/share/openmpi/help-orte-snapc-base.txt
/usr/lib64/mpi/gcc/openmpi4/share/openmpi/help-orted.txt
/usr/lib64/mpi/gcc/openmpi4/share/openmpi/help-orterun.txt
/usr/lib64/mpi/gcc/openmpi4/share/openmpi/help-osc-pt2pt.txt
/usr/lib64/mpi/gcc/openmpi4/share/openmpi/help-oshmem-info.txt
/usr/lib64/mpi/gcc/openmpi4/share/openmpi/help-oshmem-memheap.txt
/usr/lib64/mpi/gcc/openmpi4/share/openmpi/help-oshmem-scoll-mpi.txt
/usr/lib64/mpi/gcc/openmpi4/share/openmpi/help-oshmem-sshmem-mmap.txt
/usr/lib64/mpi/gcc/openmpi4/share/openmpi/help-oshmem-sshmem-sysv.txt
/usr/lib64/mpi/gcc/openmpi4/share/openmpi/help-oshmem-sshmem.txt
/usr/lib64/mpi/gcc/openmpi4/share/openmpi/help-plm-base.txt
/usr/lib64/mpi/gcc/openmpi4/share/openmpi/help-plm-rsh.txt
/usr/lib64/mpi/gcc/openmpi4/share/openmpi/help-plm-slurm.txt
/usr/lib64/mpi/gcc/openmpi4/share/openmpi/help-pmix-base.txt
/usr/lib64/mpi/gcc/openmpi4/share/openmpi/help-pmix-pmix3x.txt
/usr/lib64/mpi/gcc/openmpi4/share/openmpi/help-ras-base.txt
/usr/lib64/mpi/gcc/openmpi4/share/openmpi/help-ras-simulator.txt
/usr/lib64/mpi/gcc/openmpi4/share/openmpi/help-ras-slurm.txt
/usr/lib64/mpi/gcc/openmpi4/share/openmpi/help-rcache-base.txt
/usr/lib64/mpi/gcc/openmpi4/share/openmpi/help-regex.txt
/usr/lib64/mpi/gcc/openmpi4/share/openmpi/help-rmaps_rank_file.txt
/usr/lib64/mpi/gcc/openmpi4/share/openmpi/help-shmem-api.txt
/usr/lib64/mpi/gcc/openmpi4/share/openmpi/help-shmem-runtime.txt
/usr/lib64/mpi/gcc/openmpi4/share/openmpi/help-state-base.txt
/usr/lib64/mpi/gcc/openmpi4/share/openmpi/mca-btl-openib-device-params.ini
/usr/lib64/mpi/gcc/openmpi4/share/openmpi/mpiCC-wrapper-data.txt
/usr/lib64/mpi/gcc/openmpi4/share/openmpi/mpic++-wrapper-data.txt
/usr/lib64/mpi/gcc/openmpi4/share/openmpi/mpicc-wrapper-data.txt
/usr/lib64/mpi/gcc/openmpi4/share/openmpi/mpicxx-wrapper-data.txt
/usr/lib64/mpi/gcc/openmpi4/share/openmpi/mpif77-wrapper-data.txt
/usr/lib64/mpi/gcc/openmpi4/share/openmpi/mpif90-wrapper-data.txt
/usr/lib64/mpi/gcc/openmpi4/share/openmpi/mpifort-wrapper-data.txt
/usr/lib64/mpi/gcc/openmpi4/share/openmpi/ortecc-wrapper-data.txt
/usr/lib64/mpi/gcc/openmpi4/share/openmpi/oshCC-wrapper-data.txt
/usr/lib64/mpi/gcc/openmpi4/share/openmpi/oshc++-wrapper-data.txt
/usr/lib64/mpi/gcc/openmpi4/share/openmpi/oshcc-wrapper-data.txt
/usr/lib64/mpi/gcc/openmpi4/share/openmpi/oshcxx-wrapper-data.txt
/usr/lib64/mpi/gcc/openmpi4/share/openmpi/oshfort-wrapper-data.txt
/usr/lib64/mpi/gcc/openmpi4/share/openmpi/shmemCC-wrapper-data.txt
/usr/lib64/mpi/gcc/openmpi4/share/openmpi/shmemc++-wrapper-data.txt
/usr/lib64/mpi/gcc/openmpi4/share/openmpi/shmemcc-wrapper-data.txt
/usr/lib64/mpi/gcc/openmpi4/share/openmpi/shmemcxx-wrapper-data.txt
/usr/lib64/mpi/gcc/openmpi4/share/openmpi/shmemfort-wrapper-data.txt
/usr/lib64/mpi/gcc/openmpi4/share/pmix
/usr/lib64/mpi/gcc/openmpi4/share/pmix/help-pmix-mca-base.txt
/usr/lib64/mpi/gcc/openmpi4/share/pmix/help-pmix-mca-var.txt
/usr/lib64/mpi/gcc/openmpi4/share/pmix/help-pmix-plog.txt
/usr/lib64/mpi/gcc/openmpi4/share/pmix/help-pmix-psensor-file.txt
/usr/lib64/mpi/gcc/openmpi4/share/pmix/help-pmix-psensor-heartbeat.txt
/usr/lib64/mpi/gcc/openmpi4/share/pmix/help-pmix-runtime.txt
/usr/lib64/mpi/gcc/openmpi4/share/pmix/help-pmix-server.txt
/usr/share/doc/packages/openmpi4
/usr/share/doc/packages/openmpi4/NEWS
/usr/share/doc/packages/openmpi4/README
/usr/share/licenses/openmpi4
/usr/share/licenses/openmpi4/LICENSE
/usr/share/modules/gnu-openmpi
/usr/share/modules/gnu-openmpi/4.1.1


Generated by rpm2html 1.8.1

Fabrice Bellet, Sat Mar 9 17:16:51 2024