From 05526d42088fadd69c1d2e1626781faa66b127d3 Mon Sep 17 00:00:00 2001 From: Jeff Squyres Date: Fri, 15 Jun 2007 13:20:28 +0000 Subject: [PATCH] Clean / fix a few bullets. Add in some OMPI user credit -- spread the love. This commit was SVN r15096. --- NEWS | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index c0d88b7714..2c029a4c8c 100644 --- a/NEWS +++ b/NEWS @@ -65,10 +65,16 @@ Trunk (not on release branches yet) 1.2.3 ----- -- Fix a regression in comm_spawn functionality when using options like pernode. -- Fix segfault when the home directory is unavailable on a remote node. +- Fix a regression in comm_spawn functionality that inadvertently + caused the mapping of child processes to always start at the same + place. Thanks to Prakash Velayutham for helping discover the + problem. +- Fix segfault when a user's home directory is unavailable on a remote + node. Thanks to Guillaume Thomas-Collignon for bringing the issue + to our attention. - Fix MPI_IPROBE to properly handle MPI_STATUS_IGNORE on mx and psm - MTLs. Thanks to Sophia Corwell for finding this and supplying a reproducer. + MTLs. Thanks to Sophia Corwell for finding this and supplying a + reproducer. - Fix some error messages in the tcp BTL. - Use _NSGetEnviron instead of environ on Mac OS X so that there are no undefined symbols in the shared libraries.