Коммит
004d655e38
@ -434,7 +434,7 @@ static int do_child(orte_odls_spawn_caddy_t *cd, int write_fd)
|
|||||||
"orted",
|
"orted",
|
||||||
cd->wdir,
|
cd->wdir,
|
||||||
orte_process_info.nodename,
|
orte_process_info.nodename,
|
||||||
cd->child->app_rank);
|
(NULL == cd->child) ? 0 : cd->child->app_rank);
|
||||||
/* Does not return */
|
/* Does not return */
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -425,7 +425,7 @@ static int do_child(orte_odls_spawn_caddy_t *cd, int write_fd)
|
|||||||
"orted",
|
"orted",
|
||||||
cd->wdir,
|
cd->wdir,
|
||||||
orte_process_info.nodename,
|
orte_process_info.nodename,
|
||||||
cd->child->app_rank);
|
(NULL == cd->child) ? 0 : cd->child->app_rank);
|
||||||
/* Does not return */
|
/* Does not return */
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user