Home
last modified time | relevance | path

Searched refs:MPIR_Comm_rank (Results 1 – 25 of 37) sorted by relevance

12

/dports/net/mpich/mpich-3.4.3/src/mpid/ch4/shm/posix/
H A Dposix_coll_release_gather.h75 MPII_COLLECTIVE_FALLBACK_CHECK(MPIR_Comm_rank(comm_ptr), !mpi_errno, mpi_errno_ret, in MPIDI_POSIX_mpi_bcast_release_gather()
78 my_rank = MPIR_Comm_rank(comm_ptr); in MPIDI_POSIX_mpi_bcast_release_gather()
253 MPII_COLLECTIVE_FALLBACK_CHECK(MPIR_Comm_rank(comm_ptr), !mpi_errno, mpi_errno_ret, in MPIDI_POSIX_mpi_reduce_release_gather()
384 MPII_COLLECTIVE_FALLBACK_CHECK(MPIR_Comm_rank(comm_ptr), !mpi_errno, mpi_errno_ret, in MPIDI_POSIX_mpi_allreduce_release_gather()
492 MPII_COLLECTIVE_FALLBACK_CHECK(MPIR_Comm_rank(comm_ptr), !mpi_errno, mpi_errno_ret, in MPIDI_POSIX_mpi_barrier_release_gather()
/dports/net/mpich2/mpich2-1.5/src/mpi/comm/
H A Dcomm_rank.c92 *rank = MPIR_Comm_rank(comm_ptr); in MPI_Comm_rank()
/dports/net/mpich/mpich-3.4.3/src/mpi/comm/
H A Dcomm_rank.c90 *rank = MPIR_Comm_rank(comm_ptr); in MPI_Comm_rank()
/dports/net/mpich/mpich-3.4.3/src/mpid/ch4/shm/posix/release_gather/
H A Drelease_gather.h86 rank = MPIR_Comm_rank(comm_ptr); in MPIDI_POSIX_mpi_release_gather_release()
300 rank = MPIR_Comm_rank(comm_ptr); in MPIDI_POSIX_mpi_release_gather_gather()
/dports/net/mpich/mpich-3.4.3/src/mpi/coll/ialltoallw/
H A Dialltoallw_tsp_blocked_algos.h32 rank = MPIR_Comm_rank(comm); in MPIR_TSP_Ialltoallw_sched_intra_blocked()
H A Dialltoallw_tsp_inplace_algos.h35 rank = MPIR_Comm_rank(comm); in MPIR_TSP_Ialltoallw_sched_intra_inplace()
/dports/net/mpich/mpich-3.4.3/src/mpi/coll/ibcast/
H A Dibcast_tsp_tree_algos.h40 rank = MPIR_Comm_rank(comm); in MPIR_TSP_Ibcast_sched_intra_tree()
H A Dibcast_tsp_scatterv_allgatherv_algos.h49 rank = MPIR_Comm_rank(comm); in MPIR_TSP_Ibcast_sched_intra_scatterv_allgatherv()
/dports/net/mpich/mpich-3.4.3/src/mpi/coll/ialltoallv/
H A Dialltoallv_tsp_inplace_algos.h38 rank = MPIR_Comm_rank(comm); in MPIR_TSP_Ialltoallv_sched_intra_inplace()
H A Dialltoallv_tsp_blocked_algos.h39 rank = MPIR_Comm_rank(comm); in MPIR_TSP_Ialltoallv_sched_intra_blocked()
H A Dialltoallv_tsp_scattered_algos.h32 int rank = MPIR_Comm_rank(comm); in MPIR_TSP_Ialltoallv_sched_intra_scattered()
/dports/net/mpich/mpich-3.4.3/src/mpid/common/hcoll/
H A Dhcoll_rte.c233 return MPIR_Comm_rank((MPIR_Comm *) grp_h); in my_rank()
243 my_rank = MPIR_Comm_rank(comm); in ec_on_local_node()
/dports/net/mpich/mpich-3.4.3/src/mpi/coll/iscan/
H A Discan_tsp_recursive_doubling_algos.h41 rank = MPIR_Comm_rank(comm); in MPIR_TSP_Iscan_sched_intra_recursive_doubling()
/dports/net/mpich/mpich-3.4.3/src/mpi/coll/iallreduce/
H A Diallreduce_tsp_ring_algos.h38 rank = MPIR_Comm_rank(comm); in MPIR_TSP_Iallreduce_sched_intra_ring()
H A Diallreduce_tsp_tree_algos.h48 rank = MPIR_Comm_rank(comm); in MPIR_TSP_Iallreduce_sched_intra_tree()
H A Diallreduce_tsp_recexch_reduce_scatter_recexch_allgatherv_algos.h55 rank = MPIR_Comm_rank(comm); in MPIR_TSP_Iallreduce_sched_intra_recexch_reduce_scatter_recexch_allgatherv()
/dports/net/mpich/mpich-3.4.3/src/mpi/coll/ialltoall/
H A Dialltoall_tsp_ring_algos.h52 int rank = MPIR_Comm_rank(comm); in MPIR_TSP_Ialltoall_sched_intra_ring()
H A Dialltoall_tsp_scattered_algos.h69 rank = MPIR_Comm_rank(comm); in MPIR_TSP_Ialltoall_sched_intra_scattered()
/dports/net/mpich/mpich-3.4.3/src/mpi/coll/iallgather/
H A Diallgather_tsp_ring_algos.h24 int rank = MPIR_Comm_rank(comm); in MPIR_TSP_Iallgather_sched_intra_ring()
H A Diallgather_tsp_brucks_algos.h27 int rank = MPIR_Comm_rank(comm); in MPIR_TSP_Iallgather_sched_intra_brucks()
/dports/net/mpich/mpich-3.4.3/src/mpi/coll/iallgatherv/
H A Diallgatherv_tsp_ring_algos.h35 rank = MPIR_Comm_rank(comm); in MPIR_TSP_Iallgatherv_sched_intra_ring()
/dports/net/mpich/mpich-3.4.3/src/mpi/coll/iscatter/
H A Discatter_tsp_tree_algos.h41 rank = MPIR_Comm_rank(comm); in MPIR_TSP_Iscatter_sched_intra_tree()
/dports/net/mpich/mpich-3.4.3/src/mpi/coll/ireduce_scatter_block/
H A Direduce_scatter_block_tsp_recexch_algos.h49 rank = MPIR_Comm_rank(comm); in MPIR_TSP_Ireduce_scatter_block_sched_intra_recexch()
/dports/net/mpich/mpich-3.4.3/src/mpi/coll/igather/
H A Digather_tsp_tree_algos.h39 rank = MPIR_Comm_rank(comm); in MPIR_TSP_Igather_sched_intra_tree()
/dports/net/mpich/mpich-3.4.3/src/include/
H A Dmpir_comm.h296 #define MPIR_Comm_rank(comm_ptr) ((comm_ptr)->rank) macro

12