forked from pool/openmpi4
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
This commit is contained in:
parent
0c1f13de15
commit
64e40dd105
2
_service
2
_service
@ -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>
|
||||
|
@ -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
BIN
openmpi-4.1.6.0.439b23db6288.tar.bz2
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
||||
#############################################################################
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user