From 06b340a3b10bab356624b72a0343d8f6f02d5c16 Mon Sep 17 00:00:00 2001 From: Ralph Castain Date: Thu, 17 Aug 2017 12:34:07 -0700 Subject: [PATCH] Update NEWS with known issues Signed-off-by: Ralph Castain --- NEWS | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index d38a3a60663..06dc3b0cab6 100644 --- a/NEWS +++ b/NEWS @@ -19,7 +19,7 @@ Copyright (c) 2012 Oak Ridge National Labs. All rights reserved. Copyright (c) 2012-2017 Sandia National Laboratories. All rights reserved. Copyright (c) 2012 University of Houston. All rights reserved. Copyright (c) 2013 NVIDIA Corporation. All rights reserved. -Copyright (c) 2013-2016 Intel, Inc. All rights reserved. +Copyright (c) 2013-2017 Intel, Inc. All rights reserved. $COPYRIGHT$ Additional copyrights may follow @@ -77,6 +77,10 @@ Removed legacy support: Known issues (to be addressed in v3.0.1): +- MPI_Connect/accept between applications started by different mpirun + commands will fail, even if ompi-server is running. + + 2.1.1 -- April, 2017 --------------------