obj_mapping 382 ompi/mca/topo/treematch/topo_treematch_dist_graph_create.c int *obj_mapping = NULL; obj_mapping 452 ompi/mca/topo/treematch/topo_treematch_dist_graph_create.c obj_mapping = (int *)malloc(num_objs_total*sizeof(int)); obj_mapping 454 ompi/mca/topo/treematch/topo_treematch_dist_graph_create.c obj_mapping[i] = -1; obj_mapping 456 ompi/mca/topo/treematch/topo_treematch_dist_graph_create.c memcpy(obj_mapping, obj_to_rank_in_comm, objs_per_node[0]*sizeof(int)); obj_mapping 459 ompi/mca/topo/treematch/topo_treematch_dist_graph_create.c if (OMPI_SUCCESS != ( err = MCA_PML_CALL(irecv(obj_mapping + displ, objs_per_node[i], MPI_INT, obj_mapping 463 ompi/mca/topo/treematch/topo_treematch_dist_graph_create.c free(obj_mapping); obj_mapping 472 ompi/mca/topo/treematch/topo_treematch_dist_graph_create.c free(obj_mapping); obj_mapping 479 ompi/mca/topo/treematch/topo_treematch_dist_graph_create.c obj_mapping = (int *)calloc(num_objs_total, sizeof(int)); obj_mapping 480 ompi/mca/topo/treematch/topo_treematch_dist_graph_create.c memcpy(obj_mapping, obj_to_rank_in_comm, num_objs_total*sizeof(int)); obj_mapping 484 ompi/mca/topo/treematch/topo_treematch_dist_graph_create.c "Obj mapping : ", "", obj_mapping, num_objs_total ); obj_mapping 528 ompi/mca/topo/treematch/topo_treematch_dist_graph_create.c free(obj_mapping); obj_mapping 534 ompi/mca/topo/treematch/topo_treematch_dist_graph_create.c free(obj_mapping); obj_mapping 608 ompi/mca/topo/treematch/topo_treematch_dist_graph_create.c tm_topology->node_id[i] = obj_mapping[i]; /* use process ranks instead of core numbers */ obj_mapping 609 ompi/mca/topo/treematch/topo_treematch_dist_graph_create.c if (obj_mapping[i] != -1) /* so that k[i] is the new rank of process i */ obj_mapping 610 ompi/mca/topo/treematch/topo_treematch_dist_graph_create.c tm_topology->node_rank[obj_mapping[i]] = i; /* after computation by TreeMatch */ obj_mapping 619 ompi/mca/topo/treematch/topo_treematch_dist_graph_create.c if (obj_mapping[i] != -1) obj_mapping 623 ompi/mca/topo/treematch/topo_treematch_dist_graph_create.c if (obj_mapping[i] != -1) obj_mapping 624 ompi/mca/topo/treematch/topo_treematch_dist_graph_create.c tm_topology->constraints[idx++] = obj_mapping[i]; /* use process ranks instead of core numbers */ obj_mapping 675 ompi/mca/topo/treematch/topo_treematch_dist_graph_create.c free(obj_mapping);