From 5121dfe7e7e8d328b8ca51c8fa5870f43c0c35d0 Mon Sep 17 00:00:00 2001 From: Ralph Castain Date: Mon, 16 Jul 2007 13:50:26 +0000 Subject: [PATCH] With the changes to the failed-to-start logic, we need to revise the odls so it doesn't overwrite the exit status on procs that are not found. Otherwise, we lose the appropriate error message to the user. This commit was SVN r15440. --- orte/mca/odls/default/odls_default_module.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/orte/mca/odls/default/odls_default_module.c b/orte/mca/odls/default/odls_default_module.c index 9f345e3d68..f86c7f24f9 100644 --- a/orte/mca/odls/default/odls_default_module.c +++ b/orte/mca/odls/default/odls_default_module.c @@ -570,7 +570,7 @@ int orte_odls_default_kill_local_procs(orte_jobid_t job, bool set_state) /* ensure, though, that the state is terminated so we don't lockup if * the proc never started */ - goto MOVEON; + continue; } /* de-register the SIGCHILD callback for this pid */