From c26bb2e32272ac891a8474adf564c1a6342b4ff1cd930dc1f39cc8547a8d91ba Mon Sep 17 00:00:00 2001 From: Nicolas Morey-Chaisemartin Date: Fri, 9 Jul 2021 10:59:38 +0000 Subject: [PATCH] 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 --- _service | 2 +- fabtests.changes | 21 +++++++++++++++++++++ fabtests.spec | 4 ++-- libfabric-1.12.1.0.08c7a6af92d3.tar.bz2 | 3 --- libfabric-1.13.0.0.5b0a7b2b516d.tar.bz2 | 3 +++ libfabric.changes | 21 +++++++++++++++++++++ libfabric.spec | 5 +++-- 7 files changed, 51 insertions(+), 8 deletions(-) delete mode 100644 libfabric-1.12.1.0.08c7a6af92d3.tar.bz2 create mode 100644 libfabric-1.13.0.0.5b0a7b2b516d.tar.bz2 diff --git a/_service b/_service index 739cc6e..5229ce8 100644 --- a/_service +++ b/_service @@ -8,7 +8,7 @@ @PARENT_TAG@.@TAG_OFFSET@.%h v(.*) \1 - 08c7a6af92d35b29c5b120f43b24dbdba7becaf5 + 5b0a7b2b516d20a3896e26381b8951e64c4824a5 libfabric*.tar diff --git a/fabtests.changes b/fabtests.changes index 53b0c06..94aa768 100644 --- a/fabtests.changes +++ b/fabtests.changes @@ -1,3 +1,24 @@ +------------------------------------------------------------------- +Wed Jul 7 11:13:26 UTC 2021 - Nicolas Morey-Chaisemartin + +- 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 diff --git a/fabtests.spec b/fabtests.spec index 673b99b..9e54261 100644 --- a/fabtests.spec +++ b/fabtests.spec @@ -16,10 +16,10 @@ # -%define git_ver .0.08c7a6af92d3 +%define git_ver .0.5b0a7b2b516d Name: fabtests -Version: 1.12.1 +Version: 1.13.0 Release: 0 Summary: Test suite for libfabric API License: BSD-2-Clause OR GPL-2.0-only diff --git a/libfabric-1.12.1.0.08c7a6af92d3.tar.bz2 b/libfabric-1.12.1.0.08c7a6af92d3.tar.bz2 deleted file mode 100644 index ff0308a..0000000 --- a/libfabric-1.12.1.0.08c7a6af92d3.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a9ee0cddfa2dbc29f10c9842b79d9234688ccebdd0c4be39711e993426a2f16f -size 1989176 diff --git a/libfabric-1.13.0.0.5b0a7b2b516d.tar.bz2 b/libfabric-1.13.0.0.5b0a7b2b516d.tar.bz2 new file mode 100644 index 0000000..63486b9 --- /dev/null +++ b/libfabric-1.13.0.0.5b0a7b2b516d.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:268d65a9517a1211be0ef5f889c30e49adf8aca3861bdeed12921a3740ec525c +size 2036630 diff --git a/libfabric.changes b/libfabric.changes index 53b0c06..94aa768 100644 --- a/libfabric.changes +++ b/libfabric.changes @@ -1,3 +1,24 @@ +------------------------------------------------------------------- +Wed Jul 7 11:13:26 UTC 2021 - Nicolas Morey-Chaisemartin + +- 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 diff --git a/libfabric.spec b/libfabric.spec index 6d56582..7c0a5d4 100644 --- a/libfabric.spec +++ b/libfabric.spec @@ -17,10 +17,10 @@ # -%define git_ver .0.08c7a6af92d3 +%define git_ver .0.5b0a7b2b516d Name: libfabric -Version: 1.12.1 +Version: 1.13.0 Release: 0 Summary: User-space RDMA Fabric Interfaces 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_domain.h %{_includedir}/rdma/fi_eq.h +%{_includedir}/rdma/fi_ext.h %{_includedir}/rdma/fi_rma.h %{_includedir}/rdma/fi_endpoint.h %{_includedir}/rdma/fi_errno.h