Accepting request 1227160 from science:HPC
- 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/1227160 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openmpi4?expand=0&rev=17
This commit is contained in:
commit
21d30e766e
6
_service
6
_service
@ -1,5 +1,5 @@
|
|||||||
<services>
|
<services>
|
||||||
<service name="tar_scm" mode="disabled">
|
<service name="tar_scm" mode="manual">
|
||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="url">https://github.com/open-mpi/ompi.git</param>
|
<param name="url">https://github.com/open-mpi/ompi.git</param>
|
||||||
<param name="package-meta">no</param>
|
<param name="package-meta">no</param>
|
||||||
@ -8,9 +8,9 @@
|
|||||||
<param name="versionformat">@PARENT_TAG@.@TAG_OFFSET@.%h</param>
|
<param name="versionformat">@PARENT_TAG@.@TAG_OFFSET@.%h</param>
|
||||||
<param name="versionrewrite-pattern">v(.*)</param>
|
<param name="versionrewrite-pattern">v(.*)</param>
|
||||||
<param name="versionrewrite-replacement">\1</param>
|
<param name="versionrewrite-replacement">\1</param>
|
||||||
<param name="revision">439b23db6288f0370f6fcc80c8c0a06ad86d6873</param>
|
<param name="revision">6b7e5d9911d13fad2954f2823779d6c480e08201</param>
|
||||||
</service>
|
</service>
|
||||||
<service name="recompress" mode="disabled">
|
<service name="recompress" mode="manual">
|
||||||
<param name="file">openmpi*.tar</param>
|
<param name="file">openmpi*.tar</param>
|
||||||
<param name="compression">bz2</param>
|
<param name="compression">bz2</param>
|
||||||
</service>
|
</service>
|
||||||
|
BIN
openmpi-4.1.6.0.439b23db6288.tar.bz2
(Stored with Git LFS)
BIN
openmpi-4.1.6.0.439b23db6288.tar.bz2
(Stored with Git LFS)
Binary file not shown.
BIN
openmpi-4.1.7.0.6b7e5d9911d1.tar.bz2
(Stored with Git LFS)
Normal file
BIN
openmpi-4.1.7.0.6b7e5d9911d1.tar.bz2
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,33 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Nov 26 07:12:00 UTC 2024 - Nicolas Morey <nicolas.morey@suse.com>
|
||||||
|
|
||||||
|
- 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.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Sep 5 06:58:41 UTC 2024 - Nicolas Morey <nicolas.morey@suse.com>
|
Thu Sep 5 06:58:41 UTC 2024 - Nicolas Morey <nicolas.morey@suse.com>
|
||||||
|
|
||||||
|
@ -42,7 +42,7 @@
|
|||||||
# % define build_static_devel 1
|
# % define build_static_devel 1
|
||||||
|
|
||||||
%global pname openmpi
|
%global pname openmpi
|
||||||
%define _vers 4_1_6
|
%define _vers 4_1_7
|
||||||
%define m_f_ver 4
|
%define m_f_ver 4
|
||||||
%bcond_with ringdisabled
|
%bcond_with ringdisabled
|
||||||
|
|
||||||
@ -124,7 +124,7 @@ ExcludeArch: i586 %arm s390
|
|||||||
%{bcond_with hwloc}
|
%{bcond_with hwloc}
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%define git_ver .0.439b23db6288
|
%define git_ver .0.6b7e5d9911d1
|
||||||
|
|
||||||
#############################################################################
|
#############################################################################
|
||||||
#
|
#
|
||||||
@ -133,7 +133,7 @@ ExcludeArch: i586 %arm s390
|
|||||||
#############################################################################
|
#############################################################################
|
||||||
|
|
||||||
Name: %{package_name}%{?testsuite:-testsuite}
|
Name: %{package_name}%{?testsuite:-testsuite}
|
||||||
Version: 4.1.6
|
Version: 4.1.7
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: An implementation of MPI/SHMEM (Version %{m_f_ver})
|
Summary: An implementation of MPI/SHMEM (Version %{m_f_ver})
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
|
Loading…
x
Reference in New Issue
Block a user