From 9f17d1d67dc223b889eaa3d820ec933d6a6755f7 Mon Sep 17 00:00:00 2001 From: George Bosilca Date: Fri, 31 Oct 2008 21:56:53 +0000 Subject: [PATCH] Allow xgrid to compile with the changes from 19866. This commit was SVN r19868. --- orte/mca/plm/xgrid/src/plm_xgrid_module.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/orte/mca/plm/xgrid/src/plm_xgrid_module.m b/orte/mca/plm/xgrid/src/plm_xgrid_module.m index e04e891800..922f35f1ed 100644 --- a/orte/mca/plm/xgrid/src/plm_xgrid_module.m +++ b/orte/mca/plm/xgrid/src/plm_xgrid_module.m @@ -217,7 +217,7 @@ orte_plm_xgrid_terminate_orteds(void) { int rc; - rc = orte_plm_base_orted_exit(); + rc = orte_plm_base_orted_exit(ORTE_DAEMON_EXIT_WITH_REPLY_CMD); if (ORTE_SUCCESS != rc) { rc = [mca_plm_xgrid_component.client terminateOrteds]; }