Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 14 additions & 1 deletion NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Copyright (c) 2012 Oak Ridge National Labs. All rights reserved.
Copyright (c) 2012 Sandia National Laboratories. All rights reserved.
Copyright (c) 2012 University of Houston. All rights reserved.
Copyright (c) 2013 NVIDIA Corporation. All rights reserved.
Copyright (c) 2013-2016 Intel, Inc. All rights reserved.
Copyright (c) 2013-2017 Intel, Inc. All rights reserved.
$COPYRIGHT$

Additional copyrights may follow
Expand Down Expand Up @@ -53,6 +53,19 @@ included in the vX.Y.Z section and be denoted as:
(** also appeared: A.B.C) -- indicating that this item was previously
included in release version vA.B.C.

1.10.6 - TBD
------
- Fix bug in timer code that caused problems at optimization settings
greater than 2
- OSHMEM: make mmap allocator the default instead of sysv or verbs
- Support MPI_Dims_create with dimension zero
- Update USNIC support
- Prevent 64-bit overflow on timer counter
- Add support for forwarding signals
- Fix bug that caused truncated messages on large sends over TCP BTL
- Fix potential infinite loop when printing a stacktrace


1.10.5 - 19 Dec 2016
------
- Update UCX APIs
Expand Down
8 changes: 4 additions & 4 deletions VERSION
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

major=1
minor=10
release=5
release=6

# greek is generally used for alpha or beta release tags. If it is
# non-empty, it will be appended to the version number. It does not
Expand Down Expand Up @@ -82,14 +82,14 @@ date="Unreleased developer copy"
# Version numbers are described in the Libtool current:revision:age
# format.

libmpi_so_version=12:5:0
libmpi_so_version=12:6:0
libmpi_cxx_so_version=2:3:1
libmpi_mpifh_so_version=12:1:0
libmpi_usempi_tkr_so_version=6:0:1
libmpi_usempi_ignore_tkr_so_version=8:0:2
libmpi_usempif08_so_version=12:1:1
libopen_rte_so_version=12:3:0
libopen_pal_so_version=13:3:0
libopen_rte_so_version=12:4:0
libopen_pal_so_version=13:4:0
libmpi_java_so_version=3:0:2
liboshmem_so_version=9:2:1

Expand Down