Accepting request 1114904 from science:HPC

OBS-URL: https://build.opensuse.org/request/show/1114904
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openmpi4?expand=0&rev=11
This commit is contained in:
Ana Guerrero 2023-10-04 20:30:29 +00:00 committed by Git OBS Bridge
commit 080cfa4c6a
5 changed files with 24 additions and 7 deletions

View File

@ -8,7 +8,7 @@
<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>
<param name="revision">439b23db6288f0370f6fcc80c8c0a06ad86d6873</param>
</service>
<service name="recompress" mode="disabled">
<param name="file">openmpi*.tar</param>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:da5160a652c95c5f326c5208b2797894aaf02049ec30f3b1a2791370388ac51f
size 6562617

BIN
openmpi-4.1.6.0.439b23db6288.tar.bz2 (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,20 @@
-------------------------------------------------------------------
Mon Oct 2 07:35:01 UTC 2023 - Nicolas Morey <nicolas.morey@suse.com>
- 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).
-------------------------------------------------------------------
Mon Aug 7 17:02:04 UTC 2023 - Nicolas Morey <nicolas.morey@suse.com>

View File

@ -42,8 +42,8 @@
# % define build_static_devel 1
%global pname openmpi
%global vers 4.1.5
%define _vers 4_1_5
%global vers 4.1.6
%define _vers 4_1_6
%define m_f_ver 4
%bcond_with ringdisabled
@ -124,7 +124,7 @@ ExclusiveArch: do_not_build
%{bcond_with hwloc}
%endif
%define git_ver .0.42b829b3b319
%define git_ver .0.439b23db6288
#############################################################################
#