forked from pool/libfabric
Accepting request 905235 from home:NMoreyChaisemartin:branches:science:HPC
- Update to 1.13.0 - Fix behavior of fi_param_get parsing an invalid boolean value - Add new APIs to open, export, and import specialized fid's - Define ability to import a monitor into the registration cache - Add API support for INT128/UINT128 atomics - Fix incorrect check for provider name in getinfo filtering path - Allow core providers to return default attributes which are lower then maximum supported attributes in getinfo call - Add option prefer external providers (in order discovered) over internal providers, regardless of provider version - Separate Ze (level-0) and DRM dependencies - Always maintain a list of all discovered providers - Fix incorrect CUDA warnings - Fix bug in cuda init/cleanup checking for gdrcopy support - Shift order providers are called from in fi_getinfo, move psm2 ahead of psm3 and efa ahead of psmX - See NEWS.md for changelog OBS-URL: https://build.opensuse.org/request/show/905235 OBS-URL: https://build.opensuse.org/package/show/science:HPC/libfabric?expand=0&rev=64
This commit is contained in:
parent
948cc1e28f
commit
c26bb2e322
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">08c7a6af92d35b29c5b120f43b24dbdba7becaf5</param>
|
<param name="revision">5b0a7b2b516d20a3896e26381b8951e64c4824a5</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,24 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jul 7 11:13:26 UTC 2021 - Nicolas Morey-Chaisemartin <nmoreychaisemartin@suse.com>
|
||||||
|
|
||||||
|
- Update to 1.13.0
|
||||||
|
- Fix behavior of fi_param_get parsing an invalid boolean value
|
||||||
|
- Add new APIs to open, export, and import specialized fid's
|
||||||
|
- Define ability to import a monitor into the registration cache
|
||||||
|
- Add API support for INT128/UINT128 atomics
|
||||||
|
- Fix incorrect check for provider name in getinfo filtering path
|
||||||
|
- Allow core providers to return default attributes which are lower then
|
||||||
|
maximum supported attributes in getinfo call
|
||||||
|
- Add option prefer external providers (in order discovered) over internal
|
||||||
|
providers, regardless of provider version
|
||||||
|
- Separate Ze (level-0) and DRM dependencies
|
||||||
|
- Always maintain a list of all discovered providers
|
||||||
|
- Fix incorrect CUDA warnings
|
||||||
|
- Fix bug in cuda init/cleanup checking for gdrcopy support
|
||||||
|
- Shift order providers are called from in fi_getinfo, move psm2 ahead of
|
||||||
|
psm3 and efa ahead of psmX
|
||||||
|
- See NEWS.md for changelog
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Apr 2 07:30:34 UTC 2021 - Nicolas Morey-Chaisemartin <nmoreychaisemartin@suse.com>
|
Fri Apr 2 07:30:34 UTC 2021 - Nicolas Morey-Chaisemartin <nmoreychaisemartin@suse.com>
|
||||||
|
|
||||||
|
@ -16,10 +16,10 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define git_ver .0.08c7a6af92d3
|
%define git_ver .0.5b0a7b2b516d
|
||||||
|
|
||||||
Name: fabtests
|
Name: fabtests
|
||||||
Version: 1.12.1
|
Version: 1.13.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:a9ee0cddfa2dbc29f10c9842b79d9234688ccebdd0c4be39711e993426a2f16f
|
|
||||||
size 1989176
|
|
3
libfabric-1.13.0.0.5b0a7b2b516d.tar.bz2
Normal file
3
libfabric-1.13.0.0.5b0a7b2b516d.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:268d65a9517a1211be0ef5f889c30e49adf8aca3861bdeed12921a3740ec525c
|
||||||
|
size 2036630
|
@ -1,3 +1,24 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jul 7 11:13:26 UTC 2021 - Nicolas Morey-Chaisemartin <nmoreychaisemartin@suse.com>
|
||||||
|
|
||||||
|
- Update to 1.13.0
|
||||||
|
- Fix behavior of fi_param_get parsing an invalid boolean value
|
||||||
|
- Add new APIs to open, export, and import specialized fid's
|
||||||
|
- Define ability to import a monitor into the registration cache
|
||||||
|
- Add API support for INT128/UINT128 atomics
|
||||||
|
- Fix incorrect check for provider name in getinfo filtering path
|
||||||
|
- Allow core providers to return default attributes which are lower then
|
||||||
|
maximum supported attributes in getinfo call
|
||||||
|
- Add option prefer external providers (in order discovered) over internal
|
||||||
|
providers, regardless of provider version
|
||||||
|
- Separate Ze (level-0) and DRM dependencies
|
||||||
|
- Always maintain a list of all discovered providers
|
||||||
|
- Fix incorrect CUDA warnings
|
||||||
|
- Fix bug in cuda init/cleanup checking for gdrcopy support
|
||||||
|
- Shift order providers are called from in fi_getinfo, move psm2 ahead of
|
||||||
|
psm3 and efa ahead of psmX
|
||||||
|
- See NEWS.md for changelog
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Apr 2 07:30:34 UTC 2021 - Nicolas Morey-Chaisemartin <nmoreychaisemartin@suse.com>
|
Fri Apr 2 07:30:34 UTC 2021 - Nicolas Morey-Chaisemartin <nmoreychaisemartin@suse.com>
|
||||||
|
|
||||||
|
@ -17,10 +17,10 @@
|
|||||||
|
|
||||||
|
|
||||||
#
|
#
|
||||||
%define git_ver .0.08c7a6af92d3
|
%define git_ver .0.5b0a7b2b516d
|
||||||
|
|
||||||
Name: libfabric
|
Name: libfabric
|
||||||
Version: 1.12.1
|
Version: 1.13.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
|
||||||
@ -119,6 +119,7 @@ rm -f %{buildroot}%{_libdir}/*.la
|
|||||||
%{_includedir}/rdma/fi_collective.h
|
%{_includedir}/rdma/fi_collective.h
|
||||||
%{_includedir}/rdma/fi_domain.h
|
%{_includedir}/rdma/fi_domain.h
|
||||||
%{_includedir}/rdma/fi_eq.h
|
%{_includedir}/rdma/fi_eq.h
|
||||||
|
%{_includedir}/rdma/fi_ext.h
|
||||||
%{_includedir}/rdma/fi_rma.h
|
%{_includedir}/rdma/fi_rma.h
|
||||||
%{_includedir}/rdma/fi_endpoint.h
|
%{_includedir}/rdma/fi_endpoint.h
|
||||||
%{_includedir}/rdma/fi_errno.h
|
%{_includedir}/rdma/fi_errno.h
|
||||||
|
Loading…
Reference in New Issue
Block a user