comm_pattern      546 ompi/mca/topo/treematch/topo_treematch_dist_graph_create.c                 double **comm_pattern = NULL;
comm_pattern      641 ompi/mca/topo/treematch/topo_treematch_dist_graph_create.c                 comm_pattern = (double **)malloc(size*sizeof(double *));
comm_pattern      643 ompi/mca/topo/treematch/topo_treematch_dist_graph_create.c                     comm_pattern[i] = local_pattern + i * size;
comm_pattern      647 ompi/mca/topo/treematch/topo_treematch_dist_graph_create.c                         comm_pattern[i][j] = (comm_pattern[i][j] + comm_pattern[j][i]) / 2;
comm_pattern      648 ompi/mca/topo/treematch/topo_treematch_dist_graph_create.c                         comm_pattern[j][i] = comm_pattern[i][j];
comm_pattern      655 ompi/mca/topo/treematch/topo_treematch_dist_graph_create.c                                       "", "", comm_pattern[i], size);
comm_pattern      659 ompi/mca/topo/treematch/topo_treematch_dist_graph_create.c                 aff_mat = tm_build_affinity_mat(comm_pattern,size);
comm_pattern      676 ompi/mca/topo/treematch/topo_treematch_dist_graph_create.c                 free(comm_pattern);
comm_pattern      767 ompi/mca/topo/treematch/topo_treematch_dist_graph_create.c             double **comm_pattern = NULL;
comm_pattern      770 ompi/mca/topo/treematch/topo_treematch_dist_graph_create.c             comm_pattern = (double **)malloc(num_procs_in_node*sizeof(double *));
comm_pattern      772 ompi/mca/topo/treematch/topo_treematch_dist_graph_create.c                 comm_pattern[i] = local_pattern + i * num_procs_in_node;
comm_pattern      779 ompi/mca/topo/treematch/topo_treematch_dist_graph_create.c                     comm_pattern[i][j] = (comm_pattern[i][j] + comm_pattern[j][i]) / 2;
comm_pattern      780 ompi/mca/topo/treematch/topo_treematch_dist_graph_create.c                     comm_pattern[j][i] = comm_pattern[i][j];
comm_pattern      789 ompi/mca/topo/treematch/topo_treematch_dist_graph_create.c                                   "", "", comm_pattern[i], num_procs_in_node);
comm_pattern      868 ompi/mca/topo/treematch/topo_treematch_dist_graph_create.c             aff_mat = tm_build_affinity_mat(comm_pattern,num_procs_in_node);
comm_pattern      890 ompi/mca/topo/treematch/topo_treematch_dist_graph_create.c             free(comm_pattern);