- Update to 4.1.7 (jsc#PED-11355): - Fix int overflow bug in UCC collectives routine, which would impact large message collectives. - Fix SHMEM bounds checking warnings - Fix memory leak in the fcoll/vulcan component - Fix memory leak when using non-contiguious datatyles with pml/cm (used when using Libfabric or Portals transports) - Change default locking protocol for ufs IO component to fix data sieving use case. - Fix bug in Fortran / C interface array calculation. - Fix potential initialization in UCX OpenSHMEM support - Add OpenSHMEM support for symmetric remote key handling to improve scalability of OpenSHMEM interface. - Add MCS Locks as default implementation for OpenSHMEM locks. - Fix bug to properly handle ORTE Prefix of "/". - Fix bug in I/O interface handling of soft links on Lustre filesystems. - Fix memory leak in UCX one-sided implementation. - Fix bug in rcache components that could lead to assert on macOS systems. - Fix mishandling of a NULL completion context in the OFI transport. - Tarballs are now built with the tar-pax format. - Set MPI_THREAD_SERIALIZED instead of MPI_THREAD_SINGLE as supported threading model when using UCX that supports UCS_THREAD_MODE_SERIALIZED. - Fix issue that would prevent using Libfabric 2.x releases. OBS-URL: https://build.opensuse.org/request/show/1227140 OBS-URL: https://build.opensuse.org/package/show/science:HPC/openmpi4?expand=0&rev=40
18 lines
701 B
Plaintext
18 lines
701 B
Plaintext
<services>
|
|
<service name="tar_scm" mode="manual">
|
|
<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">6b7e5d9911d13fad2954f2823779d6c480e08201</param>
|
|
</service>
|
|
<service name="recompress" mode="manual">
|
|
<param name="file">openmpi*.tar</param>
|
|
<param name="compression">bz2</param>
|
|
</service>
|
|
</services>
|