From b248b27637a2cc58421b3e8c15cba264fba8e83d Mon Sep 17 00:00:00 2001 From: Ralph Castain Date: Sat, 15 Mar 2014 15:25:44 +0000 Subject: [PATCH] Remove a check that prevented mpirun from exiting when it should in the single-node case Refs trac:4393 This commit was SVN r31080. The following Trac tickets were found above: Ticket 4393 --> https://svn.open-mpi.org/trac/ompi/ticket/4393 --- orte/mca/plm/base/plm_base_orted_cmds.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/orte/mca/plm/base/plm_base_orted_cmds.c b/orte/mca/plm/base/plm_base_orted_cmds.c index 20f5399559..ae473989ab 100644 --- a/orte/mca/plm/base/plm_base_orted_cmds.c +++ b/orte/mca/plm/base/plm_base_orted_cmds.c @@ -78,11 +78,6 @@ int orte_plm_base_orted_exit(orte_daemon_cmd_flag_t command) "%s plm:base:orted_cmd sending orted_exit commands", ORTE_NAME_PRINT(ORTE_PROC_MY_NAME))); - if (orte_orteds_term_ordered) { - /* only do this once */ - return ORTE_SUCCESS; - } - /* flag that orteds are being terminated */ orte_orteds_term_ordered = true;