@@ -53,6 +53,51 @@ included in the vX.Y.Z section and be denoted as:
53
53
(** also appeared: A.B.C) -- indicating that this item was previously
54
54
included in release version vA.B.C.
55
55
56
+ 1.10.1
57
+ ------
58
+
59
+ - No longer probe for PCI topology on Solaris (unless running as root).
60
+ - Fix for Intel Parallel Studio 2016 ifort partial support of the
61
+ !GCC$ pragma. Thanks to Fabrice Roy for reporting the problem.
62
+ - Bunches of Coverity / static analysis fixes.
63
+ - Fixed ROMIO to look for lstat in <sys/stat.h>. Thanks to William
64
+ Throwe for submitting the patch both upstream and to Open MPI.
65
+ - Fixed minor memory leak when attempting to open plugins.
66
+ - Fixed type in MPI_IBARRIER C prototype. Thanks to Harald Servat for
67
+ reporting the issue.
68
+ - Add missing man pages for MPI_WIN_CREATE_DYNAMIC, MPI_WIN_ATTACH,
69
+ MPI_WIN_DETACH, MPI_WIN_ALLOCATE, MPI_WIN_ALLOCATE_SHARED.
70
+ - When mpirun-launching new applications, only close file descriptors
71
+ that are actually open (resulting in a faster launch in some
72
+ environments).
73
+ - Fix "test ==" issues in Open MPI's configure script. Thank to Kevin
74
+ Buckley for pointing out the issue.
75
+ - Fix performance issue in usnic BTL: ensure progress thread is
76
+ throttled back to not aggressively steal CPU cycles.
77
+ - Fix cache line size detection on POWER architectures.
78
+ - Add missing #include in a few places. Thanks to Orion Poplawski for
79
+ supplying the patch.
80
+ - When OpenSHMEM building is disabled, no longer install its header
81
+ files, help files, or man pages.
82
+ - Fix mpi_f08 implementations of MPI_COMM_SET_INFO, and profiling
83
+ versions of MPI_BUFFER_DETACH, MPI_WIN_ALLOCATE,
84
+ MPI_WIN_ALLOCATE_SHARED, MPI_WTICK, and MPI_WTIME.
85
+ - Add orte_rmaps_dist_device MCA param, allowing users to map near a
86
+ specific device.
87
+ - Various updates/fixes to the openib BTL.
88
+ - Add missing defaults for the Mellanox ConnectX 3 card to the openib BTL.
89
+ - Minor bug fixes in the OFI MTL.
90
+ - Various updates to Mellanox's hcoll and FCA components.
91
+ - Add OpenSHMEM man pages. Thanks to Tony Curtis for sharing the man
92
+ pages files from openshmem.org.
93
+ - Add missing "const" attributes to MPI_COMPARE_AND_SWAP,
94
+ MPI_FETCH_AND_OP, MPI_RACCUMULATE, and MPI_WIN_DETACH prototypes.
95
+ Thanks to Michael Knobloch and Takahiro Kawashima for bringing this
96
+ to our attention.
97
+ - Fix linking issues on some platforms (e.g., SLES 12).
98
+ - Fix hang on some corner cases when MPI applications abort.
99
+
100
+
56
101
1.10.0
57
102
------
58
103
** NOTE: The v1.10.0 release marks the transition to Open MPI's new
0 commit comments