marked 711 ompi/mca/topo/treematch/topo_treematch_dist_graph_create.c int *grank_to_lrank = NULL, *lrank_to_grank = NULL, *marked = NULL; marked 911 ompi/mca/topo/treematch/topo_treematch_dist_graph_create.c marked = (int *)malloc((num_nodes-1)*sizeof(int)); marked 913 ompi/mca/topo/treematch/topo_treematch_dist_graph_create.c marked[idx] = -1; marked 918 ompi/mca/topo/treematch/topo_treematch_dist_graph_create.c if( marked[idx] == colors[node_position] ) marked 924 ompi/mca/topo/treematch/topo_treematch_dist_graph_create.c marked[pos++] = colors[node_position]; marked 929 ompi/mca/topo/treematch/topo_treematch_dist_graph_create.c free(marked);