diff --git a/orte/runtime/orte_quit.c b/orte/runtime/orte_quit.c index 92c78c88e2..a8955717e7 100644 --- a/orte/runtime/orte_quit.c +++ b/orte/runtime/orte_quit.c @@ -14,6 +14,7 @@ * Copyright (c) 2007-2009 Sun Microsystems, Inc. All rights reserved. * Copyright (c) 2007 Los Alamos National Security, LLC. All rights * reserved. + * Copyright (c) 2012 Oak Ridge National Labs. All rights reserved. * $COPYRIGHT$ * * Additional copyrights may follow @@ -386,6 +387,7 @@ static void dump_aborted_procs(void) } } else if (ORTE_JOB_STATE_COMM_FAILED == job->state) { orte_show_help("help-orterun.txt", "orterun:proc-comm-failed", true, + ORTE_NAME_PRINT(ORTE_PROC_MY_NAME), ORTE_NAME_PRINT(&proc->name), node->name); } else if (ORTE_JOB_STATE_SENSOR_BOUND_EXCEEDED == job->state) { switch (proc->exit_code) { diff --git a/orte/tools/orterun/help-orterun.txt b/orte/tools/orterun/help-orterun.txt index 55bf946037..e52dbdc624 100644 --- a/orte/tools/orterun/help-orterun.txt +++ b/orte/tools/orterun/help-orterun.txt @@ -11,6 +11,7 @@ # Copyright (c) 2004-2005 The Regents of the University of California. # All rights reserved. # Copyright (c) 2007-2010 Cisco Systems, Inc. All rights reserved. +# Copyright (c) 2012 Oak Ridge National Labs. All rights reserved. # $COPYRIGHT$ # # Additional copyrights may follow @@ -588,6 +589,7 @@ Please check your boundaries and try again. [orterun:proc-comm-failed] A critical communication path was lost to: + My name: %s Process name: %s Node: %s #