Skip to content

Commit 612a18d

Browse files
author
Ralph Castain
authored
Merge pull request #2884 from rhc54/topic/rc
Prep for v1.10.6rc1
2 parents 8b2ef75 + 5b233a6 commit 612a18d

File tree

2 files changed

+18
-5
lines changed

2 files changed

+18
-5
lines changed

NEWS

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Copyright (c) 2012 Oak Ridge National Labs. All rights reserved.
1919
Copyright (c) 2012 Sandia National Laboratories. All rights reserved.
2020
Copyright (c) 2012 University of Houston. All rights reserved.
2121
Copyright (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

2525
Additional 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+
5669
1.10.5 - 19 Dec 2016
5770
------
5871
- Update UCX APIs

VERSION

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
major=1
1717
minor=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
8686
libmpi_cxx_so_version=2:3:1
8787
libmpi_mpifh_so_version=12:1:0
8888
libmpi_usempi_tkr_so_version=6:0:1
8989
libmpi_usempi_ignore_tkr_so_version=8:0:2
9090
libmpi_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
9393
libmpi_java_so_version=3:0:2
9494
liboshmem_so_version=9:2:1
9595

0 commit comments

Comments
 (0)