@@ -8,7 +8,7 @@ Copyright (c) 2004-2008 High Performance Computing Center Stuttgart,
8
8
University of Stuttgart. All rights reserved.
9
9
Copyright (c) 2004-2006 The Regents of the University of California.
10
10
All rights reserved.
11
- Copyright (c) 2006-2017 Cisco Systems, Inc. All rights reserved.
11
+ Copyright (c) 2006-2018 Cisco Systems, Inc. All rights reserved.
12
12
Copyright (c) 2006 Voltaire, Inc. All rights reserved.
13
13
Copyright (c) 2006 Sun Microsystems, Inc. All rights reserved.
14
14
Use is subject to license terms.
@@ -73,6 +73,46 @@ Master (not on release branches yet)
73
73
- Remove support for XL compilers older than v13.1
74
74
- Fix rank-by algorithms to properly rank by object and span
75
75
76
+ 3.0.1 -- March, 2018
77
+ ----------------------
78
+
79
+ - Fix ability to attach parallel debuggers to MPI processes.
80
+ - Fix a number of issues in MPI I/O found by the HDF5 test suite.
81
+ - Fix (extremely) large message transfers with shared memory.
82
+ - Fix out of sequence bug in multi-NIC configurations.
83
+ - Fix stdin redirection bug that could result in lost input.
84
+ - Disable the LSF launcher if CSM is detected.
85
+ - Plug a memory leak in MPI_Mem_free(). Thanks to Philip Blakely for reporting.
86
+ - Fix the tree spawn operation when the number of nodes is larger than the radix.
87
+ Thanks to Carlos Eduardo de Andrade for reporting.
88
+ - Fix Fortran 2008 macro in MPI extensions. Thanks to Nathan T. Weeks for
89
+ reporting.
90
+ - Add UCX to list of interfaces that OpenSHMEM will use by default.
91
+ - Add --{enable|disable}-show-load-errors-by-default to control
92
+ default behavior of the load errors option.
93
+ - OFI MTL improvements: handle empty completion queues properly, fix
94
+ incorrect error message around fi_getinfo(), use default progress
95
+ option for provider by default, Add support for reading multiple
96
+ CQ events in ofi_progress.
97
+ - PSM2 MTL improvements: Allow use of GPU buffers, thread fixes.
98
+ - Numerous corrections to memchecker behavior.
99
+ - Add a mca parameter ras_base_launch_orted_on_hn to allow for launching
100
+ MPI processes on the same node where mpirun is executing using a separate
101
+ orte daemon, rather than the mpirun process. This may be useful to set to
102
+ true when using SLURM, as it improves interoperability with SLURM's signal
103
+ propagation tools. By default it is set to false, except for Cray XC systems.
104
+ - Fix a problem reported on the mailing separately by Kevin McGrattan and Stephen
105
+ Guzik about consistency issues on NFS file systems when using OMPIO. This fix
106
+ also introduces a new mca parameter fs_ufs_lock_algorithm which allows to
107
+ control the locking algorithm used by ompio for read/write operations. By
108
+ default, ompio does not perfom locking on local UNIX file systems, locks the
109
+ entire file per operation on NFS file systems, and selective byte-range
110
+ locking on other distributed file systems.
111
+ - Add an mca parameter pmix_server_usock_connections to allow mpirun to
112
+ support applications statically built against the Open MPI v2.x release,
113
+ or installed in a container along with the Open MPI v2.x libraries. It is
114
+ set to false by default.
115
+
76
116
3.0.0 -- September, 2017
77
117
------------------------
78
118
0 commit comments