Skip to content

Commit 4774eb8

Browse files
author
Ralph Castain
committed
Update NEWS with 1.10.5 items
Signed-off-by: Ralph Castain <[email protected]>
1 parent 0acdceb commit 4774eb8

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

NEWS

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,29 @@ Master (not on release branches yet)
216216
Alastair McKinstry for reporting.
217217

218218

219+
1.10.5 - 19 Dec 2016
220+
------
221+
- Update UCX APIs
222+
- Fix bug in darray that caused MPI/IO failures
223+
- Use a MPI_Get_library_version() like string to tag the debugger DLL.
224+
Thanks to Alastair McKinstry for the report
225+
- Fix multi-threaded race condition in coll/libnbc
226+
- Several fixes to OSHMEM
227+
- Fix bug in UCX support due to uninitialized field
228+
- Fix MPI_Ialltoallv with MPI_IN_PLACE and without MPI param check
229+
- Correctly reset receive request type before init. Thanks Chris Pattison
230+
for the report and test case.
231+
- Fix bug in iallgather[v]
232+
- Fix concurrency issue with MPI_Comm_accept. Thanks to Pieter Noordhuis
233+
for the patch
234+
- Fix ompi_coll_base_{gather,scatter}_intra_binomial
235+
- Fixed an issue with MPI_Type_get_extent returning the wrong extent
236+
for distributed array datatypes.
237+
- Re-enable use of rtdtsc instruction as a monotonic clock source if
238+
the processor has a core-invariant tsc. This is a partial fix for a
239+
performance regression introduced in Open MPI v1.10.3.
240+
241+
219242
1.10.4 - 01 Sept 2016
220243
------
221244

0 commit comments

Comments
 (0)