SHA256
1
0
forked from pool/libfabric

Accepting request 494714 from science:HPC

- Update to v1.4.2-rc1 (bsc#1036907).
- Update notes:
 - Fix for OS X clock_gettime() portability issue.
 - Updated default counter wait object for improved performance
 - Fix multi-threaded RMA progress stalls
 - Updated default counter wait object for improved performance
 - Fix multi-threaded RMA progress stalls
 - Fix error in fi_cq_sreadfrom aborting before timeout expires
 - Set atomic iov count correct correctly inside fi_atomicv
 - Fix handling of apps that call fork.  Move ibv_fork_init() before
   calling any other verbs call.
 - Fix crash in fi_write when connection is not yet established and
   write data size is below inline threshold.
 - Fix issues not handling multiple ipoib interfaces
 - Reduce lock contention on buffer pools in send/completion handling
   code. (forwarded request 494713 from NMoreyChaisemartin)

OBS-URL: https://build.opensuse.org/request/show/494714
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libfabric?expand=0&rev=2
This commit is contained in:
Dominique Leuenberger 2017-05-20 08:13:02 +00:00 committed by Git OBS Bridge
commit 5b2ef4e1e5
4 changed files with 60 additions and 21 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:fb165fe140a1c1828c49a4780860e669657221a2fc48f28b3934289b5da882a6
size 962047

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:89cbfa6409631ea21371df6d2aada9783ebfe67f4148aad1a5e511f805911728
size 962534

View File

@ -1,3 +1,36 @@
-------------------------------------------------------------------
Thu May 11 18:14:41 UTC 2017 - nmoreychaisemartin@suse.com
- Update to v1.4.2-rc1 (bsc#1036907).
- Update notes:
- Fix for OS X clock_gettime() portability issue.
- Updated default counter wait object for improved performance
- Fix multi-threaded RMA progress stalls
- Updated default counter wait object for improved performance
- Fix multi-threaded RMA progress stalls
- Fix error in fi_cq_sreadfrom aborting before timeout expires
- Set atomic iov count correct correctly inside fi_atomicv
- Fix handling of apps that call fork. Move ibv_fork_init() before
calling any other verbs call.
- Fix crash in fi_write when connection is not yet established and
write data size is below inline threshold.
- Fix issues not handling multiple ipoib interfaces
- Reduce lock contention on buffer pools in send/completion handling
code.
-------------------------------------------------------------------
Wed Apr 5 10:19:28 UTC 2017 - josef.moellers@suse.com
- This version fixes bnc#990184
(bnc#990184)
-------------------------------------------------------------------
Thu Mar 23 16:21:53 UTC 2017 - jengelh@inai.de
- RPM group fix
-------------------------------------------------------------------
Fri Mar 10 15:58:55 UTC 2017 - josef.moellers@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package libfabric (Version 1.2.0)
# spec file for package libfabric
#
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -14,23 +14,30 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
#
%define git_ver rc1
Name: libfabric
Summary: User-space RDMA Fabric Interfaces
Version: 1.4.1
Release: 1
License: GPL-2.0 or BSD-2-Clause
Group: System Environment/Libraries
Source: https://github.com/ofiwg/libfabric/releases/download/v1.4.1/libfabric-1.4.1.tar.bz2
Group: Development/Libraries/C and C++
Version: 1.4.2
Release: 0
Source: https://github.com/ofiwg/libfabric/releases/download/v%{version}%{git_ver}/%{name}-%{version}%{git_ver}.tar.bz2
Source1: baselibs.conf
Patch0: libfabric-libtool.patch
Url: http://www.github.com/ofiwg/libfabric
Prefix: ${_prefix}
BuildRequires: libnl3-devel
BuildRequires: librdmacm-devel
BuildRequires: libibverbs-devel
BuildRequires: autoconf
BuildRequires: automake
BuildRequires: infinipath-psm-devel
BuildRequires: libibverbs-devel
BuildRequires: libnl3-devel
BuildRequires: libpsm2-devel
BuildRequires: automake autoconf libtool
BuildRequires: librdmacm-devel
BuildRequires: libtool
BuildRequires: pkg-config
#Currently *only* builds on x86_64 as it is dependent on libpsm2
ExclusiveArch: x86_64
@ -44,7 +51,6 @@ services, such as RDMA. This package only contains the fi_info binary.
Summary: Libfabric runtime libary
Group: System/Libraries
%description -n libfabric%{lib_major}
libfabric provides a user-space API to access high-performance fabric
services, such as RDMA. This package contains the runtime library.
@ -59,7 +65,7 @@ Requires: libfabric = %{version}
Development files for the libfabric library.
%prep
%setup -q
%setup -q -n %{name}-%{version}%{git_ver}
%patch0 -p1
%build
@ -244,6 +250,6 @@ rm -f %{buildroot}%{_libdir}/*.la
%{_includedir}/rdma/fi_trigger.h
%{_includedir}/rdma/fi_ext_usnic.h
%{_libdir}/pkgconfig/%{name}.pc
%changelog