From b65eb54ea280b874dfc61560e4bbbc02afa5067e Mon Sep 17 00:00:00 2001 From: Ralph Castain Date: Fri, 6 Jun 2008 21:24:15 +0000 Subject: [PATCH] Cut out a new iof pull - that capability isn't ready yet for the trunk, but will be coming shortly Thanks to Pak for letting me know... This commit was SVN r18614. --- orte/mca/plm/base/plm_base_launch_support.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/orte/mca/plm/base/plm_base_launch_support.c b/orte/mca/plm/base/plm_base_launch_support.c index f8056292e6..35f620cd97 100644 --- a/orte/mca/plm/base/plm_base_launch_support.c +++ b/orte/mca/plm/base/plm_base_launch_support.c @@ -63,7 +63,7 @@ static int orte_plm_base_report_launched(orte_jobid_t job); int orte_plm_base_setup_job(orte_job_t *jdata) { - int rc, fd; + int rc; orte_process_name_t name = {ORTE_JOBID_INVALID, 0}; ORTE_OUTPUT_VERBOSE((5, orte_plm_globals.output, @@ -135,7 +135,7 @@ int orte_plm_base_setup_job(orte_job_t *jdata) ORTE_ERROR_LOG(rc); return rc; } - +#if 0 /* IOF cannot currently handle multiple pulls to the same fd. So dup stderr to another fd. :-\ */ fd = dup(2); @@ -145,6 +145,7 @@ int orte_plm_base_setup_job(orte_job_t *jdata) ORTE_ERROR_LOG(rc); return rc; } +#endif #if OPAL_ENABLE_FT == 1 /*