sub_vertices      614 ompi/mca/topo/treematch/treematch/tm_kpartitioning.c   int **res = NULL, *sub_vertices = NULL;
sub_vertices      629 ompi/mca/topo/treematch/treematch/tm_kpartitioning.c     sub_vertices = (int*) MALLOC(sizeof(int) * m);
sub_vertices      633 ompi/mca/topo/treematch/treematch/tm_kpartitioning.c 	sub_vertices[i++] = vertices[j];
sub_vertices      634 ompi/mca/topo/treematch/treematch/tm_kpartitioning.c     res[cur_part] = sub_vertices;
sub_vertices      636 ompi/mca/topo/treematch/treematch/tm_kpartitioning.c       printf("partition %d: ",cur_part);print_1D_tab(sub_vertices,m);