Skip to content

Commit

Permalink
v1.6.2
Browse files Browse the repository at this point in the history
Signed-off-by: Sean Hefty <[email protected]>
  • Loading branch information
shefty committed Sep 24, 2018
1 parent 62c9ded commit f45da6e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
14 changes: 10 additions & 4 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,13 @@ 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.6.2rc2, Mon Sep 24, 2018
==========================
v1.6.2, Fri Sep 28, 2018
========================

## Core

- Cleanup of debug messages

## GNI
- Fix problems with Scalable Endpoint creation
- Fix interoperability problem with HPC toolkit
Expand Down Expand Up @@ -40,6 +43,8 @@ v1.6.2rc2, Mon Sep 24, 2018

## RXM

- Fix incorrect increments of error counters for small messages
- Increment write completion counter for small transfers
- Use FI_UNIVERSE_SIZE when defining MSG provider CQ size
- Make TX, RX queue sizes independent of MSG provider
- Make deferred requests opt-in
Expand All @@ -55,9 +60,10 @@ v1.6.2rc2, Mon Sep 24, 2018
- Don't include FI_DIRECTED_RECV, FI_SOURCE caps if they're not needed
- Fix matching for RMA I/O vectors

## SHM
## Sockets
## usNIC

- Increase maximum messages size as MPICH bug work-around

## Verbs

- Detect string format of wildcard address in node argument
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.6.2rc2], [[email protected]])
AC_INIT([libfabric], [1.6.2], [[email protected]])
AC_CONFIG_SRCDIR([src/fabric.c])
AC_CONFIG_AUX_DIR(config)
AC_CONFIG_MACRO_DIR(config)
Expand Down

0 comments on commit f45da6e

Please sign in to comment.