forked from pool/libfabric
Accepting request 882701 from home:NMoreyChaisemartin:branches:science:HPC
- Update to 1.12.1 - Fix initialization checks for CUDA HMEM support - Fail if a memory monitor is requested but not available - Adjust priority of psm3 provider to prefer HW specific providers, such as efa and psm2 - EFA and PSM3 fixes - See NEWS.md for changelog OBS-URL: https://build.opensuse.org/request/show/882701 OBS-URL: https://build.opensuse.org/package/show/science:HPC/libfabric?expand=0&rev=62
This commit is contained in:
parent
1cc7aa642e
commit
948cc1e28f
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">b5c35d115b31af377d90769a2d1c8302a1d44b31</param>
|
<param name="revision">08c7a6af92d35b29c5b120f43b24dbdba7becaf5</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,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Apr 2 07:30:34 UTC 2021 - Nicolas Morey-Chaisemartin <nmoreychaisemartin@suse.com>
|
||||||
|
|
||||||
|
- Update to 1.12.1
|
||||||
|
- Fix initialization checks for CUDA HMEM support
|
||||||
|
- Fail if a memory monitor is requested but not available
|
||||||
|
- Adjust priority of psm3 provider to prefer HW specific providers,
|
||||||
|
such as efa and psm2
|
||||||
|
- EFA and PSM3 fixes
|
||||||
|
- See NEWS.md for changelog
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Mar 9 08:43:43 UTC 2021 - Nicolas Morey-Chaisemartin <nmoreychaisemartin@suse.com>
|
Tue Mar 9 08:43:43 UTC 2021 - Nicolas Morey-Chaisemartin <nmoreychaisemartin@suse.com>
|
||||||
|
|
||||||
|
@ -16,10 +16,10 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define git_ver .0.b5c35d115b31
|
%define git_ver .0.08c7a6af92d3
|
||||||
|
|
||||||
Name: fabtests
|
Name: fabtests
|
||||||
Version: 1.12.0
|
Version: 1.12.1
|
||||||
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:d456edf3d5913dbeaa36e2bc2b848e0221e262ec6a7bd24d0a203a45143a258e
|
|
||||||
size 1989498
|
|
3
libfabric-1.12.1.0.08c7a6af92d3.tar.bz2
Normal file
3
libfabric-1.12.1.0.08c7a6af92d3.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:a9ee0cddfa2dbc29f10c9842b79d9234688ccebdd0c4be39711e993426a2f16f
|
||||||
|
size 1989176
|
@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Apr 2 07:30:34 UTC 2021 - Nicolas Morey-Chaisemartin <nmoreychaisemartin@suse.com>
|
||||||
|
|
||||||
|
- Update to 1.12.1
|
||||||
|
- Fix initialization checks for CUDA HMEM support
|
||||||
|
- Fail if a memory monitor is requested but not available
|
||||||
|
- Adjust priority of psm3 provider to prefer HW specific providers,
|
||||||
|
such as efa and psm2
|
||||||
|
- EFA and PSM3 fixes
|
||||||
|
- See NEWS.md for changelog
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Mar 9 08:43:43 UTC 2021 - Nicolas Morey-Chaisemartin <nmoreychaisemartin@suse.com>
|
Tue Mar 9 08:43:43 UTC 2021 - Nicolas Morey-Chaisemartin <nmoreychaisemartin@suse.com>
|
||||||
|
|
||||||
|
@ -17,10 +17,10 @@
|
|||||||
|
|
||||||
|
|
||||||
#
|
#
|
||||||
%define git_ver .0.b5c35d115b31
|
%define git_ver .0.08c7a6af92d3
|
||||||
|
|
||||||
Name: libfabric
|
Name: libfabric
|
||||||
Version: 1.12.0
|
Version: 1.12.1
|
||||||
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…
x
Reference in New Issue
Block a user