1
1

ssh is not currently exiting - however - lets leave it temporarily

to get stdout/stderr - and don't wait on the process - no need currently

This commit was SVN r2395.
Этот коммит содержится в:
Tim Woodall 2004-08-30 17:10:48 +00:00
родитель 8133ca94ca
Коммит afe46e5673

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

@ -389,6 +389,7 @@ internal_spawn_proc(int jobid, ompi_rte_node_schedule_t *sched,
proc_cleanup:
#if 0
/* TSW - this needs to be fixed - however, ssh is not existing - and for
* now this at least gives us stdout/stderr.
*/
@ -414,6 +415,7 @@ internal_spawn_proc(int jobid, ompi_rte_node_schedule_t *sched,
ret = OMPI_ERROR;
}
#endif
cleanup:
/* free up everything we used on the way */