Skip to content

Commit a2d1419

Browse files
authored
Merge pull request #4921 from bwbarrett/master-NEWS
dist: Sync 2.1.3 NEWS items into master
2 parents bf3dd8a + ab19602 commit a2d1419

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed

NEWS

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ Copyright (c) 2012 Sandia National Laboratories. All rights reserved.
2020
Copyright (c) 2012 University of Houston. All rights reserved.
2121
Copyright (c) 2013 NVIDIA Corporation. All rights reserved.
2222
Copyright (c) 2013-2017 Intel, Inc. All rights reserved.
23+
Copyright (c) 2018 Amazon.com, Inc. or its affiliates. All Rights
24+
reserved.
2325
$COPYRIGHT$
2426

2527
Additional copyrights may follow
@@ -113,6 +115,39 @@ Known issues:
113115
- MPI_Connect/accept between applications started by different mpirun
114116
commands will fail, even if ompi-server is running.
115117

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+
116151
2.1.2 -- September, 2017
117152
------------------------
118153

0 commit comments

Comments
 (0)