1
1
This commit was SVN r25722.
Этот коммит содержится в:
Nathan Hjelm 2012-01-12 20:23:59 +00:00
родитель d58468f759
Коммит a2437feba7

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

@ -917,9 +917,6 @@ static int update_routing_tree(orte_jobid_t jobid)
child = OBJ_NEW(orte_routed_tree_t); child = OBJ_NEW(orte_routed_tree_t);
child->vpid = next; child->vpid = next;
opal_list_append (&my_children, &child->super); opal_list_append (&my_children, &child->super);
fprintf (stderr, "New tree route %s -> %d\n", ORTE_NAME_PRINT(ORTE_PROC_MY_NAME),
next);
} }
} }
} }