Skip to content

Commit dcf6080

Browse files
authored
Merge pull request #3823 from hppritcha/topic/new_fix_up_3.0.0
NEWS: sync with v2.1.x again
2 parents 85c9687 + b4eec32 commit dcf6080

File tree

1 file changed

+21
-3
lines changed

1 file changed

+21
-3
lines changed

NEWS

Lines changed: 21 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@ Copyright (c) 2004-2008 High Performance Computing Center Stuttgart,
88
University of Stuttgart. All rights reserved.
99
Copyright (c) 2004-2006 The Regents of the University of California.
1010
All rights reserved.
11-
Copyright (c) 2006-2016 Cisco Systems, Inc. All rights reserved.
11+
Copyright (c) 2006-2017 Cisco Systems, Inc. All rights reserved.
1212
Copyright (c) 2006 Voltaire, Inc. All rights reserved.
1313
Copyright (c) 2006 Sun Microsystems, Inc. All rights reserved.
1414
Use is subject to license terms.
15-
Copyright (c) 2006-2016 Los Alamos National Security, LLC. All rights
15+
Copyright (c) 2006-2017 Los Alamos National Security, LLC. All rights
1616
reserved.
1717
Copyright (c) 2010-2012 IBM Corporation. All rights reserved.
1818
Copyright (c) 2012 Oak Ridge National Labs. All rights reserved.
19-
Copyright (c) 2012 Sandia National Laboratories. All rights reserved.
19+
Copyright (c) 2012-2017 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-2016 Intel, Inc. All rights reserved.
@@ -804,6 +804,8 @@ Bug fixes / minor enhancements:
804804
1.10.3 - 15 June 2016
805805
------
806806

807+
- Fix zero-length datatypes. Thanks to Wei-keng Liao for reporting
808+
the issue.
807809
- Minor manpage cleanups
808810
- Implement atomic support in OSHMEM/UCX
809811
- Fix support of MPI_COMBINER_RESIZED. Thanks to James Ramsey
@@ -854,6 +856,22 @@ Bug fixes / minor enhancements:
854856
- Fix affinity for MPMD jobs running under LSF
855857
- Fix many Fortran binding bugs
856858
- Fix `MPI_IN_PLACE`-related bugs
859+
- Fix PSM/PSM2 support for singleton operations
860+
- Ensure MPI transports continue to progress during RTE barriers
861+
- Update HWLOC to 1.9.1 end-of-series
862+
- Fix a bug in the Java command line parser when the
863+
-Djava.library.path options was given by the user
864+
- Update the MTL/OFI provider selection behavior
865+
- Add support for clock_gettime on Linux.
866+
- Correctly detect and configure for Solaris Studio 12.5
867+
beta compilers
868+
- Correctly compute #slots when -host is used for MPMD case
869+
- Fix a bug in the hcoll collectives due to an uninitialized field
870+
- Do not set a binding policy when oversubscribing a node
871+
- Fix hang in intercommunicator operations when oversubscribed
872+
- Speed up process termination during MPI_Abort
873+
- Disable backtrace support by default in the PSM/PSM2 libraries to
874+
prevent unintentional conflicting behavior.
857875

858876

859877
1.10.2: 26 Jan 2016

0 commit comments

Comments
 (0)