tab_com_mat       725 ompi/mca/topo/treematch/treematch/tm_kpartitioning.c   com_mat_t **tab_com_mat = NULL; /* table of comunication matrix. We will have k of such comunication matrix, one for each subtree */
tab_com_mat       758 ompi/mca/topo/treematch/treematch/tm_kpartitioning.c   tab_com_mat = split_com_mat( com_mat, N, k, partition);
tab_com_mat       775 ompi/mca/topo/treematch/treematch/tm_kpartitioning.c     kpartition_build_level_topology ( tab_child[i], tab_com_mat[i], N/k, depth + 1,
tab_com_mat       787 ompi/mca/topo/treematch/treematch/tm_kpartitioning.c   free_tab_com_mat(tab_com_mat,k);