lindex_to_grank   135 ompi/mca/topo/treematch/topo_treematch_dist_graph_create.c     int *lindex_to_grank = NULL;
lindex_to_grank   182 ompi/mca/topo/treematch/topo_treematch_dist_graph_create.c     lindex_to_grank = (int *)malloc(num_procs_in_node * sizeof(int));
lindex_to_grank   183 ompi/mca/topo/treematch/topo_treematch_dist_graph_create.c     memcpy(lindex_to_grank, vpids, num_procs_in_node * sizeof(int));
lindex_to_grank   189 ompi/mca/topo/treematch/topo_treematch_dist_graph_create.c                        "lindex_to_grank : ", "", lindex_to_grank, num_procs_in_node);
lindex_to_grank   258 ompi/mca/topo/treematch/topo_treematch_dist_graph_create.c                                                  nodes_roots, lindex_to_grank, comm_old);
lindex_to_grank   267 ompi/mca/topo/treematch/topo_treematch_dist_graph_create.c                                                        nodes_roots, lindex_to_grank, comm_old);
lindex_to_grank   280 ompi/mca/topo/treematch/topo_treematch_dist_graph_create.c                                                        nodes_roots, lindex_to_grank, comm_old);
lindex_to_grank   323 ompi/mca/topo/treematch/topo_treematch_dist_graph_create.c     if( rank == lindex_to_grank[0] ) {  /* local leader cleans the hierarchy */
lindex_to_grank   359 ompi/mca/topo/treematch/topo_treematch_dist_graph_create.c                                                            lindex_to_grank[i], -111, comm_old, &reqs[i-1])))) {
lindex_to_grank   371 ompi/mca/topo/treematch/topo_treematch_dist_graph_create.c         if (OMPI_SUCCESS != (err = MCA_PML_CALL(send(&obj_rank, 1, MPI_INT, lindex_to_grank[0],
lindex_to_grank   410 ompi/mca/topo/treematch/topo_treematch_dist_graph_create.c         if( rank == lindex_to_grank[0] ) {
lindex_to_grank   423 ompi/mca/topo/treematch/topo_treematch_dist_graph_create.c                         obj_to_rank_in_comm[i] = lindex_to_grank[j];
lindex_to_grank   735 ompi/mca/topo/treematch/topo_treematch_dist_graph_create.c         if (rank == lindex_to_grank[0]) {
lindex_to_grank   751 ompi/mca/topo/treematch/topo_treematch_dist_graph_create.c         if (OMPI_SUCCESS != (err = localcomm->c_coll->coll_gather((rank == lindex_to_grank[0] ? MPI_IN_PLACE : local_pattern),
lindex_to_grank   762 ompi/mca/topo/treematch/topo_treematch_dist_graph_create.c         if (rank == lindex_to_grank[0]) {
lindex_to_grank   931 ompi/mca/topo/treematch/topo_treematch_dist_graph_create.c         if (rank == lindex_to_grank[0])
lindex_to_grank   957 ompi/mca/topo/treematch/topo_treematch_dist_graph_create.c     if (NULL != lindex_to_grank) free(lindex_to_grank);