openmpi4/_service
Nicolas Morey 64e40dd105 Accepting request 1114836 from home:NMorey:branches:science:HPC
- Update to 4.1.6:
  - Update embedded PMIx to 3.2.5.
  - Fix issue with buffered sends and MTL-based interfaces (Libfabric,
    PSM, Portals).
  - Add missing MPI_F_STATUS_SIZE to mpi.h.
  - Update Fortran mpi module configure check to be more correct.
  - Update to properly handle PMIx v>=4.2.3.
  - Fix minor issues and add some minor performance optimizations with
    OFI support.
  - Support the "striping_factor" and "striping_unit" MPI_Info names
    recomended by the MPI standard for parallel IO.
  - Fixed some minor issues with UCX support.
  - Minor optimization for 0-byte MPI_Alltoallw (i.e., make it a no-op).

OBS-URL: https://build.opensuse.org/request/show/1114836
OBS-URL: https://build.opensuse.org/package/show/science:HPC/openmpi4?expand=0&rev=28
2023-10-03 07:04:39 +00:00

18 lines
705 B
Plaintext

<services>
<service name="tar_scm" mode="disabled">
<param name="scm">git</param>
<param name="url">https://github.com/open-mpi/ompi.git</param>
<param name="package-meta">no</param>
<param name="exclude">.git</param>
<param name="filename">openmpi</param>
<param name="versionformat">@PARENT_TAG@.@TAG_OFFSET@.%h</param>
<param name="versionrewrite-pattern">v(.*)</param>
<param name="versionrewrite-replacement">\1</param>
<param name="revision">439b23db6288f0370f6fcc80c8c0a06ad86d6873</param>
</service>
<service name="recompress" mode="disabled">
<param name="file">openmpi*.tar</param>
<param name="compression">bz2</param>
</service>
</services>