Skip to content

Commit

Permalink
v1.15.0rc3
Browse files Browse the repository at this point in the history
Signed-off-by: Sean Hefty <sean.hefty@intel.com>
  • Loading branch information
shefty committed Apr 18, 2022
1 parent b2133d7 commit 8489105
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 5 deletions.
4 changes: 4 additions & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ AWS ParallelCluster user <centos@ip-172-31-23-100.ec2.internal>
AWS ParallelCluster user <ec2-user@ip-172-31-0-240.us-east-2.compute.internal>
AWS ParallelCluster user <ec2-user@ip-172-31-15-28.ec2.internal>
Benjamin Drung <bdrung@debian.org>
Ben Lynam <ben.lynam23@gmail.com>
Ben Menadue <ben.menadue@nci.org.au>
Ben Turrubiates <bturrubiates@lanl.gov>
Ben Turrubiates <bturrubi@cisco.com>
Expand All @@ -36,6 +37,7 @@ Brian Li <brian14708@gmail.com>
Casey Carter <cacarter@microsoft.com>
Chang Hyun Park <heartinpiece@gmail.com>
Charles J Archer <charles.j.archer@intel.com>
Charles King <charles.king@cornelisnetworks.com>
Chenwei Zhang <chenwz@amazon.com>
Chen Zhao <soniczhao@gmail.com>
Chien Tin Tung <chien.tin.tung@intel.com>
Expand Down Expand Up @@ -188,8 +190,10 @@ Sung-Eun Choi <sungeun@cray.com>
Sylvain Didelot <didelot.sylvain@gmail.com>
Sylvain Didelot <sdidelot@ddn.com>
Thananon Patinyasakdikul <apatinya@cisco.com>
Theofilos Manitaras <manitaras@cscs.ch>
Thibault BREZILLON <thibault.brezillon@techsat.com>
Thomas Smith <thomasm2@cisco.com>
Tim Thompson <tim.thompson@cornelisnetworks.com>
Todd Rimmer <todd.rimmer@intel.com>
Tony Zinger <ajz@cray.com>
tonyzinger <ajz@cray.com>
Expand Down
11 changes: 9 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ v1.15.0, Fri Apr 29, 2022
- Add new FI_PROTO_RXM_TCP for optimized rxm over tcp path

## EFA

- Added windows support through efawin (https://github.com/aws/efawin)
- Added support of AWS neuron.
- Added support of using gdrcopy to copy data from host to device.
Expand All @@ -43,6 +44,7 @@ v1.15.0, Fri Apr 29, 2022
- New provider supporting Cornelis Networks Omni-path hardware

## PSM3

- Updated psm3 to match IEFS 11.2.0.0 release
- Added support for sockets (TCP/UDP) via a runtime selectable Hardware
Abstraction Layer (HAL)
Expand Down Expand Up @@ -135,8 +137,8 @@ v1.15.0, Fri Apr 29, 2022
- ubertest: Add GPU testing and validation support
- Add HMEM options parsing support

v1.14.1, Fri Apr 22, 2022
========================
v1.14.1, Fri Apr 15, 2022
=========================

## Core

Expand All @@ -147,6 +149,11 @@ v1.14.1, Fri Apr 22, 2022

## EFA

- Use non-shared buffer pool allocations to use MADV_DONTFORK safely
- Handle read completion properly for multi_recv
- Use shm's inject write when possible
- Support 0 byte read

## RxD

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

AC_PREREQ([2.60])
AC_INIT([libfabric], [1.15.0rc2], [ofiwg@lists.openfabrics.org])
AC_INIT([libfabric], [1.15.0rc3], [ofiwg@lists.openfabrics.org])
AC_CONFIG_SRCDIR([src/fabric.c])
AC_CONFIG_AUX_DIR(config)
AC_CONFIG_MACRO_DIR(config)
Expand Down
2 changes: 1 addition & 1 deletion fabtests/configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ dnl
dnl Process this file with autoconf to produce a configure script.

AC_PREREQ(2.57)
AC_INIT([fabtests], [1.15.0rc2], [ofiwg@lists.openfabrics.org])
AC_INIT([fabtests], [1.15.0rc3], [ofiwg@lists.openfabrics.org])
AC_CONFIG_AUX_DIR(config)
AC_CONFIG_MACRO_DIR(config)
AC_CONFIG_HEADERS(config.h)
Expand Down
2 changes: 1 addition & 1 deletion include/windows/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@
#define PACKAGE_TARNAME PACKAGE

/* Define to the version of this package. */
#define PACKAGE_VERSION "1.15.0rc2"
#define PACKAGE_VERSION "1.15.0rc3"

/* Define to the full name and version of this package. */
#define PACKAGE_STRING PACKAGE_NAME " " PACKAGE_VERSION
Expand Down

0 comments on commit 8489105

Please sign in to comment.