@@ -19,7 +19,7 @@ Copyright (c) 2012 Oak Ridge National Labs. All rights reserved.
1919Copyright (c) 2012 Sandia National Laboratories. All rights reserved.
2020Copyright (c) 2012 University of Houston. All rights reserved.
2121Copyright (c) 2013 NVIDIA Corporation. All rights reserved.
22- Copyright (c) 2013-2015 Intel, Inc. All rights reserved.
22+ Copyright (c) 2013-2016 Intel, Inc. All rights reserved.
2323$COPYRIGHT$
2424
2525Additional copyrights may follow
@@ -68,7 +68,8 @@ included in the vX.Y.Z section and be denoted as:
6868- Add support for Fujitsu compilers
6969- Add UCX support for OMPI and OSHMEM
7070- Correctly handle oversubscription when not given directives
71- to permit it
71+ to permit it. Thanks to @ammore1 for reporting it
72+ - Fix rpm spec file to not include the /usr directory
7273- Add Intel HFI1 default parameters for the openib BTL
7374- Resolve symbol conflicts in the PSM2 library
7475- Add ability to empty the rgpusm cache when full if requested
@@ -77,15 +78,28 @@ included in the vX.Y.Z section and be denoted as:
7778- Add support for OSHMEM v1.2 APIs
7879- Improve efficiency of oshmem_preconnect_all algorithm
7980- Fix bug in buffered sends support
81+ - Fix double free in edge case of mpirun. Thanks to @jsharpe for
82+ the patch
8083- Multiple one-sided support fixes
8184- Fix integer overflow in the tuned "reduce" collective when
8285 using buffers larger than INT_MAX in size
86+ - Fix parse of user environment variables in mpirun. Thanks to
87+ Stefano Garzarella for the patch
8388- Performance improvements in PSM2 support
8489- Fix NBS iBarrier for inter-communicators
8590- Fix bug in vader BTL during finalize
8691- Improved configure support for Fortran compilers
8792- Fix rank_file mapper to support default --slot-set. Thanks
8893 to Matt Thompson for reporting it
94+ - Update MPI_Testsome man page. Thanks to Eric Schnetter for
95+ the suggestion
96+ - Fix missing resize of the returned type for subarray and
97+ darray types. Thanks to Keith Bennett and Dan Garmann for
98+ reporting it
99+ - Fix Java support on OSX 10.11. Thanks to Alexander Daryin
100+ for reporting the problem
101+ - Fix some compilation issues on Solaris 11.2. Thanks to
102+ Paul Hargrove for his continued help in such areas
89103
90104
911051.10.1
0 commit comments