Skip to content

Commit 58609f8

Browse files
committed
dist: Update NEWS with changes since rc1
Signed-off-by: Brian Barrett <[email protected]>
1 parent 9cbb2c2 commit 58609f8

File tree

1 file changed

+43
-2
lines changed

1 file changed

+43
-2
lines changed

NEWS

Lines changed: 43 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ Copyright (c) 2013 NVIDIA Corporation. All rights reserved.
2222
Copyright (c) 2013-2017 Intel, Inc. All rights reserved.
2323
Copyright (c) 2017 Research Organization for Information Science
2424
and Technology (RIST). All rights reserved.
25+
Copyright (c) 2018 Amazon.com, Inc. or its affiliates. All Rights
26+
reserved.
2527
$COPYRIGHT$
2628

2729
Additional copyrights may follow
@@ -34,9 +36,14 @@ This file contains notable changes between releases for each release since
3436
Open MPI 1.0. Because Open MPI maintains multiple release branches at any time,
3537
it is possible for items to appear more than once in the list.
3638

37-
3.0.1 -- January, 2018
39+
3.0.1 -- March, 2018
3840
----------------------
3941

42+
- Fix ability to attach parallel debuggers to MPI processes.
43+
- Fix a number of issues in MPI I/O found by the HDF5 test suite.
44+
- Fix (extremely) large message transfers with shared memory.
45+
- Fix out of sequence bug in multi-NIC configurations.
46+
- Fix stdin redirection bug that could result in lost input.
4047
- Disable the LSF launcher if CSM is detected.
4148
- Plug a memory leak in MPI_Mem_free(). Thanks to Philip Blakely for reporting.
4249
- Fix the tree spawn operation when the number of nodes is larger than the radix.
@@ -48,7 +55,8 @@ it is possible for items to appear more than once in the list.
4855
default behavior of the load errors option.
4956
- OFI MTL improvements: handle empty completion queues properly, fix
5057
incorrect error message around fi_getinfo(), use default progress
51-
option for provider by default.
58+
option for provider by default, Add support for reading multiple
59+
CQ events in ofi_progress.
5260
- PSM2 MTL improvements: Allow use of GPU buffers, thread fixes.
5361
- Numerous corrections to memchecker behavior.
5462
- Add a mca parameter ras_base_launch_orted_on_hn to allow for launching
@@ -111,6 +119,39 @@ Known issues:
111119
- MPI_Connect/accept between applications started by different mpirun
112120
commands will fail, even if ompi-server is running.
113121

122+
2.1.3 -- March, 2018
123+
--------------------
124+
125+
Bug fixes/minor improvements:
126+
- Update internal PMIx version to 1.2.5.
127+
- Fix a problem with ompi_info reporting using param option.
128+
Thanks to Alexander Pozdneev for reporting.
129+
- Correct PMPI_Aint_{add|diff} to be functions (not subroutines)
130+
in the Fortran mpi_f08 module.
131+
- Fix a problem when doing MPI I/O using data types with large
132+
extents in conjunction with MPI_TYPE_CREATE_SUBARRAY. Thanks to
133+
Christopher Brady for reporting.
134+
- Fix a problem when opening many files using MPI_FILE_OPEN.
135+
Thanks to William Dawson for reporting.
136+
- Fix a problem with debuggers failing to attach to a running job.
137+
Thanks to Dirk Schubert for reporting.
138+
- Fix a problem when using madvise and the OpenIB BTL. Thanks to
139+
Timo Bingmann for reporting.
140+
- Fix a problem in the Vader BTL that resulted in failures of
141+
IMB under certain circumstances. Thanks to Nicolas Morey-
142+
Chaisemartin for reporting.
143+
- Fix a problem preventing Open MPI from working under Cygwin.
144+
Thanks to Marco Atzeri for reporting.
145+
- Reduce some verbosity being emitted by the USNIC BTL under certain
146+
circumstances. Thanks to Peter Forai for reporting.
147+
- Fix a problem with misdirection of SIGKILL. Thanks to Michael Fern
148+
for reporting.
149+
- Replace use of posix_memalign with malloc for small allocations. Thanks
150+
to Ben Menaude for reporting.
151+
- Fix a problem with Open MPI's out of band TCP network for file descriptors
152+
greater than 32767. Thanks to Wojtek Wasko for reporting and fixing.
153+
- Plug a memory leak in MPI_Mem_free(). Thanks to Philip Blakely for reporting.
154+
114155
2.1.2 -- September, 2017
115156
------------------------
116157

0 commit comments

Comments
 (0)