Skip to content

Commit 4dc17ca

Browse files
author
Ralph Castain
committed
First cut at NEWS for 1.10.5
Updates per Paul Hargrove and Nathan Hjelm Assign date of release Signed-off-by: Ralph Castain <[email protected]>
1 parent 8c39ce5 commit 4dc17ca

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

NEWS

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,25 @@ 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.5 - 19 Dec 2016
57+
------
58+
- Update UCX APIs
59+
- Fix bug in darray that caused MPI/IO failures
60+
- Use a MPI_Get_library_version() like string to tag the debugger DLL.
61+
Thanks to Alastair McKinstry for the report
62+
- Fix multi-threaded race condition in coll/libnbc
63+
- Several fixes to OSHMEM
64+
- Fix bug in UCX support due to uninitialized field
65+
- Fix MPI_Ialltoallv with MPI_IN_PLACE and without MPI param check
66+
- Correctly reset receive request type before init. Thanks Chris Pattison
67+
for the report and test case.
68+
- Fix bug in iallgather[v]
69+
- Fix concurrency issue with MPI_Comm_accept. Thanks to Pieter Noordhuis
70+
for the patch
71+
- Fix ompi_coll_base_{gather,scatter}_intra_binomial
72+
- Fixed an issue with MPI_Type_get_extent returning the wrong extent
73+
for distributed array datatypes.
74+
5675

5776
1.10.4 - 01 Sept 2016
5877
------

README

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Copyright (c) 2007 Myricom, Inc. All rights reserved.
1515
Copyright (c) 2008 IBM Corporation. All rights reserved.
1616
Copyright (c) 2010 Oak Ridge National Labs. All rights reserved.
1717
Copyright (c) 2011 University of Houston. All rights reserved.
18-
Copyright (c) 2013-2014 Intel, Inc. All rights reserved
18+
Copyright (c) 2013-2016 Intel, Inc. All rights reserved.
1919
$COPYRIGHT$
2020

2121
Additional copyrights may follow
@@ -182,6 +182,10 @@ Compiler Notes
182182
source directory path names that was resolved in 9.0-4 (9.0-3 is
183183
known to be broken in this regard).
184184

185+
- If building C++ bindings or VT, we advise against use of CXX=pgc++
186+
prior to PGI 16.10. Users report that using CXX=pgCC instead of pgc++
187+
resolves the problem. Otherwise, pgc++ appears usable from 14.3 forward.
188+
185189
- IBM's xlf compilers: NO known good version that can build/link
186190
the MPI f08 bindings or build/link the OSHMEM Fortran bindings.
187191

0 commit comments

Comments
 (0)