Ii 448 orte/mca/routed/radix/routed_radix.c int Level,Sum,NInLevel,Ii; Ii 465 orte/mca/routed/radix/routed_radix.c Ii = ORTE_PROC_MY_NAME->vpid; Ii 470 orte/mca/routed/radix/routed_radix.c while ( Sum < (Ii+1) ) { Ii 479 orte/mca/routed/radix/routed_radix.c if( 0 == Ii ) { Ii 482 orte/mca/routed/radix/routed_radix.c ORTE_PROC_MY_PARENT->vpid = (Ii-Sum) % NInPrevLevel; Ii 489 orte/mca/routed/radix/routed_radix.c radix_tree(Ii, &num_children, &my_children, NULL); Ii 81 orte/test/system/radix.c int Level,Sum,NInLevel,Ii; Ii 95 orte/test/system/radix.c for(Ii = 0 ; Ii < NProcs ; Ii++) { Ii 102 orte/test/system/radix.c while ( Sum < (Ii+1) ) { Ii 111 orte/test/system/radix.c if( 0 == Ii ) { Ii 114 orte/test/system/radix.c Parent=(Ii-Sum) % NInPrevLevel; Ii 119 orte/test/system/radix.c Ii,Parent); Ii 122 orte/test/system/radix.c down_search(Ii, NProcs, &num_children, &children, NULL);