node_position     712 ompi/mca/topo/treematch/topo_treematch_dist_graph_create.c         int node_position = 0, offset = 0, pos = 0;
node_position     915 ompi/mca/topo/treematch/topo_treematch_dist_graph_create.c         while( (node_position != rank) && (colors[node_position] != colors[rank])) {
node_position     918 ompi/mca/topo/treematch/topo_treematch_dist_graph_create.c                 if( marked[idx] == colors[node_position] )
node_position     922 ompi/mca/topo/treematch/topo_treematch_dist_graph_create.c                 if(colors[idx] == colors[node_position])
node_position     924 ompi/mca/topo/treematch/topo_treematch_dist_graph_create.c             marked[pos++] = colors[node_position];
node_position     926 ompi/mca/topo/treematch/topo_treematch_dist_graph_create.c             node_position++;