Skip to content

Commit f45da6e

Browse files
author
Sean Hefty
committed
v1.6.2
Signed-off-by: Sean Hefty <[email protected]>
1 parent 62c9ded commit f45da6e

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

NEWS.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,13 @@ This file contains the main features as well as overviews of specific
55
bug fixes (and other actions) for each version of Libfabric since
66
version 1.0.
77

8-
v1.6.2rc2, Mon Sep 24, 2018
9-
==========================
8+
v1.6.2, Fri Sep 28, 2018
9+
========================
1010

1111
## Core
12+
13+
- Cleanup of debug messages
14+
1215
## GNI
1316
- Fix problems with Scalable Endpoint creation
1417
- Fix interoperability problem with HPC toolkit
@@ -40,6 +43,8 @@ v1.6.2rc2, Mon Sep 24, 2018
4043

4144
## RXM
4245

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

58-
## SHM
5963
## Sockets
60-
## usNIC
64+
65+
- Increase maximum messages size as MPICH bug work-around
66+
6167
## Verbs
6268

6369
- Detect string format of wildcard address in node argument

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ dnl
44
dnl Process this file with autoconf to produce a configure script.
55

66
AC_PREREQ([2.60])
7-
AC_INIT([libfabric], [1.6.2rc2], [[email protected]])
7+
AC_INIT([libfabric], [1.6.2], [[email protected]])
88
AC_CONFIG_SRCDIR([src/fabric.c])
99
AC_CONFIG_AUX_DIR(config)
1010
AC_CONFIG_MACRO_DIR(config)

0 commit comments

Comments
 (0)