root_rank 184 ompi/mca/coll/portals4/coll_portals4_gather.c int vrank = VRANK(request->u.gather.my_rank, request->u.gather.root_rank, request->u.gather.size); root_rank 285 ompi/mca/coll/portals4/coll_portals4_gather.c int8_t i_am_root = (request->u.gather.my_rank == request->u.gather.root_rank); root_rank 547 ompi/mca/coll/portals4/coll_portals4_gather.c request->u.gather.root_rank = root; root_rank 591 ompi/mca/coll/portals4/coll_portals4_gather.c COLL_PORTALS4_UPDATE_IN_ORDER_BMTREE( comm, portals4_module, request->u.gather.root_rank ); root_rank 594 ompi/mca/coll/portals4/coll_portals4_gather.c vrank = VRANK(request->u.gather.my_rank, request->u.gather.root_rank, request->u.gather.size); root_rank 610 ompi/mca/coll/portals4/coll_portals4_gather.c int child_vrank = VRANK(bmtree->tree_next[i], request->u.gather.root_rank, request->u.gather.size); root_rank 616 ompi/mca/coll/portals4/coll_portals4_gather.c __FILE__, __LINE__, bmtree->tree_next[i], vrank, request->u.gather.root_rank , sub_tree_size, local_number_of_fragment)); root_rank 651 ompi/mca/coll/portals4/coll_portals4_gather.c int32_t vparent = VRANK(parent, request->u.gather.root_rank, request->u.gather.size); root_rank 842 ompi/mca/coll/portals4/coll_portals4_gather.c request->u.gather.root_rank = root; root_rank 884 ompi/mca/coll/portals4/coll_portals4_gather.c i_am_root = (request->u.gather.my_rank == request->u.gather.root_rank); root_rank 959 ompi/mca/coll/portals4/coll_portals4_gather.c ompi_coll_portals4_get_peer(comm, request->u.gather.root_rank), root_rank 979 ompi/mca/coll/portals4/coll_portals4_gather.c if (i == request->u.gather.root_rank) { continue; } root_rank 1023 ompi/mca/coll/portals4/coll_portals4_gather.c if (i == request->u.gather.root_rank) { continue; } root_rank 1045 ompi/mca/coll/portals4/coll_portals4_gather.c if (i == request->u.gather.root_rank) { continue; } root_rank 1107 ompi/mca/coll/portals4/coll_portals4_gather.c if (request->u.gather.my_rank == request->u.gather.root_rank) { root_rank 1175 ompi/mca/coll/portals4/coll_portals4_gather.c if (request->u.gather.my_rank == request->u.gather.root_rank) { root_rank 105 ompi/mca/coll/portals4/coll_portals4_request.h int root_rank; root_rank 144 ompi/mca/coll/portals4/coll_portals4_request.h int root_rank; root_rank 38 ompi/mca/coll/portals4/coll_portals4_scatter.c int8_t i_am_root = (request->u.scatter.my_rank == request->u.scatter.root_rank); root_rank 348 ompi/mca/coll/portals4/coll_portals4_scatter.c request->u.scatter.root_rank = root; root_rank 388 ompi/mca/coll/portals4/coll_portals4_scatter.c i_am_root = (request->u.scatter.my_rank == request->u.scatter.root_rank); root_rank 505 ompi/mca/coll/portals4/coll_portals4_scatter.c ompi_coll_portals4_get_peer(comm, request->u.scatter.root_rank), root_rank 545 ompi/mca/coll/portals4/coll_portals4_scatter.c ompi_coll_portals4_get_peer(comm, request->u.scatter.root_rank), root_rank 611 ompi/mca/coll/portals4/coll_portals4_scatter.c if (request->u.scatter.my_rank == request->u.scatter.root_rank) {