@@ -173,6 +173,55 @@ Master (not on release branches yet)
173173 Thanks to Alexander Pozdneev for reporting.
174174
175175
176+ 1.10.2
177+ ------
178+
179+ **********************************************************************
180+ * OSHMEM is now 1.2 compliant
181+ **********************************************************************
182+
183+ - Fix NBC_Copy for legitimate zero-size messages
184+ - Fix multiple bugs in OSHMEM
185+ - Correctly handle mpirun --host <user>@<ip-address>
186+ - Centralize two MCA params to avoid duplication between OMPI and
187+ OSHMEM layers: opal_abort_delay and opal_abort_print_stack
188+ - Add support for Fujitsu compilers
189+ - Add UCX support for OMPI and OSHMEM
190+ - Correctly handle oversubscription when not given directives
191+ to permit it. Thanks to @ammore1 for reporting it
192+ - Fix rpm spec file to not include the /usr directory
193+ - Add Intel HFI1 default parameters for the openib BTL
194+ - Resolve symbol conflicts in the PSM2 library
195+ - Add ability to empty the rgpusm cache when full if requested
196+ - Fix another libtool bug when -L requires a space between it
197+ and the path. Thanks to Eric Schnetter for the patch.
198+ - Add support for OSHMEM v1.2 APIs
199+ - Improve efficiency of oshmem_preconnect_all algorithm
200+ - Fix bug in buffered sends support
201+ - Fix double free in edge case of mpirun. Thanks to @jsharpe for
202+ the patch
203+ - Multiple one-sided support fixes
204+ - Fix integer overflow in the tuned "reduce" collective when
205+ using buffers larger than INT_MAX in size
206+ - Fix parse of user environment variables in mpirun. Thanks to
207+ Stefano Garzarella for the patch
208+ - Performance improvements in PSM2 support
209+ - Fix NBS iBarrier for inter-communicators
210+ - Fix bug in vader BTL during finalize
211+ - Improved configure support for Fortran compilers
212+ - Fix rank_file mapper to support default --slot-set. Thanks
213+ to Matt Thompson for reporting it
214+ - Update MPI_Testsome man page. Thanks to Eric Schnetter for
215+ the suggestion
216+ - Fix missing resize of the returned type for subarray and
217+ darray types. Thanks to Keith Bennett and Dan Garmann for
218+ reporting it
219+ - Fix Java support on OSX 10.11. Thanks to Alexander Daryin
220+ for reporting the problem
221+ - Fix some compilation issues on Solaris 11.2. Thanks to
222+ Paul Hargrove for his continued help in such areas
223+
224+
1762251.10.1
177226------
178227
0 commit comments