File tree Expand file tree Collapse file tree 2 files changed +18
-5
lines changed Expand file tree Collapse file tree 2 files changed +18
-5
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ Copyright (c) 2012 Oak Ridge National Labs. All rights reserved.
1919Copyright (c) 2012 Sandia National Laboratories. All rights reserved.
2020Copyright (c) 2012 University of Houston. All rights reserved.
2121Copyright (c) 2013 NVIDIA Corporation. All rights reserved.
22- Copyright (c) 2013-2016 Intel, Inc. All rights reserved.
22+ Copyright (c) 2013-2017 Intel, Inc. All rights reserved.
2323$COPYRIGHT$
2424
2525Additional copyrights may follow
@@ -53,6 +53,19 @@ included in the vX.Y.Z section and be denoted as:
5353 (** also appeared: A.B.C) -- indicating that this item was previously
5454 included in release version vA.B.C.
5555
56+ 1.10.6 - TBD
57+ ------
58+ - Fix bug in timer code that caused problems at optimization settings
59+ greater than 2
60+ - OSHMEM: make mmap allocator the default instead of sysv or verbs
61+ - Support MPI_Dims_create with dimension zero
62+ - Update USNIC support
63+ - Prevent 64-bit overflow on timer counter
64+ - Add support for forwarding signals
65+ - Fix bug that caused truncated messages on large sends over TCP BTL
66+ - Fix potential infinite loop when printing a stacktrace
67+
68+
56691.10.5 - 19 Dec 2016
5770------
5871- Update UCX APIs
Original file line number Diff line number Diff line change 1515
1616major=1
1717minor=10
18- release=5
18+ release=6
1919
2020# greek is generally used for alpha or beta release tags. If it is
2121# non-empty, it will be appended to the version number. It does not
@@ -82,14 +82,14 @@ date="Unreleased developer copy"
8282# Version numbers are described in the Libtool current:revision:age
8383# format.
8484
85- libmpi_so_version=12:5 :0
85+ libmpi_so_version=12:6 :0
8686libmpi_cxx_so_version=2:3:1
8787libmpi_mpifh_so_version=12:1:0
8888libmpi_usempi_tkr_so_version=6:0:1
8989libmpi_usempi_ignore_tkr_so_version=8:0:2
9090libmpi_usempif08_so_version=12:1:1
91- libopen_rte_so_version=12:3 :0
92- libopen_pal_so_version=13:3 :0
91+ libopen_rte_so_version=12:4 :0
92+ libopen_pal_so_version=13:4 :0
9393libmpi_java_so_version=3:0:2
9494liboshmem_so_version=9:2:1
9595
You can’t perform that action at this time.
0 commit comments