1
1

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.
Этот коммит содержится в:
Ralph Castain 2008-06-06 21:24:15 +00:00
родитель 7f7777a538
Коммит b65eb54ea2

Просмотреть файл

@ -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
/*