Skip to content

Commit

Permalink
Merge pull request #2956 from shefty/v1.4.x
Browse files Browse the repository at this point in the history
V1.4.x
  • Loading branch information
shefty authored May 5, 2017
2 parents 6e3d0e9 + abf08a1 commit 012c987
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 2 deletions.
2 changes: 2 additions & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
Ajay Kulkarni <[email protected]>
Alexia Ingerson <[email protected]>
Ana Guerrero López <[email protected]>
Andrew Friedley <[email protected]>
Arun C Ilango <[email protected]>
Expand All @@ -12,6 +13,7 @@ Chen Zhao <[email protected]>
Chuck Fossen <[email protected]>
Dave Goodell <[email protected]>
Dmitry Durnov <[email protected]>
Dmitry Gladkov <[email protected]>
Erik Paulson <[email protected]>
Evan Harvey <[email protected]>
Evan Harvey <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ src_libfabric_la_LDFLAGS =
src_libfabric_la_LIBADD =
src_libfabric_la_DEPENDENCIES = libfabric.map

src_libfabric_la_LDFLAGS += -version-info 3:2:2 -export-dynamic \
src_libfabric_la_LDFLAGS += -version-info 3:3:2 -export-dynamic \
$(libfabric_version_script)
rdmainclude_HEADERS += \
$(top_srcdir)/include/rdma/fabric.h \
Expand Down
32 changes: 32 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,38 @@ This file contains the main features as well as overviews of specific
bug fixes (and other actions) for each version of Libfabric since
version 1.0.

v1.4.2, Fri May 5, 2017
========================

## Core

- Fix for OS X clock_gettime() portability issue.

## PSM provider notes

- Updated default counter wait object for improved performance
- Fix multi-threaded RMA progress stalls

## PSM2 provider notes

- Updated default counter wait object for improved performance
- Fix multi-threaded RMA progress stalls

## Sockets provider notes

- Fix error in fi_cq_sreadfrom aborting before timeout expires
- Set atomic iov count correct correctly inside fi_atomicv

## Verbs provider notes

- 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.

v1.4.1, Fri Feb 3, 2017
========================

Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ dnl
dnl Process this file with autoconf to produce a configure script.

AC_PREREQ([2.60])
AC_INIT([libfabric], [1.4.2a1], [[email protected]])
AC_INIT([libfabric], [1.4.2rc1], [[email protected]])
AC_CONFIG_SRCDIR([src/fabric.c])
AC_CONFIG_AUX_DIR(config)
AC_CONFIG_MACRO_DIR(config)
Expand Down

0 comments on commit 012c987

Please sign in to comment.