colors 134 ompi/mca/topo/treematch/topo_treematch_dist_graph_create.c int *vpids, *colors = NULL; colors 165 ompi/mca/topo/treematch/topo_treematch_dist_graph_create.c colors = (int *)malloc(size * sizeof(int)); colors 177 ompi/mca/topo/treematch/topo_treematch_dist_graph_create.c colors[i] = -1; colors 180 ompi/mca/topo/treematch/topo_treematch_dist_graph_create.c colors[i] = (int)val; colors 184 ompi/mca/topo/treematch/topo_treematch_dist_graph_create.c memcpy(vpids, colors, size * sizeof(int)); colors 191 ompi/mca/topo/treematch/topo_treematch_dist_graph_create.c "Vpids : ", "", colors, size); colors 206 ompi/mca/topo/treematch/topo_treematch_dist_graph_create.c free(colors); colors 252 ompi/mca/topo/treematch/topo_treematch_dist_graph_create.c free(colors); colors 290 ompi/mca/topo/treematch/topo_treematch_dist_graph_create.c free(colors); colors 317 ompi/mca/topo/treematch/topo_treematch_dist_graph_create.c free(colors); colors 715 ompi/mca/topo/treematch/topo_treematch_dist_graph_create.c if (OMPI_SUCCESS != (err = ompi_comm_split(comm_old, colors[rank], rank, colors 915 ompi/mca/topo/treematch/topo_treematch_dist_graph_create.c while( (node_position != rank) && (colors[node_position] != colors[rank])) { colors 918 ompi/mca/topo/treematch/topo_treematch_dist_graph_create.c if( marked[idx] == colors[node_position] ) colors 922 ompi/mca/topo/treematch/topo_treematch_dist_graph_create.c if(colors[idx] == colors[node_position]) colors 924 ompi/mca/topo/treematch/topo_treematch_dist_graph_create.c marked[pos++] = colors[node_position]; colors 956 ompi/mca/topo/treematch/topo_treematch_dist_graph_create.c free(colors);