Accepting request 933768 from science:HPC
OBS-URL: https://build.opensuse.org/request/show/933768 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libfabric?expand=0&rev=30
This commit is contained in:
commit
77029653be
2
_service
2
_service
@ -8,7 +8,7 @@
|
|||||||
<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">bcb41c462e1e38559c94096ac06e2f578b466882</param>
|
<param name="revision">119622b6309ed78890f9572f758876f315488f80</param>
|
||||||
</service>
|
</service>
|
||||||
<service name="recompress" mode="disabled">
|
<service name="recompress" mode="disabled">
|
||||||
<param name="file">libfabric*.tar</param>
|
<param name="file">libfabric*.tar</param>
|
||||||
|
@ -1,3 +1,17 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Nov 22 07:57:54 UTC 2021 - Nicolas Morey-Chaisemartin <nmoreychaisemartin@suse.com>
|
||||||
|
|
||||||
|
- Update to 1.14.0
|
||||||
|
- Add time stamps to log messages
|
||||||
|
- Fix gdrcopy calculation of memory region size when aligned
|
||||||
|
- Allow user to disable use of p2p transfers
|
||||||
|
- Update fi_tostr print FI_SHARED_CONTEXT text instead of value
|
||||||
|
- Update fi_tostr to output field names matching header file names
|
||||||
|
- Fix narrow race condition in ofi_init
|
||||||
|
- Add new fi_log_sparse API to rate limit repeated log output
|
||||||
|
- Define memory registration for buffers used for collective operations
|
||||||
|
- EFA, SHM, TCP, RXM, and verbs fixes
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Nov 3 07:53:20 UTC 2021 - Nicolas Morey-Chaisemartin <nmoreychaisemartin@suse.com>
|
Wed Nov 3 07:53:20 UTC 2021 - Nicolas Morey-Chaisemartin <nmoreychaisemartin@suse.com>
|
||||||
|
|
||||||
|
@ -16,10 +16,10 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define git_ver .0.bcb41c462e1e
|
%define git_ver .0.119622b6309e
|
||||||
|
|
||||||
Name: fabtests
|
Name: fabtests
|
||||||
Version: 1.13.2
|
Version: 1.14.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Test suite for libfabric API
|
Summary: Test suite for libfabric API
|
||||||
License: BSD-2-Clause OR GPL-2.0-only
|
License: BSD-2-Clause OR GPL-2.0-only
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:9be1e39e2c1a6baa52a131902d11ffa556a92249cc1479940fac0af23fa9ed75
|
|
||||||
size 2055843
|
|
3
libfabric-1.14.0.0.119622b6309e.tar.bz2
Normal file
3
libfabric-1.14.0.0.119622b6309e.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:64f1b1d8e3dc50e1b95d3bfa7880fd7307d6b4d22e596e75ae0b38aa753cc1ac
|
||||||
|
size 2463651
|
@ -1,3 +1,17 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Nov 22 07:57:54 UTC 2021 - Nicolas Morey-Chaisemartin <nmoreychaisemartin@suse.com>
|
||||||
|
|
||||||
|
- Update to 1.14.0
|
||||||
|
- Add time stamps to log messages
|
||||||
|
- Fix gdrcopy calculation of memory region size when aligned
|
||||||
|
- Allow user to disable use of p2p transfers
|
||||||
|
- Update fi_tostr print FI_SHARED_CONTEXT text instead of value
|
||||||
|
- Update fi_tostr to output field names matching header file names
|
||||||
|
- Fix narrow race condition in ofi_init
|
||||||
|
- Add new fi_log_sparse API to rate limit repeated log output
|
||||||
|
- Define memory registration for buffers used for collective operations
|
||||||
|
- EFA, SHM, TCP, RXM, and verbs fixes
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Nov 3 07:53:20 UTC 2021 - Nicolas Morey-Chaisemartin <nmoreychaisemartin@suse.com>
|
Wed Nov 3 07:53:20 UTC 2021 - Nicolas Morey-Chaisemartin <nmoreychaisemartin@suse.com>
|
||||||
|
|
||||||
|
@ -17,10 +17,10 @@
|
|||||||
|
|
||||||
|
|
||||||
#
|
#
|
||||||
%define git_ver .0.bcb41c462e1e
|
%define git_ver .0.119622b6309e
|
||||||
|
|
||||||
Name: libfabric
|
Name: libfabric
|
||||||
Version: 1.13.2
|
Version: 1.14.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: User-space RDMA Fabric Interfaces
|
Summary: User-space RDMA Fabric Interfaces
|
||||||
License: BSD-2-Clause OR GPL-2.0-only
|
License: BSD-2-Clause OR GPL-2.0-only
|
||||||
|
Loading…
Reference in New Issue
Block a user