openmpi4/_service
Nicolas Morey 4092457313 Accepting request 1100770 from home:NMorey:branches:science:HPC
- Update to 4.1.5:
  - Fix crash in one  -sided applications for certain process layouts.
  - Update embedded OpenPMIx to version 3.2.4
  - Backport patches to Libevent for CVE  -2016  -10195, CVE  -2016  -10196, and
    CVE  -2016  -10197.  Note that Open MPI's internal libevent does not
    use the impacted portions of the Libevent code base.
  - SHMEM improvements:
    - Fix initializer bugs in SHMEM interface.
    - Fix unsigned type comparisons generating warnings.
    - Fix use after clear issue in shmem_ds_reset.
  - UCX improvements
    - Fix memory registration bug that could occur when UCX was built
      but not selected.
    - Reduce overhead of add_procs with intercommunicators.
    - Enable multi_send_nb by default.
    - Call opal_progress while waiting for a UCX fence to complete.
  - Fix data corruption bug in osc/rdma component.
  - Fix overflow bug in alltoall collective
  - Fix crash when displaying topology.
  - Add some MPI_F_XXX constants that were missing from mpi.h.
  - coll/ucc bug fixes.

OBS-URL: https://build.opensuse.org/request/show/1100770
OBS-URL: https://build.opensuse.org/package/show/science:HPC/openmpi4?expand=0&rev=24
2023-07-26 07:39:05 +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">42b829b3b3190dd1987d113fd8c2810eb8584007</param>
</service>
<service name="recompress" mode="disabled">
<param name="file">openmpi*.tar</param>
<param name="compression">bz2</param>
</service>
</services>