Home
last modified time | relevance | path

Searched refs:c_coll (Results 1 – 25 of 422) sorted by relevance

12345678910>>...17

/dports/net/openmpi3/openmpi-3.1.6/ompi/mca/coll/sync/
H A Dcoll_sync_module.c45 memset(&(module->c_coll), 0, sizeof(module->c_coll)); in mca_coll_sync_module_construct()
53 OBJ_RELEASE(module->c_coll.coll_bcast_module); in mca_coll_sync_module_destruct()
54 OBJ_RELEASE(module->c_coll.coll_gather_module); in mca_coll_sync_module_destruct()
55 OBJ_RELEASE(module->c_coll.coll_gatherv_module); in mca_coll_sync_module_destruct()
56 OBJ_RELEASE(module->c_coll.coll_reduce_module); in mca_coll_sync_module_destruct()
58 OBJ_RELEASE(module->c_coll.coll_scatter_module); in mca_coll_sync_module_destruct()
59 OBJ_RELEASE(module->c_coll.coll_scatterv_module); in mca_coll_sync_module_destruct()
63 if (NULL != module->c_coll.coll_exscan_module) { in mca_coll_sync_module_destruct()
64 OBJ_RELEASE(module->c_coll.coll_exscan_module); in mca_coll_sync_module_destruct()
65 OBJ_RELEASE(module->c_coll.coll_scan_module); in mca_coll_sync_module_destruct()
[all …]
H A Dcoll_sync_bcast.c41 return s->c_coll.coll_bcast(buff, count, datatype, root, comm, in mca_coll_sync_bcast()
42 s->c_coll.coll_bcast_module); in mca_coll_sync_bcast()
44 COLL_SYNC(s, s->c_coll.coll_bcast(buff, count, datatype, root, comm, in mca_coll_sync_bcast()
45 s->c_coll.coll_bcast_module)); in mca_coll_sync_bcast()
/dports/net/openmpi/openmpi-4.1.1/ompi/mca/coll/sync/
H A Dcoll_sync_module.c46 memset(&(module->c_coll), 0, sizeof(module->c_coll)); in mca_coll_sync_module_construct()
54 OBJ_RELEASE(module->c_coll.coll_bcast_module); in mca_coll_sync_module_destruct()
55 OBJ_RELEASE(module->c_coll.coll_gather_module); in mca_coll_sync_module_destruct()
56 OBJ_RELEASE(module->c_coll.coll_gatherv_module); in mca_coll_sync_module_destruct()
57 OBJ_RELEASE(module->c_coll.coll_reduce_module); in mca_coll_sync_module_destruct()
59 OBJ_RELEASE(module->c_coll.coll_scatter_module); in mca_coll_sync_module_destruct()
60 OBJ_RELEASE(module->c_coll.coll_scatterv_module); in mca_coll_sync_module_destruct()
64 if (NULL != module->c_coll.coll_exscan_module) { in mca_coll_sync_module_destruct()
65 OBJ_RELEASE(module->c_coll.coll_exscan_module); in mca_coll_sync_module_destruct()
66 OBJ_RELEASE(module->c_coll.coll_scan_module); in mca_coll_sync_module_destruct()
[all …]
H A Dcoll_sync_bcast.c41 return s->c_coll.coll_bcast(buff, count, datatype, root, comm, in mca_coll_sync_bcast()
42 s->c_coll.coll_bcast_module); in mca_coll_sync_bcast()
44 COLL_SYNC(s, s->c_coll.coll_bcast(buff, count, datatype, root, comm, in mca_coll_sync_bcast()
45 s->c_coll.coll_bcast_module)); in mca_coll_sync_bcast()
/dports/net/openmpi3/openmpi-3.1.6/ompi/mca/coll/cuda/
H A Dcoll_cuda_module.c34 memset(&(module->c_coll), 0, sizeof(module->c_coll)); in mca_coll_cuda_module_construct()
39 OBJ_RELEASE(module->c_coll.coll_allreduce_module); in mca_coll_cuda_module_destruct()
40 OBJ_RELEASE(module->c_coll.coll_reduce_module); in mca_coll_cuda_module_destruct()
41 OBJ_RELEASE(module->c_coll.coll_reduce_scatter_block_module); in mca_coll_cuda_module_destruct()
42 OBJ_RELEASE(module->c_coll.coll_scatter_module); in mca_coll_cuda_module_destruct()
46 if (NULL != module->c_coll.coll_exscan_module) { in mca_coll_cuda_module_destruct()
47 OBJ_RELEASE(module->c_coll.coll_exscan_module); in mca_coll_cuda_module_destruct()
48 OBJ_RELEASE(module->c_coll.coll_scan_module); in mca_coll_cuda_module_destruct()
126 if (NULL == (src)->c_coll->coll_ ## name ## _module) { \ in mca_coll_cuda_module_enable()
130 (dst)->c_coll.coll_ ## name ## _module = (src)->c_coll->coll_ ## name ## _module; \ in mca_coll_cuda_module_enable()
[all …]
/dports/net/openmpi/openmpi-4.1.1/ompi/mca/coll/cuda/
H A Dcoll_cuda_module.c36 memset(&(module->c_coll), 0, sizeof(module->c_coll)); in mca_coll_cuda_module_construct()
41 OBJ_RELEASE(module->c_coll.coll_allreduce_module); in mca_coll_cuda_module_destruct()
42 OBJ_RELEASE(module->c_coll.coll_reduce_module); in mca_coll_cuda_module_destruct()
43 OBJ_RELEASE(module->c_coll.coll_reduce_scatter_block_module); in mca_coll_cuda_module_destruct()
44 OBJ_RELEASE(module->c_coll.coll_scatter_module); in mca_coll_cuda_module_destruct()
48 if (NULL != module->c_coll.coll_exscan_module) { in mca_coll_cuda_module_destruct()
49 OBJ_RELEASE(module->c_coll.coll_exscan_module); in mca_coll_cuda_module_destruct()
50 OBJ_RELEASE(module->c_coll.coll_scan_module); in mca_coll_cuda_module_destruct()
128 if (NULL == (src)->c_coll->coll_ ## name ## _module) { \ in mca_coll_cuda_module_enable()
132 (dst)->c_coll.coll_ ## name ## _module = (src)->c_coll->coll_ ## name ## _module; \ in mca_coll_cuda_module_enable()
[all …]
/dports/net/openmpi/openmpi-4.1.1/ompi/mca/coll/han/
H A Dcoll_han_allreduce.c112 return comm->c_coll->coll_allreduce(sbuf, rbuf, count, dtype, op, in mca_coll_han_allreduce_intra()
303 t->up_comm->c_coll->coll_ireduce(MPI_IN_PLACE, in mca_coll_han_allreduce_t2_task()
367 t->up_comm->c_coll->coll_ireduce(MPI_IN_PLACE, in mca_coll_han_allreduce_t3_task()
446 return comm->c_coll->coll_allreduce(sbuf, rbuf, count, dtype, op, in mca_coll_han_allreduce_intra_simple()
459 low_comm, low_comm->c_coll->coll_reduce_module); in mca_coll_han_allreduce_intra_simple()
462 ret = low_comm->c_coll->coll_reduce((char *)rbuf, NULL, in mca_coll_han_allreduce_intra_simple()
464 low_comm, low_comm->c_coll->coll_reduce_module); in mca_coll_han_allreduce_intra_simple()
468 ret = low_comm->c_coll->coll_reduce((char *)sbuf, (char *)rbuf, in mca_coll_han_allreduce_intra_simple()
470 low_comm, low_comm->c_coll->coll_reduce_module); in mca_coll_han_allreduce_intra_simple()
482 up_comm, up_comm->c_coll->coll_allreduce_module); in mca_coll_han_allreduce_intra_simple()
[all …]
H A Dcoll_han_barrier.c43 return comm->c_coll->coll_barrier(comm, comm->c_coll->coll_bcast_module); in mca_coll_han_barrier_intra_simple()
53 low_comm->c_coll->coll_barrier(low_comm,low_comm->c_coll->coll_barrier_module); in mca_coll_han_barrier_intra_simple()
56 up_comm->c_coll->coll_barrier(up_comm, up_comm->c_coll->coll_barrier_module); in mca_coll_han_barrier_intra_simple()
59 low_comm->c_coll->coll_barrier(low_comm,low_comm->c_coll->coll_barrier_module); in mca_coll_han_barrier_intra_simple()
H A Dcoll_han_allgather.c85 return comm->c_coll->coll_allgather(sbuf, scount, sdtype, rbuf, rcount, rdtype, in mca_coll_han_allgather_intra()
162 t->low_comm->c_coll->coll_gather(MPI_IN_PLACE, t->scount, t->sdtype, in mca_coll_han_allgather_lg_task()
168 t->low_comm->c_coll->coll_gather(tmp_send, t->rcount, t->rdtype, in mca_coll_han_allgather_lg_task()
176 t->low_comm->c_coll->coll_gather_module); in mca_coll_han_allgather_lg_task()
280 t->low_comm->c_coll->coll_bcast_module); in mca_coll_han_allgather_lb_task()
364 low_comm->c_coll->coll_gather(MPI_IN_PLACE, scount, sdtype, in mca_coll_han_allgather_intra_simple()
370 low_comm->c_coll->coll_gather(tmp_send, rcount, rdtype, in mca_coll_han_allgather_intra_simple()
376 low_comm->c_coll->coll_gather((char *)sbuf, scount, sdtype, in mca_coll_han_allgather_intra_simple()
403 up_comm->c_coll->coll_allgather(tmp_buf_start, scount*low_size, sdtype, in mca_coll_han_allgather_intra_simple()
428 low_comm->c_coll->coll_bcast(rbuf, rcount*low_size*up_size, rdtype, in mca_coll_han_allgather_intra_simple()
[all …]
H A Dcoll_han_bcast.c87 return comm->c_coll->coll_bcast(buff, count, dtype, root, in mca_coll_han_bcast_intra()
88 comm, comm->c_coll->coll_bcast_module); in mca_coll_han_bcast_intra()
100 return comm->c_coll->coll_bcast(buff, count, dtype, root, in mca_coll_han_bcast_intra()
101 comm, comm->c_coll->coll_bcast_module); in mca_coll_han_bcast_intra()
209 t->low_comm->c_coll->coll_bcast((char *) t->buff, in mca_coll_han_bcast_t1_task()
211 t->low_comm->c_coll->coll_bcast_module); in mca_coll_han_bcast_t1_task()
249 return comm->c_coll->coll_bcast(buff, count, dtype, root, in mca_coll_han_bcast_intra_simple()
250 comm, comm->c_coll->coll_bcast_module); in mca_coll_han_bcast_intra_simple()
262 return comm->c_coll->coll_bcast(buff, count, dtype, root, in mca_coll_han_bcast_intra_simple()
280 up_comm->c_coll->coll_bcast(buff, count, dtype, root_up_rank, in mca_coll_han_bcast_intra_simple()
[all …]
H A Dcoll_han_reduce.c93 return comm->c_coll->coll_reduce(sbuf, rbuf, count, dtype, op, root, in mca_coll_han_reduce_intra()
107 return comm->c_coll->coll_reduce(sbuf, rbuf, count, dtype, op, root, in mca_coll_han_reduce_intra()
206 t->low_comm->c_coll->coll_reduce_module); in mca_coll_han_reduce_t0_task()
234 t->up_comm->c_coll->coll_ireduce(tmp_sbuf, NULL, tmp_count, in mca_coll_han_reduce_t1_task()
299 return comm->c_coll->coll_reduce(sbuf, rbuf, count, dtype, op, root, in mca_coll_han_reduce_intra_simple()
313 return comm->c_coll->coll_reduce(sbuf, rbuf, count, dtype, op, root, in mca_coll_han_reduce_intra_simple()
345 ret = low_comm->c_coll->coll_reduce((char *)sbuf, (char *)tmp_buf, in mca_coll_han_reduce_intra_simple()
347 low_comm, low_comm->c_coll->coll_reduce_module); in mca_coll_han_reduce_intra_simple()
361 ret = up_comm->c_coll->coll_reduce((char *)tmp_buf, NULL, in mca_coll_han_reduce_intra_simple()
363 up_comm, up_comm->c_coll->coll_reduce_module); in mca_coll_han_reduce_intra_simple()
[all …]
H A Dcoll_han_subcomms.c31 (FALLBACKS).COLL.COLL = (COMM)->c_coll->coll_ ## COLL; \
32 (FALLBACKS).COLL.module = (COMM)->c_coll->coll_ ## COLL ## _module; \
33 (COMM)->c_coll->coll_ ## COLL = (HANM)->fallback.COLL.COLL; \
34 (COMM)->c_coll->coll_ ## COLL ## _module = (HANM)->fallback.COLL.module; \
94 comm->c_coll->coll_allreduce(MPI_IN_PLACE, &local_procs, 1, MPI_INT, in mca_coll_han_comm_create_new()
96 comm->c_coll->coll_allreduce_module); in mca_coll_han_comm_create_new()
153 comm->c_coll->coll_allgather(&vrank, in mca_coll_han_comm_create_new()
160 comm->c_coll->coll_allgather_module); in mca_coll_han_comm_create_new()
231 comm->c_coll->coll_allreduce(MPI_IN_PLACE, &local_procs, 1, MPI_INT, in mca_coll_han_comm_create()
233 comm->c_coll->coll_allreduce_module); in mca_coll_han_comm_create()
[all …]
H A Dcoll_han_topo.c121 up_comm->c_coll->coll_allreduce(MPI_IN_PLACE, &reduce_vals, 3, in mca_coll_han_topo_init()
123 up_comm->c_coll->coll_allreduce_module); in mca_coll_han_topo_init()
132 up_comm->c_coll->coll_iallgather(my_low_rank_map, low_size, MPI_INT, in mca_coll_han_topo_init()
134 up_comm->c_coll->coll_iallgather_module); in mca_coll_han_topo_init()
141 low_comm->c_coll->coll_bcast(bcast_vals, 2, MPI_INT, 0, in mca_coll_han_topo_init()
142 low_comm, low_comm->c_coll->coll_bcast_module); in mca_coll_han_topo_init()
193 low_comm->c_coll->coll_bcast(topo, num_topo_level*size, MPI_INT, 0, in mca_coll_han_topo_init()
194 low_comm, low_comm->c_coll->coll_bcast_module); in mca_coll_han_topo_init()
H A Dcoll_han_gather.c95 return comm->c_coll->coll_gather(sbuf, scount, sdtype, rbuf, in mca_coll_han_gather_intra()
110 return comm->c_coll->coll_gather(sbuf, scount, sdtype, rbuf, in mca_coll_han_gather_intra()
271 t->low_comm->c_coll->coll_gather((char *)t->sbuf, in mca_coll_han_gather_lg_task()
279 t->low_comm->c_coll->coll_gather_module); in mca_coll_han_gather_lg_task()
318 t->up_comm->c_coll->coll_gather((char *)t->sbuf, in mca_coll_han_gather_ug_task()
361 return comm->c_coll->coll_gather(sbuf, scount, sdtype, rbuf, in mca_coll_han_gather_intra_simple()
376 return comm->c_coll->coll_gather(sbuf, scount, sdtype, rbuf, in mca_coll_han_gather_intra_simple()
441 low_comm->c_coll->coll_gather((char *)sbuf, in mca_coll_han_gather_intra_simple()
449 low_comm->c_coll->coll_gather_module); in mca_coll_han_gather_intra_simple()
453 up_comm->c_coll->coll_gather((char *)tmp_buf_start, in mca_coll_han_gather_intra_simple()
[all …]
H A Dcoll_han_scatter.c89 return comm->c_coll->coll_scatter(sbuf, scount, sdtype, rbuf, rcount, rdtype, root, in mca_coll_han_scatter_intra()
90 comm, comm->c_coll->coll_scatter_module); in mca_coll_han_scatter_intra()
103 return comm->c_coll->coll_scatter(sbuf, scount, sdtype, rbuf, rcount, rdtype, root, in mca_coll_han_scatter_intra()
104 comm, comm->c_coll->coll_scatter_module); in mca_coll_han_scatter_intra()
215 t->up_comm->c_coll->coll_scatter((char *) t->sbuf, t->scount * low_size, t->sdtype, in mca_coll_han_scatter_us_task()
246 t->low_comm->c_coll->coll_scatter_module); in mca_coll_han_scatter_ls_task()
285 return comm->c_coll->coll_scatter(sbuf, scount, sdtype, rbuf, rcount, rdtype, root, in mca_coll_han_scatter_intra_simple()
373 up_comm->c_coll->coll_scatter((char*) reorder_buf, in mca_coll_han_scatter_intra_simple()
381 up_comm->c_coll->coll_scatter_module); in mca_coll_han_scatter_intra_simple()
389 low_comm->c_coll->coll_scatter((char *)tmp_buf, in mca_coll_han_scatter_intra_simple()
[all …]
/dports/net/openmpi/openmpi-4.1.1/oshmem/mca/scoll/mpi/
H A Dscoll_mpi_ops.c25 …rc = mpi_module->comm->c_coll->coll_barrier(mpi_module->comm, mpi_module->comm->c_coll->coll_barri… in mca_scoll_mpi_barrier()
87 …rc = mpi_module->comm->c_coll->coll_bcast(buf, nlong, dtype, root, mpi_module->comm, mpi_module->c… in mca_scoll_mpi_broadcast()
147 … mpi_module->comm->c_coll->coll_allgather(sbuf, (int)nlong, stype, rbuf, (int)nlong, rtype, mpi_mo… in mca_scoll_mpi_collect()
149 …rc = mpi_module->comm->c_coll->coll_allgather(sbuf, nlong, stype, rbuf, nlong, rtype, mpi_module->… in mca_scoll_mpi_collect()
187 rc = mpi_module->comm->c_coll->coll_allgather(&len, sizeof(len), stype, recvcounts, in mca_scoll_mpi_collect()
189 … mpi_module->comm->c_coll->coll_allgather_module); in mca_scoll_mpi_collect()
199 rc = mpi_module->comm->c_coll->coll_allgatherv(source, nlong, stype, target, recvcounts, in mca_scoll_mpi_collect()
201 … mpi_module->comm->c_coll->coll_allgatherv_module); in mca_scoll_mpi_collect()
259 …rc = mpi_module->comm->c_coll->coll_allreduce(sbuf, rbuf, (int)count, dtype, h_op, mpi_module->com… in mca_scoll_mpi_reduce()
261 …rc = mpi_module->comm->c_coll->coll_allreduce(sbuf, rbuf, count, dtype, h_op, mpi_module->comm, mp… in mca_scoll_mpi_reduce()
/dports/net/openmpi3/openmpi-3.1.6/oshmem/mca/scoll/mpi/
H A Dscoll_mpi_ops.c25 …rc = mpi_module->comm->c_coll->coll_barrier(mpi_module->comm, mpi_module->comm->c_coll->coll_barri… in mca_scoll_mpi_barrier()
75 …rc = mpi_module->comm->c_coll->coll_bcast(buf, (int)nlong, dtype, root, mpi_module->comm, mpi_modu… in mca_scoll_mpi_broadcast()
77 …rc = mpi_module->comm->c_coll->coll_bcast(buf, nlong, dtype, root, mpi_module->comm, mpi_module->c… in mca_scoll_mpi_broadcast()
130 … mpi_module->comm->c_coll->coll_allgather(sbuf, (int)nlong, stype, rbuf, (int)nlong, rtype, mpi_mo… in mca_scoll_mpi_collect()
132 …rc = mpi_module->comm->c_coll->coll_allgather(sbuf, nlong, stype, rbuf, nlong, rtype, mpi_module->… in mca_scoll_mpi_collect()
199 …rc = mpi_module->comm->c_coll->coll_allreduce(sbuf, rbuf, (int)count, dtype, h_op, mpi_module->com… in mca_scoll_mpi_reduce()
201 …rc = mpi_module->comm->c_coll->coll_allreduce(sbuf, rbuf, count, dtype, h_op, mpi_module->comm, mp… in mca_scoll_mpi_reduce()
/dports/net/openmpi/openmpi-4.1.1/ompi/mca/coll/base/
H A Dcoll_base_comm_unselect.c42 if (NULL != comm->c_coll->coll_ ## func ## _module) { \
43 if (NULL != comm->c_coll->coll_ ## func ## _module->coll_module_disable) { \
44 comm->c_coll->coll_ ## func ## _module->coll_module_disable( \
47 OBJ_RELEASE(comm->c_coll->coll_ ## func ## _module); \
48 comm->c_coll->coll_## func = NULL; \
49 comm->c_coll->coll_## func ## _module = NULL; \
131 for (item = opal_list_remove_first(comm->c_coll->module_list); in mca_coll_base_comm_unselect()
132 NULL != item; item = opal_list_remove_first(comm->c_coll->module_list)) { in mca_coll_base_comm_unselect()
140 OBJ_RELEASE(comm->c_coll->module_list); in mca_coll_base_comm_unselect()
142 free(comm->c_coll); in mca_coll_base_comm_unselect()
[all …]
/dports/net/openmpi3/openmpi-3.1.6/ompi/mca/coll/base/
H A Dcoll_base_comm_unselect.c39 if (NULL != comm->c_coll->coll_ ## func ## _module) { \
40 if (NULL != comm->c_coll->coll_ ## func ## _module->coll_module_disable) { \
41 comm->c_coll->coll_ ## func ## _module->coll_module_disable( \
42 comm->c_coll->coll_ ## func ## _module, comm); \
44 OBJ_RELEASE(comm->c_coll->coll_ ## func ## _module); \
45 comm->c_coll->coll_## func = NULL; \
46 comm->c_coll->coll_## func ## _module = NULL; \
102 free(comm->c_coll); in mca_coll_base_comm_unselect()
103 comm->c_coll = NULL; in mca_coll_base_comm_unselect()
/dports/net/openmpi3/openmpi-3.1.6/ompi/include/ompi/
H A Dmemchecker.h229 …opal_memchecker_base_isdefined (&comm->c_coll->coll_allgather, sizeof(mca_coll_base_module_allgath… in memchecker_comm()
232 …opal_memchecker_base_isdefined (&comm->c_coll->coll_alltoall, sizeof(mca_coll_base_module_alltoall… in memchecker_comm()
235 …opal_memchecker_base_isdefined (&comm->c_coll->coll_barrier, sizeof(mca_coll_base_module_barrier_f… in memchecker_comm()
236 …opal_memchecker_base_isdefined (&comm->c_coll->coll_bcast, sizeof(mca_coll_base_module_bcast_fn_t)… in memchecker_comm()
237 …opal_memchecker_base_isdefined (&comm->c_coll->coll_exscan, sizeof(mca_coll_base_module_exscan_fn_… in memchecker_comm()
238 …opal_memchecker_base_isdefined (&comm->c_coll->coll_gather, sizeof(mca_coll_base_module_gather_fn_… in memchecker_comm()
239 …opal_memchecker_base_isdefined (&comm->c_coll->coll_gatherv, sizeof(mca_coll_base_module_gatherv_f… in memchecker_comm()
240 …opal_memchecker_base_isdefined (&comm->c_coll->coll_reduce, sizeof(mca_coll_base_module_reduce_fn_… in memchecker_comm()
242 … opal_memchecker_base_isdefined (&comm->c_coll->coll_scan, sizeof(mca_coll_base_module_scan_fn_t)); in memchecker_comm()
243 …opal_memchecker_base_isdefined (&comm->c_coll->coll_scatter, sizeof(mca_coll_base_module_scatter_f… in memchecker_comm()
[all …]
/dports/net/openmpi/openmpi-4.1.1/ompi/include/ompi/
H A Dmemchecker.h229 …opal_memchecker_base_isdefined (&comm->c_coll->coll_allgather, sizeof(mca_coll_base_module_allgath… in memchecker_comm()
232 …opal_memchecker_base_isdefined (&comm->c_coll->coll_alltoall, sizeof(mca_coll_base_module_alltoall… in memchecker_comm()
235 …opal_memchecker_base_isdefined (&comm->c_coll->coll_barrier, sizeof(mca_coll_base_module_barrier_f… in memchecker_comm()
236 …opal_memchecker_base_isdefined (&comm->c_coll->coll_bcast, sizeof(mca_coll_base_module_bcast_fn_t)… in memchecker_comm()
237 …opal_memchecker_base_isdefined (&comm->c_coll->coll_exscan, sizeof(mca_coll_base_module_exscan_fn_… in memchecker_comm()
238 …opal_memchecker_base_isdefined (&comm->c_coll->coll_gather, sizeof(mca_coll_base_module_gather_fn_… in memchecker_comm()
239 …opal_memchecker_base_isdefined (&comm->c_coll->coll_gatherv, sizeof(mca_coll_base_module_gatherv_f… in memchecker_comm()
240 …opal_memchecker_base_isdefined (&comm->c_coll->coll_reduce, sizeof(mca_coll_base_module_reduce_fn_… in memchecker_comm()
242 … opal_memchecker_base_isdefined (&comm->c_coll->coll_scan, sizeof(mca_coll_base_module_scan_fn_t)); in memchecker_comm()
243 …opal_memchecker_base_isdefined (&comm->c_coll->coll_scatter, sizeof(mca_coll_base_module_scatter_f… in memchecker_comm()
[all …]
/dports/net/openmpi/openmpi-4.1.1/ompi/mca/sharedfp/lockedfile/
H A Dsharedfp_lockedfile_file_open.c84 err = comm->c_coll->coll_bcast ( &masterjobid, 1, MPI_UNSIGNED, 0, comm, in mca_sharedfp_lockedfile_file_open()
85 comm->c_coll->coll_bcast_module ); in mca_sharedfp_lockedfile_file_open()
97 … err = comm->c_coll->coll_bcast (&int_pid, 1, MPI_INT, 0, comm, comm->c_coll->coll_bcast_module ); in mca_sharedfp_lockedfile_file_open()
135 err = comm->c_coll->coll_barrier ( comm, comm->c_coll->coll_barrier_module ); in mca_sharedfp_lockedfile_file_open()
161 return comm->c_coll->coll_barrier ( comm, comm->c_coll->coll_barrier_module ); in mca_sharedfp_lockedfile_file_open()
/dports/net/openmpi3/openmpi-3.1.6/ompi/mca/sharedfp/lockedfile/
H A Dsharedfp_lockedfile_file_open.c114 comm->c_coll->coll_bcast ( &masterjobid, 1, MPI_UNSIGNED, 0, comm, in mca_sharedfp_lockedfile_file_open()
115 comm->c_coll->coll_bcast_module ); in mca_sharedfp_lockedfile_file_open()
121 … err = comm->c_coll->coll_bcast (&int_pid, 1, MPI_INT, 0, comm, comm->c_coll->coll_bcast_module ); in mca_sharedfp_lockedfile_file_open()
152 comm->c_coll->coll_barrier ( comm, comm->c_coll->coll_barrier_module ); in mca_sharedfp_lockedfile_file_open()
170 comm->c_coll->coll_barrier ( comm, comm->c_coll->coll_barrier_module ); in mca_sharedfp_lockedfile_file_open()
/dports/net/openmpi3/openmpi-3.1.6/ompi/mca/coll/basic/
H A Dcoll_basic_allreduce.c56 …err = comm->c_coll->coll_reduce(MPI_IN_PLACE, rbuf, count, dtype, op, 0, comm, comm->c_coll->coll_… in mca_coll_basic_allreduce_intra()
58 …err = comm->c_coll->coll_reduce(rbuf, NULL, count, dtype, op, 0, comm, comm->c_coll->coll_reduce_m… in mca_coll_basic_allreduce_intra()
61 …err = comm->c_coll->coll_reduce(sbuf, rbuf, count, dtype, op, 0, comm, comm->c_coll->coll_reduce_m… in mca_coll_basic_allreduce_intra()
67 return comm->c_coll->coll_bcast(rbuf, count, dtype, 0, comm, comm->c_coll->coll_bcast_module); in mca_coll_basic_allreduce_intra()
/dports/net/openmpi/openmpi-4.1.1/ompi/mca/coll/basic/
H A Dcoll_basic_allreduce.c56 …err = comm->c_coll->coll_reduce(MPI_IN_PLACE, rbuf, count, dtype, op, 0, comm, comm->c_coll->coll_… in mca_coll_basic_allreduce_intra()
58 …err = comm->c_coll->coll_reduce(rbuf, NULL, count, dtype, op, 0, comm, comm->c_coll->coll_reduce_m… in mca_coll_basic_allreduce_intra()
61 …err = comm->c_coll->coll_reduce(sbuf, rbuf, count, dtype, op, 0, comm, comm->c_coll->coll_reduce_m… in mca_coll_basic_allreduce_intra()
67 return comm->c_coll->coll_bcast(rbuf, count, dtype, 0, comm, comm->c_coll->coll_bcast_module); in mca_coll_basic_allreduce_intra()

12345678910>>...17