File tree Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Original file line number Diff line number Diff line change @@ -216,6 +216,29 @@ Master (not on release branches yet)
216
216
Alastair McKinstry for reporting.
217
217
218
218
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
+
219
242
1.10.4 - 01 Sept 2016
220
243
------
221
244
You can’t perform that action at this time.
0 commit comments