From c9920fdf0335b51e4985529efe253797cd3e247e Mon Sep 17 00:00:00 2001 From: Jeff Squyres Date: Mon, 29 Aug 2016 15:20:42 -0400 Subject: [PATCH 1/2] VERSION: Bump up to 2.0.1rc2 Signed-off-by: Jeff Squyres --- VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSION b/VERSION index 4b5395919e..88b75a780c 100644 --- a/VERSION +++ b/VERSION @@ -23,7 +23,7 @@ release=1 # requirement is that it must be entirely printable ASCII characters # and have no white space. -greek=rc1 +greek=rc2 # If repo_rev is empty, then the repository version number will be # obtained during "make dist" via the "git describe --tags --always" From 4284bd2a31fc5593b45695b79b378a63bcedf592 Mon Sep 17 00:00:00 2001 From: Jeff Squyres Date: Mon, 29 Aug 2016 15:50:11 -0400 Subject: [PATCH 2/2] NEWS: Final updates for v2.0.1 Signed-off-by: Jeff Squyres --- NEWS | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) diff --git a/NEWS b/NEWS index 69d7ffcfa4..01896a9a9d 100644 --- a/NEWS +++ b/NEWS @@ -53,7 +53,7 @@ included in the vX.Y.Z section and be denoted as: (** also appeared: A.B.C) -- indicating that this item was previously included in release version vA.B.C. -2.0.1 -- 23 August 2016 +2.0.1 -- 30 August 2016 ----------------------- Bug fixes/minor improvements: @@ -64,8 +64,10 @@ Bug fixes/minor improvements: Thanks to Tetsuya Mishima and Christoph Niethammer for reporting. - Fix OpenSHMEM crash when running on non-Mellanox MXM-based networks. Thanks to Debendra Das for reporting the issue. -- Fix various runtime issues by updating the PMIx internal component - to v1.15. +- Fix stdin propagation to MPI processes. Thanks to Jingchao Zhang + for reporting the issue. +- Fix various runtime and portability issues by updating the PMIx + internal component to v1.1.5. - Fix process startup failures on Intel MIC platforms due to very large entries in /proc/mounts. - Fix a problem with use of relative path for specifing executables to @@ -116,13 +118,6 @@ Known issues (to be addressed in v2.0.2): (note that the "ompi-release" Github repo will be folded/absorbed into the "ompi" Github repo at some point in the future) -- ompi-release#1014: Do not return MPI_ERR_PENDING from collectives -- ompi-release#1215: Fix configure to support the NAG Fortran compiler - -Known issues (to be addressed in v2.1): - -- ompi-release#987: Fix OMPIO performance on Lustre - 2.0.0 -- 12 July 2016 ---------------------