Home
last modified time | relevance | path

Searched refs:recvbuf (Results 1 – 25 of 1546) sorted by relevance

12345678910>>...62

/dports/net/mpich2/mpich2-1.5/test/mpi/topo/
H A Dneighb_coll.c56 check(recvbuf[0] == 0xdeadbeef); in main()
58 check(recvbuf[0] == wrank - 1); in main()
61 check(recvbuf[1] == 0xdeadbeef); in main()
63 check(recvbuf[1] == wrank + 1); in main()
78 check(recvbuf[1] == 0xdeadbeef); in main()
80 check(recvbuf[1] == wrank - 1); in main()
83 check(recvbuf[0] == 0xdeadbeef); in main()
85 check(recvbuf[0] == wrank + 1); in main()
100 check(recvbuf[0] == wrank); in main()
126 check(recvbuf[1] == wrank); in main()
[all …]
/dports/net/mpich/mpich-3.4.3/src/include/
H A Dmpir_coll.h26 int dest, int sendtag, void *recvbuf, MPI_Aint recvcount,
53 void *recvbuf, int recvcount, MPI_Datatype recvtype,
56 void *recvbuf, int recvcount, MPI_Datatype recvtype,
63 void *recvbuf, int recvcount, MPI_Datatype recvtype,
74 void *recvbuf, int recvcount, MPI_Datatype recvtype,
96 MPI_Datatype sendtype, void *recvbuf,
126 int MPIR_Allreduce_allcomm_auto(const void *sendbuf, void *recvbuf, int count,
181 void *recvbuf, int recvcount, MPI_Datatype recvtype,
235 const MPI_Datatype * sendtypes, void *recvbuf,
515 int MPIR_Iallreduce_allcomm_auto(const void *sendbuf, void *recvbuf, int count,
[all …]
/dports/security/nmap/nmap-7.91/
H A Dnmap_ftp.cc121 char recvbuf[2048]; in ftp_anon_connect() local
142 while ((res = recvtime(sd, recvbuf, sizeof(recvbuf) - 1, 7, NULL)) > 0) { in ftp_anon_connect()
154 res = recvtime(sd, recvbuf, sizeof(recvbuf) - 1, 12, NULL); in ftp_anon_connect()
157 recvbuf[res] = '\0'; in ftp_anon_connect()
174 res = recvtime(sd, recvbuf, sizeof(recvbuf) - 1, 12, NULL); in ftp_anon_connect()
212 char recvbuf[2048]; in bounce_scan() local
229 Snprintf(recvbuf, sizeof(recvbuf), "Target timed out"); in bounce_scan()
250 Snprintf(recvbuf, sizeof(recvbuf), "Error connecting"); in bounce_scan()
261 Snprintf(recvbuf, sizeof(recvbuf), "Max retries exceeded"); in bounce_scan()
327 if (recvbuf[0] == '4' && recvbuf[1] == '2' && recvbuf[2] == '6') { in bounce_scan()
[all …]
/dports/net/mpich/mpich-3.4.3/src/mpid/ch4/netmod/include/
H A Dnetmod_am_fallback_coll.h33 return MPIR_Allgather_impl(sendbuf, sendcount, sendtype, recvbuf, in MPIDI_NM_mpi_allgather()
43 return MPIR_Allgatherv_impl(sendbuf, sendcount, sendtype, recvbuf, in MPIDI_NM_mpi_allgatherv()
52 return MPIR_Gather_impl(sendbuf, sendcount, sendtype, recvbuf, in MPIDI_NM_mpi_gather()
62 return MPIR_Gatherv_impl(sendbuf, sendcount, sendtype, recvbuf, in MPIDI_NM_mpi_gatherv()
71 return MPIR_Scatter_impl(sendbuf, sendcount, sendtype, recvbuf, in MPIDI_NM_mpi_scatter()
90 return MPIR_Alltoall_impl(sendbuf, sendcount, sendtype, recvbuf, in MPIDI_NM_mpi_alltoall()
136 return MPIR_Reduce_scatter_block_impl(sendbuf, recvbuf, recvcount, in MPIDI_NM_mpi_reduce_scatter_block()
315 return MPIR_Ialltoall_impl(sendbuf, sendcount, sendtype, recvbuf, in MPIDI_NM_mpi_ialltoall()
352 return MPIR_Igather_impl(sendbuf, sendcount, sendtype, recvbuf, in MPIDI_NM_mpi_igather()
362 return MPIR_Igatherv_impl(sendbuf, sendcount, sendtype, recvbuf, in MPIDI_NM_mpi_igatherv()
[all …]
/dports/net/mpich/mpich-3.4.3/src/mpid/ch4/shm/src/
H A Dshm_am_fallback_coll.h33 return MPIR_Allgather_impl(sendbuf, sendcount, sendtype, recvbuf, in MPIDI_SHM_mpi_allgather()
43 return MPIR_Allgatherv_impl(sendbuf, sendcount, sendtype, recvbuf, in MPIDI_SHM_mpi_allgatherv()
52 return MPIR_Gather_impl(sendbuf, sendcount, sendtype, recvbuf, in MPIDI_SHM_mpi_gather()
62 return MPIR_Gatherv_impl(sendbuf, sendcount, sendtype, recvbuf, in MPIDI_SHM_mpi_gatherv()
71 return MPIR_Scatter_impl(sendbuf, sendcount, sendtype, recvbuf, in MPIDI_SHM_mpi_scatter()
90 return MPIR_Alltoall_impl(sendbuf, sendcount, sendtype, recvbuf, in MPIDI_SHM_mpi_alltoall()
137 return MPIR_Reduce_scatter_block_impl(sendbuf, recvbuf, recvcount, in MPIDI_SHM_mpi_reduce_scatter_block()
318 return MPIR_Ialltoall_impl(sendbuf, sendcount, sendtype, recvbuf, in MPIDI_SHM_mpi_ialltoall()
355 return MPIR_Igather_impl(sendbuf, sendcount, sendtype, recvbuf, in MPIDI_SHM_mpi_igather()
365 return MPIR_Igatherv_impl(sendbuf, sendcount, sendtype, recvbuf, in MPIDI_SHM_mpi_igatherv()
[all …]
H A Dshm_coll.h65 ret = MPIDI_POSIX_mpi_allgather(sendbuf, sendcount, sendtype, recvbuf, recvcount, in MPIDI_SHM_mpi_allgather()
100 ret = MPIDI_POSIX_mpi_scatter(sendbuf, sendcount, sendtype, recvbuf, recvcount, in MPIDI_SHM_mpi_scatter()
109 void *recvbuf, int recvcount, in MPIDI_SHM_mpi_scatterv() argument
118 ret = MPIDI_POSIX_mpi_scatterv(sendbuf, sendcounts, displs, sendtype, recvbuf, in MPIDI_SHM_mpi_scatterv()
135 ret = MPIDI_POSIX_mpi_gather(sendbuf, sendcount, sendtype, recvbuf, recvcount, in MPIDI_SHM_mpi_gather()
316 void *recvbuf, in MPIDI_SHM_mpi_neighbor_allgatherv() argument
338 void *recvbuf, in MPIDI_SHM_mpi_neighbor_alltoallv() argument
360 void *recvbuf, in MPIDI_SHM_mpi_neighbor_alltoallw() argument
417 void *recvbuf, in MPIDI_SHM_mpi_ineighbor_allgatherv() argument
458 void *recvbuf, in MPIDI_SHM_mpi_ineighbor_alltoallv() argument
[all …]
/dports/net/mpich/mpich-3.4.3/src/mpid/ch3/include/
H A Dmpid_coll.h33 static inline int MPID_Allreduce(const void *sendbuf, void *recvbuf, int count, in MPID_Allreduce() argument
49 if (MPI_SUCCESS == hcoll_Allgather(sendbuf, sendcount, sendtype, recvbuf, in MPID_Allgather()
53 return MPIR_Allgather_impl(sendbuf, sendcount, sendtype, recvbuf, in MPID_Allgather()
63 mpi_errno = MPIR_Allgatherv_impl(sendbuf, sendcount, sendtype, recvbuf, in MPID_Allgatherv()
76 mpi_errno = MPIR_Scatter_impl(sendbuf, sendcount, sendtype, recvbuf, in MPID_Scatter()
102 mpi_errno = MPIR_Gather_impl(sendbuf, sendcount, sendtype, recvbuf, in MPID_Gather()
115 mpi_errno = MPIR_Gatherv_impl(sendbuf, sendcount, sendtype, recvbuf, in MPID_Gatherv()
128 mpi_errno = MPIR_Alltoall_impl(sendbuf, sendcount, sendtype, recvbuf, in MPID_Alltoall()
181 mpi_errno = MPIR_Reduce_scatter_impl(sendbuf, recvbuf, recvcounts, in MPID_Reduce_scatter()
439 void *recvbuf, const int recvcounts[], in MPID_Ialltoallv() argument
[all …]
/dports/net/mpich/mpich-3.4.3/test/mpi/include/
H A Dmpicolltest.h81 mpi_errno = MPI_Iscatter(sendbuf, sendcount, sendtype, recvbuf, recvcount, in MTest_Scatter()
96 mpi_errno = MPI_Iscatterv(sendbuf, sendcounts, displs, sendtype, recvbuf, in MTest_Scatterv()
237 mpi_errno = MPI_Iscan(sendbuf, recvbuf, count, datatype, op, comm, &req); in MTest_Scan()
297 return MPI_Scatterv(sendbuf, sendcounts, displs, sendtype, recvbuf, in MTest_Scatterv()
312 return MPI_Allgatherv(sendbuf, sendcount, sendtype, recvbuf, recvcounts, in MTest_Allgatherv()
326 return MPI_Alltoallv(sendbuf, sendcounts, sdispls, sendtype, recvbuf, in MTest_Alltoallv()
335 return MPI_Alltoallw(sendbuf, sendcounts, sdispls, sendtypes, recvbuf, in MTest_Alltoallw()
342 return MPI_Reduce(sendbuf, recvbuf, count, datatype, op, root, comm); in MTest_Reduce()
348 return MPI_Allreduce(sendbuf, recvbuf, count, datatype, op, comm); in MTest_Allreduce()
366 return MPI_Scan(sendbuf, recvbuf, count, datatype, op, comm); in MTest_Scan()
[all …]
/dports/devel/ga/ga-5.8/comex/tools/
H A Darmci_prof.c971 double recvbuf = 0.0; in ARMCI_Finalize() local
975 printf("PARMCI_Acc,%ld,%lf\n", count_PARMCI_Acc, recvbuf); in ARMCI_Finalize()
980 printf("PARMCI_AccS,%ld,%lf\n", count_PARMCI_AccS, recvbuf); in ARMCI_Finalize()
985 printf("PARMCI_AccV,%ld,%lf\n", count_PARMCI_AccV, recvbuf); in ARMCI_Finalize()
1020 printf("PARMCI_Free,%ld,%lf\n", count_PARMCI_Free, recvbuf); in ARMCI_Finalize()
1030 printf("PARMCI_Get,%ld,%lf\n", count_PARMCI_Get, recvbuf); in ARMCI_Finalize()
1035 printf("PARMCI_GetS,%ld,%lf\n", count_PARMCI_GetS, recvbuf); in ARMCI_Finalize()
1040 printf("PARMCI_GetV,%ld,%lf\n", count_PARMCI_GetV, recvbuf); in ARMCI_Finalize()
1065 printf("PARMCI_Init,%ld,%lf\n", count_PARMCI_Init, recvbuf); in ARMCI_Finalize()
1165 printf("PARMCI_Put,%ld,%lf\n", count_PARMCI_Put, recvbuf); in ARMCI_Finalize()
[all …]
/dports/net/mpich/mpich-3.4.3/test/mpi/pt2pt/
H A Dmprobe.c83 recvbuf[0] = 0x01234567; in main()
84 recvbuf[1] = 0x89abcdef; in main()
118 recvbuf[0] = 0x01234567; in main()
119 recvbuf[1] = 0x89abcdef; in main()
157 recvbuf[0] = 0x01234567; in main()
158 recvbuf[1] = 0x89abcdef; in main()
225 recvbuf[0] = 0x01234567; in main()
226 recvbuf[1] = 0x89abcdef; in main()
260 recvbuf[0] = 0x01234567; in main()
261 recvbuf[1] = 0x89abcdef; in main()
[all …]
/dports/net/mpich2/mpich2-1.5/test/mpi/coll/
H A Dnonblocking2.c56 int *recvbuf = NULL; in main() local
125 recvbuf[i] = 0xdeadbeef; in main()
144 recvbuf[i] = 0xdeadbeef; in main()
161 recvbuf[i] = 0xdeadbeef; in main()
194 recvbuf[i] = 0xdeadbeef; in main()
218 recvbuf[i] = 0xdeadbeef; in main()
333 recvbuf[i] = 0xdeadbeef; in main()
376 recvbuf[i] = 0xdeadbeef; in main()
407 recvbuf[i] = 0xdeadbeef; in main()
418 recvbuf[i] = 0xdeadbeef; in main()
[all …]
H A Dnonblocking3.c101 int *recvbuf; member
115 if (l->recvbuf) free(l->recvbuf); in cleanup_laundry()
133 int *recvbuf = NULL; in start_random_nonblocking() local
151 l->recvbuf = recvbuf = malloc(COUNT*size*sizeof(int)); in start_random_nonblocking()
197 recvbuf[i] = 0xdeadbeef; in start_random_nonblocking()
218 recvbuf[i] = 0xdeadbeef; in start_random_nonblocking()
240 recvbuf[i] = 0xdeadbeef; in start_random_nonblocking()
312 recvbuf[i] = 0xdeadbeef; in start_random_nonblocking()
337 recvbuf[i] = 0xdeadbeef; in start_random_nonblocking()
414 int *recvbuf = l->recvbuf; in check_after_completion() local
[all …]
/dports/net/mpich/mpich-3.4.3/src/mpid/ch4/netmod/stubnm/
H A Dstubnm_coll.h60 mpi_errno = MPIR_Allgather_impl(sendbuf, sendcount, sendtype, recvbuf, in MPIDI_NM_mpi_allgather()
77 mpi_errno = MPIR_Allgatherv_impl(sendbuf, sendcount, sendtype, recvbuf, in MPIDI_NM_mpi_allgatherv()
93 mpi_errno = MPIR_Gather_impl(sendbuf, sendcount, sendtype, recvbuf, in MPIDI_NM_mpi_gather()
110 mpi_errno = MPIR_Gatherv_impl(sendbuf, sendcount, sendtype, recvbuf, in MPIDI_NM_mpi_gatherv()
126 mpi_errno = MPIR_Scatter_impl(sendbuf, sendcount, sendtype, recvbuf, in MPIDI_NM_mpi_scatter()
159 mpi_errno = MPIR_Alltoall_impl(sendbuf, sendcount, sendtype, recvbuf, in MPIDI_NM_mpi_alltoall()
225 mpi_errno = MPIR_Reduce_scatter_impl(sendbuf, recvbuf, recvcounts, in MPIDI_NM_mpi_reduce_scatter()
241 mpi_errno = MPIR_Reduce_scatter_block_impl(sendbuf, recvbuf, recvcount, in MPIDI_NM_mpi_reduce_scatter_block()
614 mpi_errno = MPIR_Igather_impl(sendbuf, sendcount, sendtype, recvbuf, in MPIDI_NM_mpi_igather()
631 mpi_errno = MPIR_Igatherv_impl(sendbuf, sendcount, sendtype, recvbuf, in MPIDI_NM_mpi_igatherv()
[all …]
/dports/net/mpich/mpich-3.4.3/test/mpi/coll/
H A Dnonblocking2.c40 int *recvbuf = NULL; variable
73 free(recvbuf); in main()
131 recvbuf[i] = 0xdeadbeef; in test_icoll_with_root()
151 recvbuf[i] = 0xdeadbeef; in test_icoll_with_root()
169 recvbuf[i] = 0xdeadbeef; in test_icoll_with_root()
204 recvbuf[i] = 0xdeadbeef; in test_icoll_with_root()
227 recvbuf[i] = 0xdeadbeef; in test_icoll_with_root()
342 recvbuf[i] = 0xdeadbeef; in test_icoll_with_root()
385 recvbuf[i] = 0xdeadbeef; in test_icoll_with_root()
417 recvbuf[i] = 0xdeadbeef; in test_icoll_with_root()
[all …]
H A Dnonblocking3.c93 int *recvbuf; member
108 if (l->recvbuf) in cleanup_laundry()
109 free(l->recvbuf); in cleanup_laundry()
134 int *recvbuf = NULL; in start_random_nonblocking() local
152 l->recvbuf = recvbuf = malloc(COUNT * size * sizeof(int)); in start_random_nonblocking()
197 recvbuf[i] = 0xdeadbeef; in start_random_nonblocking()
218 recvbuf[i] = 0xdeadbeef; in start_random_nonblocking()
241 recvbuf[i] = 0xdeadbeef; in start_random_nonblocking()
313 recvbuf[i] = 0xdeadbeef; in start_random_nonblocking()
338 recvbuf[i] = 0xdeadbeef; in start_random_nonblocking()
[all …]
/dports/net/mpich/mpich-3.4.3/src/mpid/ch4/netmod/ucx/
H A Ducx_coll.h82 mpi_errno = hcoll_Allgather(sendbuf, sendcount, sendtype, recvbuf, in MPIDI_NM_mpi_allgather()
87 mpi_errno = MPIR_Allgather_impl(sendbuf, sendcount, sendtype, recvbuf, in MPIDI_NM_mpi_allgather()
105 mpi_errno = MPIR_Allgatherv_impl(sendbuf, sendcount, sendtype, recvbuf, in MPIDI_NM_mpi_allgatherv()
121 mpi_errno = MPIR_Gather_impl(sendbuf, sendcount, sendtype, recvbuf, in MPIDI_NM_mpi_gather()
138 mpi_errno = MPIR_Gatherv_impl(sendbuf, sendcount, sendtype, recvbuf, in MPIDI_NM_mpi_gatherv()
154 mpi_errno = MPIR_Scatter_impl(sendbuf, sendcount, sendtype, recvbuf, in MPIDI_NM_mpi_scatter()
188 mpi_errno = hcoll_Alltoall(sendbuf, sendcount, sendtype, recvbuf, in MPIDI_NM_mpi_alltoall()
271 mpi_errno = MPIR_Reduce_scatter_impl(sendbuf, recvbuf, recvcounts, in MPIDI_NM_mpi_reduce_scatter()
659 mpi_errno = MPIR_Igather_impl(sendbuf, sendcount, sendtype, recvbuf, in MPIDI_NM_mpi_igather()
676 mpi_errno = MPIR_Igatherv_impl(sendbuf, sendcount, sendtype, recvbuf, in MPIDI_NM_mpi_igatherv()
[all …]
/dports/net/mpich/mpich-3.4.3/src/mpid/ch4/src/
H A Dch4_coll.h118 .u.allreduce.recvbuf = recvbuf, in MPID_Allreduce()
179 .u.allgather.recvbuf = recvbuf, in MPID_Allgather()
233 .u.allgatherv.recvbuf = recvbuf, in MPID_Allgatherv()
288 .u.scatter.recvbuf = recvbuf, in MPID_Scatter()
341 .u.scatterv.recvbuf = recvbuf, in MPID_Scatterv()
393 .u.gather.recvbuf = recvbuf, in MPID_Gather()
446 .u.gatherv.recvbuf = recvbuf, in MPID_Gatherv()
501 .u.alltoall.recvbuf = recvbuf, in MPID_Alltoall()
660 .u.reduce.recvbuf = recvbuf, in MPID_Reduce()
820 .u.scan.recvbuf = recvbuf, in MPID_Scan()
[all …]
/dports/net/mpich/mpich-3.4.3/src/mpi/coll/iallreduce/
H A Diallreduce.c155 .u.iallreduce.recvbuf = recvbuf, in MPIR_Iallreduce_allcomm_auto()
167 recvbuf, count, datatype, op); in MPIR_Iallreduce_allcomm_auto()
172 recvbuf, count, datatype, op); in MPIR_Iallreduce_allcomm_auto()
239 recvbuf, count, datatype, op); in MPIR_Iallreduce_allcomm_auto()
407 recvbuf, count, datatype, op); in MPIR_Iallreduce_impl()
427 recvbuf, count, datatype, op); in MPIR_Iallreduce_impl()
448 recvbuf, count, datatype, op); in MPIR_Iallreduce_impl()
468 recvbuf, count, datatype, op); in MPIR_Iallreduce_impl()
471 recvbuf, count, datatype, op); in MPIR_Iallreduce_impl()
484 void *in_recvbuf = recvbuf; in MPIR_Iallreduce()
[all …]
/dports/net/mpich/mpich-3.4.3/src/mpi/coll/ireduce_scatter_block/
H A Direduce_scatter_block.c103 .u.ireduce_scatter_block.recvbuf = recvbuf, in MPIR_Ireduce_scatter_block_allcomm_auto()
124 sendbuf, recvbuf, recvcount, datatype, op); in MPIR_Ireduce_scatter_block_allcomm_auto()
134 sendbuf, recvbuf, recvcount, datatype, op); in MPIR_Ireduce_scatter_block_allcomm_auto()
255 int MPIR_Ireduce_scatter_block_impl(const void *sendbuf, void *recvbuf, in MPIR_Ireduce_scatter_block_impl() argument
346 sendbuf, recvbuf, recvcount, datatype, op); in MPIR_Ireduce_scatter_block_impl()
349 sendbuf, recvbuf, recvcount, datatype, op); in MPIR_Ireduce_scatter_block_impl()
358 int MPIR_Ireduce_scatter_block(const void *sendbuf, void *recvbuf, in MPIR_Ireduce_scatter_block() argument
363 void *in_recvbuf = recvbuf; in MPIR_Ireduce_scatter_block()
372 recvbuf = host_recvbuf; in MPIR_Ireduce_scatter_block()
414 int MPI_Ireduce_scatter_block(const void *sendbuf, void *recvbuf, in MPI_Ireduce_scatter_block() argument
[all …]
/dports/net/mpich/mpich-3.4.3/src/mpid/ch4/netmod/ofi/
H A Dofi_coll.h84 recvbuf, recvcount, recvtype, comm, errflag); in MPIDI_NM_mpi_allgather()
130 mpi_errno = MPIR_Gather_impl(sendbuf, sendcount, sendtype, recvbuf, in MPIDI_NM_mpi_gather()
154 mpi_errno = MPIR_Gatherv_impl(sendbuf, sendcount, sendtype, recvbuf, in MPIDI_NM_mpi_gatherv()
178 mpi_errno = MPIR_Scatter_impl(sendbuf, sendcount, sendtype, recvbuf, in MPIDI_NM_mpi_scatter()
250 sendtype, recvbuf, recvcounts, in MPIDI_NM_mpi_alltoallv()
276 sendtypes, recvbuf, recvcounts, in MPIDI_NM_mpi_alltoallw()
612 mpi_errno = MPIR_Iallgather_impl(sendbuf, sendcount, sendtype, recvbuf, in MPIDI_NM_mpi_iallgather()
659 mpi_errno = MPIR_Ialltoall_impl(sendbuf, sendcount, sendtype, recvbuf, in MPIDI_NM_mpi_ialltoall()
724 mpi_errno = MPIR_Igather_impl(sendbuf, sendcount, sendtype, recvbuf, in MPIDI_NM_mpi_igather()
758 mpi_errno = MPIR_Ireduce_scatter_block_impl(sendbuf, recvbuf, recvcount, in MPIDI_NM_mpi_ireduce_scatter_block()
[all …]
/dports/net/mpich/mpich-3.4.3/src/mpi/coll/reduce_scatter_block/
H A Dreduce_scatter_block.c72 int MPI_Reduce_scatter_block(const void *sendbuf, void *recvbuf, int recvcount,
106 .u.reduce_scatter_block.recvbuf = recvbuf, in MPIR_Reduce_scatter_block_allcomm_auto()
163 int MPIR_Reduce_scatter_block_impl(const void *sendbuf, void *recvbuf, in MPIR_Reduce_scatter_block_impl() argument
238 int MPIR_Reduce_scatter_block(const void *sendbuf, void *recvbuf, in MPIR_Reduce_scatter_block() argument
243 void *in_recvbuf = recvbuf; in MPIR_Reduce_scatter_block()
252 recvbuf = host_recvbuf; in MPIR_Reduce_scatter_block()
266 recvbuf = in_recvbuf; in MPIR_Reduce_scatter_block()
306 int MPI_Reduce_scatter_block(const void *sendbuf, void *recvbuf, in MPI_Reduce_scatter_block() argument
358 MPIR_ERRTEST_RECVBUF_INPLACE(recvbuf, recvcount, mpi_errno); in MPI_Reduce_scatter_block()
362 MPIR_ERRTEST_ALIAS_COLL(sendbuf, recvbuf, mpi_errno); in MPI_Reduce_scatter_block()
[all …]
/dports/net/openmpi3/openmpi-3.1.6/ompi/mpi/java/java/
H A DComm.java466 recvbuf = ((Buffer)recvbuf).array(); in sendRecv()
1333 recvbuf = ((Buffer)recvbuf).array(); in gather()
1470 recvbuf = ((Buffer)recvbuf).array(); in gatherv()
1503 recvbuf = ((Buffer)recvbuf).array(); in gatherv()
1668 recvbuf = ((Buffer)recvbuf).array(); in scatter()
1803 recvbuf = ((Buffer)recvbuf).array(); in scatterv()
1865 recvbuf = ((Buffer)recvbuf).array(); in scatterv()
1995 recvbuf = ((Buffer)recvbuf).array(); in allGather()
2120 recvbuf = ((Buffer)recvbuf).array(); in allGatherv()
2150 recvbuf = ((Buffer)recvbuf).array(); in allGatherv()
[all …]
/dports/net/openmpi/openmpi-4.1.1/ompi/mpi/java/java/
H A DComm.java466 recvbuf = ((Buffer)recvbuf).array(); in sendRecv()
1333 recvbuf = ((Buffer)recvbuf).array(); in gather()
1470 recvbuf = ((Buffer)recvbuf).array(); in gatherv()
1503 recvbuf = ((Buffer)recvbuf).array(); in gatherv()
1668 recvbuf = ((Buffer)recvbuf).array(); in scatter()
1803 recvbuf = ((Buffer)recvbuf).array(); in scatterv()
1865 recvbuf = ((Buffer)recvbuf).array(); in scatterv()
1995 recvbuf = ((Buffer)recvbuf).array(); in allGather()
2120 recvbuf = ((Buffer)recvbuf).array(); in allGatherv()
2150 recvbuf = ((Buffer)recvbuf).array(); in allGatherv()
[all …]
/dports/net/mpich/mpich-3.4.3/src/mpi/coll/ireduce/
H A Direduce.c151 .u.ireduce.recvbuf = recvbuf, in MPIR_Ireduce_allcomm_auto()
189 recvbuf, count, datatype, op, root); in MPIR_Ireduce_allcomm_auto()
266 int MPIR_Ireduce_inter_sched_auto(const void *sendbuf, void *recvbuf, in MPIR_Ireduce_inter_sched_auto() argument
294 int MPIR_Ireduce_impl(const void *sendbuf, void *recvbuf, int count, in MPIR_Ireduce_impl() argument
333 recvbuf, count, datatype, op, root); in MPIR_Ireduce_impl()
338 recvbuf, count, datatype, op, root); in MPIR_Ireduce_impl()
348 recvbuf, count, datatype, op, root); in MPIR_Ireduce_impl()
369 recvbuf, count, datatype, op, root); in MPIR_Ireduce_impl()
396 int MPIR_Ireduce(const void *sendbuf, void *recvbuf, int count, in MPIR_Ireduce() argument
401 void *in_recvbuf = recvbuf; in MPIR_Ireduce()
[all …]
/dports/net/mpich/mpich-3.4.3/src/mpi/coll/ireduce_scatter/
H A Direduce_scatter.c102 .u.ireduce_scatter.recvbuf = recvbuf, in MPIR_Ireduce_scatter_allcomm_auto()
114 recvbuf, recvcounts, datatype, op); in MPIR_Ireduce_scatter_allcomm_auto()
119 sendbuf, recvbuf, recvcounts, datatype, op); in MPIR_Ireduce_scatter_allcomm_auto()
124 sendbuf, recvbuf, recvcounts, datatype, op); in MPIR_Ireduce_scatter_allcomm_auto()
148 recvbuf, recvcounts, datatype, op); in MPIR_Ireduce_scatter_allcomm_auto()
251 mpi_errno = MPIR_Ireduce_scatter_intra_sched_auto(sendbuf, recvbuf, in MPIR_Ireduce_scatter_sched_auto()
350 sendbuf, recvbuf, recvcounts, datatype, op); in MPIR_Ireduce_scatter_impl()
353 sendbuf, recvbuf, recvcounts, datatype, op); in MPIR_Ireduce_scatter_impl()
367 void *in_recvbuf = recvbuf; in MPIR_Ireduce_scatter()
379 recvbuf = host_recvbuf; in MPIR_Ireduce_scatter()
[all …]

12345678910>>...62