Home
last modified time | relevance | path

Searched defs:recvcounts (Results 1 – 25 of 450) sorted by relevance

12345678910>>...18

/dports/net/mpich/mpich-3.4.3/src/mpi/coll/ireduce_scatter/
H A Direduce_scatter.c91 int MPIR_Ireduce_scatter_allcomm_auto(const void *sendbuf, void *recvbuf, const int *recvcounts, in MPIR_Ireduce_scatter_allcomm_auto()
167 const int recvcounts[], MPI_Datatype datatype, MPI_Op op, in MPIR_Ireduce_scatter_intra_sched_auto()
232 const int recvcounts[], MPI_Datatype datatype, MPI_Op op, in MPIR_Ireduce_scatter_inter_sched_auto()
244 int MPIR_Ireduce_scatter_sched_auto(const void *sendbuf, void *recvbuf, const int recvcounts[], in MPIR_Ireduce_scatter_sched_auto()
261 int MPIR_Ireduce_scatter_impl(const void *sendbuf, void *recvbuf, const int recvcounts[], in MPIR_Ireduce_scatter_impl()
362 int MPIR_Ireduce_scatter(const void *sendbuf, void *recvbuf, const int recvcounts[], in MPIR_Ireduce_scatter()
420 int MPI_Ireduce_scatter(const void *sendbuf, void *recvbuf, const int recvcounts[], in MPI_Ireduce_scatter()
/dports/net/mpich/mpich-3.4.3/src/mpi/coll/ineighbor_allgatherv/
H A Dineighbor_allgatherv.c82 const int recvcounts[], const int displs[], in MPIR_Ineighbor_allgatherv_allcomm_auto()
139 const int recvcounts[], const int displs[], in MPIR_Ineighbor_allgatherv_intra_sched_auto()
159 const int recvcounts[], const int displs[], in MPIR_Ineighbor_allgatherv_inter_sched_auto()
179 const int recvcounts[], const int displs[], in MPIR_Ineighbor_allgatherv_sched_auto()
200 const int recvcounts[], const int displs[], in MPIR_Ineighbor_allgatherv_impl()
286 const int recvcounts[], const int displs[], in MPIR_Ineighbor_allgatherv()
330 void *recvbuf, const int recvcounts[], const int displs[], in MPI_Ineighbor_allgatherv()
/dports/net/mpich/mpich-3.4.3/src/mpi/coll/iallgatherv/
H A Diallgatherv.c142 void *recvbuf, const int *recvcounts, const int *displs, in MPIR_Iallgatherv_allcomm_auto()
242 void *recvbuf, const int recvcounts[], const int displs[], in MPIR_Iallgatherv_intra_sched_auto()
290 void *recvbuf, const int recvcounts[], const int displs[], in MPIR_Iallgatherv_inter_sched_auto()
304 void *recvbuf, const int recvcounts[], const int displs[], in MPIR_Iallgatherv_sched_auto()
323 void *recvbuf, const int recvcounts[], const int displs[], in MPIR_Iallgatherv_impl()
455 void *recvbuf, const int recvcounts[], const int displs[], in MPIR_Iallgatherv()
500 const int recvcounts[], const int displs[], MPI_Datatype recvtype, in MPI_Iallgatherv()
/dports/net/mpich/mpich-3.4.3/src/mpi/coll/ialltoallv/
H A Dialltoallv.c106 MPI_Datatype sendtype, void *recvbuf, const int *recvcounts, in MPIR_Ialltoallv_allcomm_auto()
199 const int recvcounts[], const int rdispls[], in MPIR_Ialltoallv_intra_sched_auto()
221 const int recvcounts[], const int rdispls[], in MPIR_Ialltoallv_inter_sched_auto()
234 MPI_Datatype sendtype, void *recvbuf, const int recvcounts[], in MPIR_Ialltoallv_sched_auto()
254 MPI_Datatype sendtype, void *recvbuf, const int recvcounts[], in MPIR_Ialltoallv_impl()
374 MPI_Datatype sendtype, void *recvbuf, const int recvcounts[], in MPIR_Ialltoallv()
422 MPI_Datatype sendtype, void *recvbuf, const int recvcounts[], in MPI_Ialltoallv()
/dports/net/mpich/mpich-3.4.3/src/mpi/coll/ialltoallw/
H A Dialltoallw.c82 const int *recvcounts, const int *rdispls, in MPIR_Ialltoallw_allcomm_auto()
164 void *recvbuf, const int recvcounts[], const int rdispls[], in MPIR_Ialltoallw_intra_sched_auto()
185 void *recvbuf, const int recvcounts[], const int rdispls[], in MPIR_Ialltoallw_inter_sched_auto()
200 const int recvcounts[], const int rdispls[], in MPIR_Ialltoallw_sched_auto()
219 const MPI_Datatype sendtypes[], void *recvbuf, const int recvcounts[], in MPIR_Ialltoallw_impl()
323 const MPI_Datatype sendtypes[], void *recvbuf, const int recvcounts[], in MPIR_Ialltoallw()
370 const MPI_Datatype sendtypes[], void *recvbuf, const int recvcounts[], in MPI_Ialltoallw()
/dports/net/mpich/mpich-3.4.3/src/mpi/coll/ineighbor_alltoallv/
H A Dineighbor_alltoallv.c83 const int recvcounts[], const int rdispls[], in MPIR_Ineighbor_alltoallv_allcomm_auto()
145 void *recvbuf, const int recvcounts[], in MPIR_Ineighbor_alltoallv_intra_sched_auto()
166 void *recvbuf, const int recvcounts[], in MPIR_Ineighbor_alltoallv_inter_sched_auto()
187 void *recvbuf, const int recvcounts[], in MPIR_Ineighbor_alltoallv_sched_auto()
210 void *recvbuf, const int recvcounts[], in MPIR_Ineighbor_alltoallv_impl()
298 void *recvbuf, const int recvcounts[], in MPIR_Ineighbor_alltoallv()
344 MPI_Datatype sendtype, void *recvbuf, const int recvcounts[], in MPI_Ineighbor_alltoallv()
/dports/net/mpich/mpich-3.4.3/src/mpi/coll/ineighbor_alltoallw/
H A Dineighbor_alltoallw.c83 void *recvbuf, const int recvcounts[], in MPIR_Ineighbor_alltoallw_allcomm_auto()
146 const int recvcounts[], const MPI_Aint rdispls[], in MPIR_Ineighbor_alltoallw_intra_sched_auto()
168 const int recvcounts[], const MPI_Aint rdispls[], in MPIR_Ineighbor_alltoallw_inter_sched_auto()
189 void *recvbuf, const int recvcounts[], in MPIR_Ineighbor_alltoallw_sched_auto()
213 void *recvbuf, const int recvcounts[], in MPIR_Ineighbor_alltoallw_impl()
303 const int recvcounts[], const MPI_Aint rdispls[], in MPIR_Ineighbor_alltoallw()
350 const MPI_Datatype sendtypes[], void *recvbuf, const int recvcounts[], in MPI_Ineighbor_alltoallw()
/dports/net/mpich/mpich-3.4.3/src/mpi/coll/igatherv/
H A Digatherv.c79 void *recvbuf, const int *recvcounts, const int *displs, in MPIR_Igatherv_allcomm_auto()
136 void *recvbuf, const int recvcounts[], const int displs[], in MPIR_Igatherv_intra_sched_auto()
155 void *recvbuf, const int recvcounts[], const int displs[], in MPIR_Igatherv_inter_sched_auto()
174 void *recvbuf, const int recvcounts[], const int displs[], in MPIR_Igatherv_sched_auto()
191 const int recvcounts[], const int displs[], MPI_Datatype recvtype, in MPIR_Igatherv_impl()
266 const int recvcounts[], const int displs[], MPI_Datatype recvtype, in MPIR_Igatherv()
312 const int recvcounts[], const int displs[], MPI_Datatype recvtype, int root, in MPI_Igatherv()
/dports/net/mpich/mpich-3.4.3/src/mpi/coll/neighbor_allgatherv/
H A Dneighbor_allgatherv.c79 void *recvbuf, const int recvcounts[], const int displs[], in MPIR_Neighbor_allgatherv_allcomm_auto()
116 const int recvcounts[], const int displs[], in MPIR_Neighbor_allgatherv_impl()
162 const int recvcounts[], const int displs[], in MPIR_Neighbor_allgatherv()
205 void *recvbuf, const int recvcounts[], const int displs[], in MPI_Neighbor_allgatherv()
/dports/net/mpich/mpich-3.4.3/src/mpi/coll/neighbor_alltoallw/
H A Dneighbor_alltoallw.c80 void *recvbuf, const int recvcounts[], in MPIR_Neighbor_alltoallw_allcomm_auto()
120 const int recvcounts[], in MPIR_Neighbor_alltoallw_impl()
172 const int recvcounts[], const MPI_Aint rdispls[], in MPIR_Neighbor_alltoallw()
218 const MPI_Datatype sendtypes[], void *recvbuf, const int recvcounts[], in MPI_Neighbor_alltoallw()
/dports/net/openmpi/openmpi-4.1.1/ompi/mca/coll/libnbc/
H A Dnbc_iallgatherv.c37 …id* sendbuf, int sendcount, MPI_Datatype sendtype, void* recvbuf, const int *recvcounts, const int… in nbc_allgatherv_init()
122 …id* sendbuf, int sendcount, MPI_Datatype sendtype, void* recvbuf, const int *recvcounts, const int… in ompi_coll_libnbc_iallgatherv()
141 …id* sendbuf, int sendcount, MPI_Datatype sendtype, void* recvbuf, const int *recvcounts, const int… in nbc_allgatherv_inter_init()
201 …id* sendbuf, int sendcount, MPI_Datatype sendtype, void* recvbuf, const int *recvcounts, const int… in ompi_coll_libnbc_iallgatherv_inter()
220 …id* sendbuf, int sendcount, MPI_Datatype sendtype, void* recvbuf, const int *recvcounts, const int… in ompi_coll_libnbc_allgatherv_init()
232 …id* sendbuf, int sendcount, MPI_Datatype sendtype, void* recvbuf, const int *recvcounts, const int… in ompi_coll_libnbc_allgatherv_inter_init()
H A Dnbc_igatherv.c33 … void* recvbuf, const int *recvcounts, const int *displs, MPI_Datatype recvtype, in nbc_gatherv_init()
109 … void* recvbuf, const int *recvcounts, const int *displs, MPI_Datatype recvtype, in ompi_coll_libnbc_igatherv()
129 … void* recvbuf, const int *recvcounts, const int *displs, MPI_Datatype recvtype, in nbc_gatherv_inter_init()
189 … void* recvbuf, const int *recvcounts, const int *displs, MPI_Datatype recvtype, in ompi_coll_libnbc_igatherv_inter()
209 … void* recvbuf, const int *recvcounts, const int *displs, MPI_Datatype recvtype, in ompi_coll_libnbc_gatherv_init()
222 … void* recvbuf, const int *recvcounts, const int *displs, MPI_Datatype recvtype, in ompi_coll_libnbc_gatherv_inter_init()
H A Dnbc_ireduce_scatter.c45 static int nbc_reduce_scatter_init(const void* sendbuf, void* recvbuf, const int *recvcounts, MPI_D… in nbc_reduce_scatter_init()
212 int ompi_coll_libnbc_ireduce_scatter (const void* sendbuf, void* recvbuf, const int *recvcounts, MP… in ompi_coll_libnbc_ireduce_scatter()
229 static int nbc_reduce_scatter_inter_init (const void* sendbuf, void* recvbuf, const int *recvcounts in nbc_reduce_scatter_inter_init()
354 …libnbc_ireduce_scatter_inter (const void* sendbuf, void* recvbuf, const int *recvcounts, MPI_Datat… in ompi_coll_libnbc_ireduce_scatter_inter()
372 int ompi_coll_libnbc_reduce_scatter_init(const void* sendbuf, void* recvbuf, const int *recvcounts,… in ompi_coll_libnbc_reduce_scatter_init()
384 …nbc_reduce_scatter_inter_init(const void* sendbuf, void* recvbuf, const int *recvcounts, MPI_Datat… in ompi_coll_libnbc_reduce_scatter_inter_init()
H A Dnbc_ialltoallv.c45 … MPI_Datatype sendtype, void* recvbuf, const int *recvcounts, const int *rdispls, in nbc_alltoallv_init()
144 … MPI_Datatype sendtype, void* recvbuf, const int *recvcounts, const int *rdispls, in ompi_coll_libnbc_ialltoallv()
166 … MPI_Datatype sendtype, void* recvbuf, const int *recvcounts, const int *rdispls, in nbc_alltoallv_inter_init()
232 MPI_Datatype sendtype, void* recvbuf, const int *recvcounts, const int *rdispls, in ompi_coll_libnbc_ialltoallv_inter()
256 void *recvbuf, const int *recvcounts, const int *rdispls, in a2av_sched_linear()
291 void *recvbuf, const int *recvcounts, const int *rdispls, in a2av_sched_pairwise()
392 … MPI_Datatype sendtype, void* recvbuf, const int *recvcounts, const int *rdispls, in ompi_coll_libnbc_alltoallv_init()
405 … MPI_Datatype sendtype, void* recvbuf, const int *recvcounts, const int *rdispls, in ompi_coll_libnbc_alltoallv_inter_init()
H A Dnbc_ialltoallw.c45 …struct ompi_datatype_t * const *sendtypes, void* recvbuf, const int *recvcounts, const int *rdispl… in nbc_alltoallw_init()
130 …struct ompi_datatype_t * const *sendtypes, void* recvbuf, const int *recvcounts, const int *rdispl… in ompi_coll_libnbc_ialltoallw()
152 …struct ompi_datatype_t * const *sendtypes, void* recvbuf, const int *recvcounts, const int *rdispl… in nbc_alltoallw_inter_init()
205 …struct ompi_datatype_t * const *sendtypes, void* recvbuf, const int *recvcounts, const int *rdispl… in ompi_coll_libnbc_ialltoallw_inter()
228 void *recvbuf, const int *recvcounts, const int *rdispls, in a2aw_sched_linear()
265 void *recvbuf, const int *recvcounts, const int *rdispls, in a2aw_sched_pairwise()
366 …struct ompi_datatype_t * const *sendtypes, void* recvbuf, const int *recvcounts, const int *rdispl… in ompi_coll_libnbc_alltoallw_init()
379 …struct ompi_datatype_t * const *sendtypes, void* recvbuf, const int *recvcounts, const int *rdispl… in ompi_coll_libnbc_alltoallw_inter_init()
/dports/net/mpich/mpich-3.4.3/src/mpi/coll/neighbor_alltoallv/
H A Dneighbor_alltoallv.c80 const int recvcounts[], const int rdispls[], in MPIR_Neighbor_alltoallv_allcomm_auto()
118 void *recvbuf, const int recvcounts[], in MPIR_Neighbor_alltoallv_impl()
168 void *recvbuf, const int recvcounts[], in MPIR_Neighbor_alltoallv()
214 MPI_Datatype sendtype, void *recvbuf, const int recvcounts[], in MPI_Neighbor_alltoallv()
/dports/net/mpich/mpich-3.4.3/src/mpi/coll/reduce_scatter/
H A Dreduce_scatter.c102 int MPIR_Reduce_scatter_allcomm_auto(const void *sendbuf, void *recvbuf, const int *recvcounts, in MPIR_Reduce_scatter_allcomm_auto()
171 const int recvcounts[], MPI_Datatype datatype, in MPIR_Reduce_scatter_impl()
243 const int recvcounts[], MPI_Datatype datatype, in MPIR_Reduce_scatter()
315 int MPI_Reduce_scatter(const void *sendbuf, void *recvbuf, const int recvcounts[], in MPI_Reduce_scatter()
/dports/net/mpich/mpich-3.4.3/src/mpi/coll/allgatherv/
H A Dallgatherv.c93 const int *recvcounts, in MPIR_Allgatherv_allcomm_auto()
160 void *recvbuf, const int *recvcounts, const int *displs, in MPIR_Allgatherv_impl()
229 void *recvbuf, const int *recvcounts, const int *displs, MPI_Datatype recvtype, in MPIR_Allgatherv()
300 void *recvbuf, const int *recvcounts, const int *displs, in MPI_Allgatherv()
/dports/net/mpich2/mpich2-1.5/test/mpi/topo/
H A Dneighb_coll.c70 int recvcounts[2] = { 1, 1 }; in main() local
113 int recvcounts[2] = { 1, 1 }; in main() local
139 int recvcounts[2] = { 1, 1 }; in main() local
/dports/net/mpich/mpich-3.4.3/src/mpi/coll/gatherv/
H A Dgatherv.c78 void *recvbuf, const int *recvcounts, const int *displs, in MPIR_Gatherv_allcomm_auto()
123 const int *recvcounts, const int *displs, in MPIR_Gatherv_impl()
182 void *recvbuf, const int *recvcounts, const int *displs, in MPIR_Gatherv()
237 void *recvbuf, const int *recvcounts, const int *displs, in MPI_Gatherv()
/dports/net/mpich/mpich-3.4.3/src/mpi/coll/alltoallv/
H A Dalltoallv.c80 MPI_Datatype sendtype, void *recvbuf, const int *recvcounts, in MPIR_Alltoallv_allcomm_auto()
142 MPI_Datatype sendtype, void *recvbuf, const int *recvcounts, in MPIR_Alltoallv_impl()
208 MPI_Datatype sendtype, void *recvbuf, const int *recvcounts, const int *rdispls, in MPIR_Alltoallv()
267 const int *recvcounts, const int *rdispls, MPI_Datatype recvtype, MPI_Comm comm) in MPI_Alltoallv()
/dports/net/mpich/mpich-3.4.3/src/mpi/coll/alltoallw/
H A Dalltoallw.c80 const int recvcounts[], const int rdispls[], in MPIR_Alltoallw_allcomm_auto()
142 const MPI_Datatype sendtypes[], void *recvbuf, const int recvcounts[], in MPIR_Alltoallw_impl()
208 const MPI_Datatype sendtypes[], void *recvbuf, const int recvcounts[], in MPIR_Alltoallw()
269 void *recvbuf, const int recvcounts[], const int rdispls[], in MPI_Alltoallw()
/dports/net/mpich2/mpich2-1.5/src/mpi/topo/
H A Dnhb_allgatherv.c31 …d *sendbuf, int sendcount, MPI_Datatype sendtype, void *recvbuf, const int recvcounts[], const int… in MPIR_Neighbor_allgatherv_default()
55 …d *sendbuf, int sendcount, MPI_Datatype sendtype, void *recvbuf, const int recvcounts[], const int… in MPIR_Neighbor_allgatherv_impl()
99 …d *sendbuf, int sendcount, MPI_Datatype sendtype, void *recvbuf, const int recvcounts[], const int… in MPIX_Neighbor_allgatherv()
H A Dnhb_alltoallw.c31 …I_Aint sdispls[], const MPI_Datatype sendtypes[], void *recvbuf, const int recvcounts[], const MPI… in MPIR_Neighbor_alltoallw_default()
52 …I_Aint sdispls[], const MPI_Datatype sendtypes[], void *recvbuf, const int recvcounts[], const MPI… in MPIR_Neighbor_alltoallw_impl()
98 …I_Aint sdispls[], const MPI_Datatype sendtypes[], void *recvbuf, const int recvcounts[], const MPI… in MPIX_Neighbor_alltoallw()
H A Dnhb_alltoallv.c31 …ts[], const int sdispls[], MPI_Datatype sendtype, void *recvbuf, const int recvcounts[], const int… in MPIR_Neighbor_alltoallv_default()
52 …ts[], const int sdispls[], MPI_Datatype sendtype, void *recvbuf, const int recvcounts[], const int… in MPIR_Neighbor_alltoallv_impl()
97 …ts[], const int sdispls[], MPI_Datatype sendtype, void *recvbuf, const int recvcounts[], const int… in MPIX_Neighbor_alltoallv()

12345678910>>...18