From aca005ccc574a44dcd616ace590cd68dffd90681 Mon Sep 17 00:00:00 2001 From: Jeff Squyres Date: Thu, 6 Sep 2012 14:24:02 +0000 Subject: [PATCH] Add bullet about MPI_CART_SUB This commit was SVN r27249. --- NEWS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/NEWS b/NEWS index 18d563b3cb..6f86c4b322 100644 --- a/NEWS +++ b/NEWS @@ -94,6 +94,8 @@ Trunk (not on release branches yet) 1.6.2 ----- +- Fix MPI_CART_SUB behavior of not copying periods to the new + communicator properly. Thanks to John Craske for the bug report. - Add btl_openib_abort_not_enough_reg_mem MCA parameter to cause Open MPI to abort MPI jobs if there is not enough registered memory available on the system (vs. just printing a warning).