@@ -20,6 +20,8 @@ Copyright (c) 2012 Sandia National Laboratories. All rights reserved.
20
20
Copyright (c) 2012 University of Houston. All rights reserved.
21
21
Copyright (c) 2013 NVIDIA Corporation. All rights reserved.
22
22
Copyright (c) 2013-2017 Intel, Inc. All rights reserved.
23
+ Copyright (c) 2018 Amazon.com, Inc. or its affiliates. All Rights
24
+ reserved.
23
25
$COPYRIGHT$
24
26
25
27
Additional copyrights may follow
@@ -113,6 +115,39 @@ Known issues:
113
115
- MPI_Connect/accept between applications started by different mpirun
114
116
commands will fail, even if ompi-server is running.
115
117
118
+ 2.1.3 -- March, 2018
119
+ --------------------
120
+
121
+ Bug fixes/minor improvements:
122
+ - Update internal PMIx version to 1.2.5.
123
+ - Fix a problem with ompi_info reporting using param option.
124
+ Thanks to Alexander Pozdneev for reporting.
125
+ - Correct PMPI_Aint_{add|diff} to be functions (not subroutines)
126
+ in the Fortran mpi_f08 module.
127
+ - Fix a problem when doing MPI I/O using data types with large
128
+ extents in conjunction with MPI_TYPE_CREATE_SUBARRAY. Thanks to
129
+ Christopher Brady for reporting.
130
+ - Fix a problem when opening many files using MPI_FILE_OPEN.
131
+ Thanks to William Dawson for reporting.
132
+ - Fix a problem with debuggers failing to attach to a running job.
133
+ Thanks to Dirk Schubert for reporting.
134
+ - Fix a problem when using madvise and the OpenIB BTL. Thanks to
135
+ Timo Bingmann for reporting.
136
+ - Fix a problem in the Vader BTL that resulted in failures of
137
+ IMB under certain circumstances. Thanks to Nicolas Morey-
138
+ Chaisemartin for reporting.
139
+ - Fix a problem preventing Open MPI from working under Cygwin.
140
+ Thanks to Marco Atzeri for reporting.
141
+ - Reduce some verbosity being emitted by the USNIC BTL under certain
142
+ circumstances. Thanks to Peter Forai for reporting.
143
+ - Fix a problem with misdirection of SIGKILL. Thanks to Michael Fern
144
+ for reporting.
145
+ - Replace use of posix_memalign with malloc for small allocations. Thanks
146
+ to Ben Menaude for reporting.
147
+ - Fix a problem with Open MPI's out of band TCP network for file descriptors
148
+ greater than 32767. Thanks to Wojtek Wasko for reporting and fixing.
149
+ - Plug a memory leak in MPI_Mem_free(). Thanks to Philip Blakely for reporting.
150
+
116
151
2.1.2 -- September, 2017
117
152
------------------------
118
153
0 commit comments