1
1
This commit was SVN r25517.
Этот коммит содержится в:
Ralph Castain 2011-11-28 22:30:53 +00:00
родитель 237c79b6d7
Коммит 0d55a3d739

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

@ -999,8 +999,8 @@ static int rsh_launch(orte_job_t *jdata)
for (item = opal_list_get_first(&my_children);
item != opal_list_get_end(&my_children);
item = opal_list_get_next(item)) {
orte_namelist_t *child = (orte_namelist_t*)item;
if (child->name.vpid == node->daemon->name.vpid) {
orte_routed_tree_t *child = (orte_routed_tree_t*)item;
if (child->vpid == node->daemon->name.vpid) {
goto launch;
}
}