obj_to_rank_in_lcomm 768 ompi/mca/topo/treematch/topo_treematch_dist_graph_create.c int *obj_to_rank_in_lcomm = NULL; obj_to_rank_in_lcomm 811 ompi/mca/topo/treematch/topo_treematch_dist_graph_create.c obj_to_rank_in_lcomm = (int *)malloc(num_objs_in_node*sizeof(int)); obj_to_rank_in_lcomm 813 ompi/mca/topo/treematch/topo_treematch_dist_graph_create.c obj_to_rank_in_lcomm[i] = -1; obj_to_rank_in_lcomm 817 ompi/mca/topo/treematch/topo_treematch_dist_graph_create.c obj_to_rank_in_lcomm[i] = j; obj_to_rank_in_lcomm 831 ompi/mca/topo/treematch/topo_treematch_dist_graph_create.c tm_topology->node_id[i] = obj_to_rank_in_lcomm[i]; obj_to_rank_in_lcomm 832 ompi/mca/topo/treematch/topo_treematch_dist_graph_create.c if( obj_to_rank_in_lcomm[i] != -1) obj_to_rank_in_lcomm 833 ompi/mca/topo/treematch/topo_treematch_dist_graph_create.c tm_topology->node_rank[obj_to_rank_in_lcomm[i]] = i; obj_to_rank_in_lcomm 843 ompi/mca/topo/treematch/topo_treematch_dist_graph_create.c if (obj_to_rank_in_lcomm[i] != -1) obj_to_rank_in_lcomm 848 ompi/mca/topo/treematch/topo_treematch_dist_graph_create.c if (obj_to_rank_in_lcomm[i] != -1) obj_to_rank_in_lcomm 849 ompi/mca/topo/treematch/topo_treematch_dist_graph_create.c tm_topology->constraints[idx++] = obj_to_rank_in_lcomm[i]; obj_to_rank_in_lcomm 887 ompi/mca/topo/treematch/topo_treematch_dist_graph_create.c free(obj_to_rank_in_lcomm);