sbuf 1539 ompi/communicator/comm.c opal_buffer_t *sbuf=NULL, *rbuf=NULL; sbuf 1549 ompi/communicator/comm.c sbuf = OBJ_NEW(opal_buffer_t); sbuf 1550 ompi/communicator/comm.c if (NULL == sbuf) { sbuf 1556 ompi/communicator/comm.c local_size, sbuf); sbuf 1564 ompi/communicator/comm.c rc = ompi_proc_pack (proc_list, local_size, sbuf); sbuf 1569 ompi/communicator/comm.c if (OPAL_SUCCESS != (rc = opal_dss.unload(sbuf, &sendbuf, &size_len))) { sbuf 1683 ompi/communicator/comm.c if (NULL != sbuf) { sbuf 1684 ompi/communicator/comm.c OBJ_RELEASE(sbuf); sbuf 896 ompi/communicator/comm_cid.c opal_buffer_t sbuf; sbuf 902 ompi/communicator/comm_cid.c OBJ_CONSTRUCT(&sbuf, opal_buffer_t); sbuf 904 ompi/communicator/comm_cid.c if (OPAL_SUCCESS != (rc = opal_dss.pack(&sbuf, context->tmpbuf, (int32_t)context->count, OPAL_INT))) { sbuf 905 ompi/communicator/comm_cid.c OBJ_DESTRUCT(&sbuf); sbuf 916 ompi/communicator/comm_cid.c opal_dss.unload(&sbuf, (void**)&info.data.bo.bytes, &info.data.bo.size); sbuf 917 ompi/communicator/comm_cid.c OBJ_DESTRUCT(&sbuf); sbuf 960 ompi/communicator/comm_cid.c OBJ_CONSTRUCT(&sbuf, opal_buffer_t); sbuf 961 ompi/communicator/comm_cid.c opal_dss.load(&sbuf, pdat.value.data.bo.bytes, pdat.value.data.bo.size); sbuf 966 ompi/communicator/comm_cid.c rc = opal_dss.unpack (&sbuf, context->outbuf, &size_count, OPAL_INT); sbuf 967 ompi/communicator/comm_cid.c OBJ_DESTRUCT(&sbuf); sbuf 303 ompi/datatype/ompi_datatype.h OMPI_DECLSPEC int32_t ompi_datatype_sndrcv( const void *sbuf, int32_t scount, const ompi_datatype_t* sdtype, sbuf 45 ompi/datatype/ompi_datatype_sndrcv.c int32_t ompi_datatype_sndrcv( const void *sbuf, int32_t scount, const ompi_datatype_t* sdtype, sbuf 62 ompi/datatype/ompi_datatype_sndrcv.c opal_datatype_copy_content_same_ddt(&(rdtype->super), count, (char*)rbuf, (char*)sbuf); sbuf 70 ompi/datatype/ompi_datatype_sndrcv.c &(sdtype->super), scount, sbuf, 0, sbuf 91 ompi/datatype/ompi_datatype_sndrcv.c iov.iov_base = (IOVBASE_TYPE*)sbuf; sbuf 105 ompi/datatype/ompi_datatype_sndrcv.c &(sdtype->super), scount, sbuf, 0, sbuf 85 ompi/mca/coll/base/coll_base_allgather.c int ompi_coll_base_allgather_intra_bruck(const void *sbuf, int scount, sbuf 111 ompi/mca/coll/base/coll_base_allgather.c if (MPI_IN_PLACE != sbuf) { sbuf 112 ompi/mca/coll/base/coll_base_allgather.c tmpsend = (char*) sbuf; sbuf 253 ompi/mca/coll/base/coll_base_allgather.c ompi_coll_base_allgather_intra_recursivedoubling(const void *sbuf, int scount, sbuf 280 ompi/mca/coll/base/coll_base_allgather.c return ompi_coll_base_allgather_intra_bruck(sbuf, scount, sdtype, sbuf 296 ompi/mca/coll/base/coll_base_allgather.c if (MPI_IN_PLACE != sbuf) { sbuf 297 ompi/mca/coll/base/coll_base_allgather.c tmpsend = (char*) sbuf; sbuf 358 ompi/mca/coll/base/coll_base_allgather.c int ompi_coll_base_allgather_intra_ring(const void *sbuf, int scount, sbuf 383 ompi/mca/coll/base/coll_base_allgather.c if (MPI_IN_PLACE != sbuf) { sbuf 384 ompi/mca/coll/base/coll_base_allgather.c tmpsend = (char*) sbuf; sbuf 484 ompi/mca/coll/base/coll_base_allgather.c ompi_coll_base_allgather_intra_neighborexchange(const void *sbuf, int scount, sbuf 503 ompi/mca/coll/base/coll_base_allgather.c return ompi_coll_base_allgather_intra_ring(sbuf, scount, sdtype, sbuf 519 ompi/mca/coll/base/coll_base_allgather.c if (MPI_IN_PLACE != sbuf) { sbuf 520 ompi/mca/coll/base/coll_base_allgather.c tmpsend = (char*) sbuf; sbuf 598 ompi/mca/coll/base/coll_base_allgather.c int ompi_coll_base_allgather_intra_two_procs(const void *sbuf, int scount, sbuf 627 ompi/mca/coll/base/coll_base_allgather.c tmpsend = (char*)sbuf; sbuf 628 ompi/mca/coll/base/coll_base_allgather.c if (MPI_IN_PLACE == sbuf) { sbuf 643 ompi/mca/coll/base/coll_base_allgather.c if (MPI_IN_PLACE != sbuf) { sbuf 644 ompi/mca/coll/base/coll_base_allgather.c err = ompi_datatype_sndrcv((char*)sbuf, scount, sdtype, sbuf 681 ompi/mca/coll/base/coll_base_allgather.c ompi_coll_base_allgather_intra_basic_linear(const void *sbuf, int scount, sbuf 697 ompi/mca/coll/base/coll_base_allgather.c if (MPI_IN_PLACE == sbuf && 0 != ompi_comm_rank(comm)) { sbuf 699 ompi/mca/coll/base/coll_base_allgather.c sbuf = ((char*) rbuf) + (ompi_comm_rank(comm) * extent * rcount); sbuf 706 ompi/mca/coll/base/coll_base_allgather.c err = comm->c_coll->coll_gather(sbuf, scount, sdtype, sbuf 93 ompi/mca/coll/base/coll_base_allgatherv.c int ompi_coll_base_allgatherv_intra_bruck(const void *sbuf, int scount, sbuf 121 ompi/mca/coll/base/coll_base_allgatherv.c if (MPI_IN_PLACE != sbuf) { sbuf 122 ompi/mca/coll/base/coll_base_allgatherv.c tmpsend = (char*) sbuf; sbuf 221 ompi/mca/coll/base/coll_base_allgatherv.c int ompi_coll_base_allgatherv_intra_ring(const void *sbuf, int scount, sbuf 246 ompi/mca/coll/base/coll_base_allgatherv.c if (MPI_IN_PLACE != sbuf) { sbuf 247 ompi/mca/coll/base/coll_base_allgatherv.c tmpsend = (char*) sbuf; sbuf 348 ompi/mca/coll/base/coll_base_allgatherv.c ompi_coll_base_allgatherv_intra_neighborexchange(const void *sbuf, int scount, sbuf 369 ompi/mca/coll/base/coll_base_allgatherv.c return ompi_coll_base_allgatherv_intra_ring(sbuf, scount, sdtype, sbuf 386 ompi/mca/coll/base/coll_base_allgatherv.c if (MPI_IN_PLACE != sbuf) { sbuf 387 ompi/mca/coll/base/coll_base_allgatherv.c tmpsend = (char*) sbuf; sbuf 493 ompi/mca/coll/base/coll_base_allgatherv.c int ompi_coll_base_allgatherv_intra_two_procs(const void *sbuf, int scount, sbuf 523 ompi/mca/coll/base/coll_base_allgatherv.c tmpsend = (char*)sbuf; sbuf 524 ompi/mca/coll/base/coll_base_allgatherv.c if (MPI_IN_PLACE == sbuf) { sbuf 539 ompi/mca/coll/base/coll_base_allgatherv.c if (MPI_IN_PLACE != sbuf) { sbuf 540 ompi/mca/coll/base/coll_base_allgatherv.c err = ompi_datatype_sndrcv((char*)sbuf, scount, sdtype, sbuf 579 ompi/mca/coll/base/coll_base_allgatherv.c ompi_coll_base_allgatherv_intra_basic_default(const void *sbuf, int scount, sbuf 603 ompi/mca/coll/base/coll_base_allgatherv.c if (MPI_IN_PLACE == sbuf) { sbuf 610 ompi/mca/coll/base/coll_base_allgatherv.c send_buf = (char*)sbuf; sbuf 54 ompi/mca/coll/base/coll_base_allreduce.c ompi_coll_base_allreduce_intra_nonoverlapping(const void *sbuf, void *rbuf, int count, sbuf 68 ompi/mca/coll/base/coll_base_allreduce.c if (MPI_IN_PLACE == sbuf) { sbuf 77 ompi/mca/coll/base/coll_base_allreduce.c err = comm->c_coll->coll_reduce (sbuf, rbuf, count, dtype, op, 0, sbuf 130 ompi/mca/coll/base/coll_base_allreduce.c ompi_coll_base_allreduce_intra_recursivedoubling(const void *sbuf, void *rbuf, sbuf 150 ompi/mca/coll/base/coll_base_allreduce.c if (MPI_IN_PLACE != sbuf) { sbuf 151 ompi/mca/coll/base/coll_base_allreduce.c ret = ompi_datatype_copy_content_same_ddt(dtype, count, (char*)rbuf, (char*)sbuf); sbuf 163 ompi/mca/coll/base/coll_base_allreduce.c if (MPI_IN_PLACE == sbuf) { sbuf 167 ompi/mca/coll/base/coll_base_allreduce.c ret = ompi_datatype_copy_content_same_ddt(dtype, count, inplacebuf, (char*)sbuf); sbuf 341 ompi/mca/coll/base/coll_base_allreduce.c ompi_coll_base_allreduce_intra_ring(const void *sbuf, void *rbuf, int count, sbuf 363 ompi/mca/coll/base/coll_base_allreduce.c if (MPI_IN_PLACE != sbuf) { sbuf 364 ompi/mca/coll/base/coll_base_allreduce.c ret = ompi_datatype_copy_content_same_ddt(dtype, count, (char*)rbuf, (char*)sbuf); sbuf 373 ompi/mca/coll/base/coll_base_allreduce.c return (ompi_coll_base_allreduce_intra_recursivedoubling(sbuf, rbuf, sbuf 408 ompi/mca/coll/base/coll_base_allreduce.c if (MPI_IN_PLACE != sbuf) { sbuf 409 ompi/mca/coll/base/coll_base_allreduce.c ret = ompi_datatype_copy_content_same_ddt(dtype, count, (char*)rbuf, (char*)sbuf); sbuf 618 ompi/mca/coll/base/coll_base_allreduce.c ompi_coll_base_allreduce_intra_ring_segmented(const void *sbuf, void *rbuf, int count, sbuf 642 ompi/mca/coll/base/coll_base_allreduce.c if (MPI_IN_PLACE != sbuf) { sbuf 643 ompi/mca/coll/base/coll_base_allreduce.c ret = ompi_datatype_copy_content_same_ddt(dtype, count, (char*)rbuf, (char*)sbuf); sbuf 658 ompi/mca/coll/base/coll_base_allreduce.c return (ompi_coll_base_allreduce_intra_ring(sbuf, rbuf, count, dtype, op, sbuf 696 ompi/mca/coll/base/coll_base_allreduce.c if (MPI_IN_PLACE != sbuf) { sbuf 697 ompi/mca/coll/base/coll_base_allreduce.c ret = ompi_datatype_copy_content_same_ddt(dtype, count, (char*)rbuf, (char*)sbuf); sbuf 881 ompi/mca/coll/base/coll_base_allreduce.c ompi_coll_base_allreduce_intra_basic_linear(const void *sbuf, void *rbuf, int count, sbuf 895 ompi/mca/coll/base/coll_base_allreduce.c if (MPI_IN_PLACE == sbuf) { sbuf 904 ompi/mca/coll/base/coll_base_allreduce.c err = ompi_coll_base_reduce_intra_basic_linear(sbuf, rbuf, count, dtype, sbuf 971 ompi/mca/coll/base/coll_base_allreduce.c const void *sbuf, void *rbuf, int count, struct ompi_datatype_t *dtype, sbuf 993 ompi/mca/coll/base/coll_base_allreduce.c return ompi_coll_base_allreduce_intra_basic_linear(sbuf, rbuf, count, dtype, sbuf 1009 ompi/mca/coll/base/coll_base_allreduce.c if (sbuf != MPI_IN_PLACE) { sbuf 1011 ompi/mca/coll/base/coll_base_allreduce.c (char *)sbuf); sbuf 132 ompi/mca/coll/base/coll_base_alltoall.c int ompi_coll_base_alltoall_intra_pairwise(const void *sbuf, int scount, sbuf 143 ompi/mca/coll/base/coll_base_alltoall.c if (MPI_IN_PLACE == sbuf) { sbuf 168 ompi/mca/coll/base/coll_base_alltoall.c tmpsend = (char*)sbuf + (ptrdiff_t)sendto * sext * (ptrdiff_t)scount; sbuf 191 ompi/mca/coll/base/coll_base_alltoall.c int ompi_coll_base_alltoall_intra_bruck(const void *sbuf, int scount, sbuf 204 ompi/mca/coll/base/coll_base_alltoall.c if (MPI_IN_PLACE == sbuf) { sbuf 237 ompi/mca/coll/base/coll_base_alltoall.c ((char*) sbuf) + (ptrdiff_t)rank * (ptrdiff_t)scount * sext); sbuf 245 ompi/mca/coll/base/coll_base_alltoall.c (char*) sbuf); sbuf 333 ompi/mca/coll/base/coll_base_alltoall.c int ompi_coll_base_alltoall_intra_linear_sync(const void *sbuf, int scount, sbuf 348 ompi/mca/coll/base/coll_base_alltoall.c if (MPI_IN_PLACE == sbuf) { sbuf 375 ompi/mca/coll/base/coll_base_alltoall.c psnd = ((char *) sbuf) + (ptrdiff_t)rank * sext; sbuf 400 ompi/mca/coll/base/coll_base_alltoall.c psnd = (char *) sbuf; sbuf 490 ompi/mca/coll/base/coll_base_alltoall.c int ompi_coll_base_alltoall_intra_two_procs(const void *sbuf, int scount, sbuf 501 ompi/mca/coll/base/coll_base_alltoall.c if (MPI_IN_PLACE == sbuf) { sbuf 524 ompi/mca/coll/base/coll_base_alltoall.c tmpsend = (char*)sbuf + (ptrdiff_t)remote * sext * (ptrdiff_t)scount; sbuf 536 ompi/mca/coll/base/coll_base_alltoall.c err = ompi_datatype_sndrcv((char*) sbuf + (ptrdiff_t)rank * sext * (ptrdiff_t)scount, sbuf 569 ompi/mca/coll/base/coll_base_alltoall.c int ompi_coll_base_alltoall_intra_basic_linear(const void *sbuf, int scount, sbuf 584 ompi/mca/coll/base/coll_base_alltoall.c if (MPI_IN_PLACE == sbuf) { sbuf 611 ompi/mca/coll/base/coll_base_alltoall.c psnd = ((char *) sbuf) + (ptrdiff_t)rank * sndinc; sbuf 631 ompi/mca/coll/base/coll_base_alltoall.c psnd = (char *) sbuf; sbuf 125 ompi/mca/coll/base/coll_base_alltoallv.c ompi_coll_base_alltoallv_intra_pairwise(const void *sbuf, const int *scounts, const int *sdisps, sbuf 136 ompi/mca/coll/base/coll_base_alltoallv.c if (MPI_IN_PLACE == sbuf) { sbuf 158 ompi/mca/coll/base/coll_base_alltoallv.c psnd = (char*)sbuf + (ptrdiff_t)sdisps[sendto] * sext; sbuf 189 ompi/mca/coll/base/coll_base_alltoallv.c ompi_coll_base_alltoallv_intra_basic_linear(const void *sbuf, const int *scounts, const int *sdisps, sbuf 203 ompi/mca/coll/base/coll_base_alltoallv.c if (MPI_IN_PLACE == sbuf) { sbuf 218 ompi/mca/coll/base/coll_base_alltoallv.c psnd = ((char *) sbuf) + (ptrdiff_t)sdisps[rank] * sext; sbuf 259 ompi/mca/coll/base/coll_base_alltoallv.c psnd = ((char *) sbuf) + (ptrdiff_t)sdisps[i] * sext; sbuf 35 ompi/mca/coll/base/coll_base_exscan.c ompi_coll_base_exscan_intra_linear(const void *sbuf, void *rbuf, int count, sbuf 51 ompi/mca/coll/base/coll_base_exscan.c if (MPI_IN_PLACE == sbuf) { sbuf 52 ompi/mca/coll/base/coll_base_exscan.c sbuf = rbuf; sbuf 58 ompi/mca/coll/base/coll_base_exscan.c return MCA_PML_CALL(send(sbuf, count, dtype, rank + 1, sbuf 84 ompi/mca/coll/base/coll_base_exscan.c reduce_buffer, (char*)sbuf); sbuf 41 ompi/mca/coll/base/coll_base_gather.c ompi_coll_base_gather_intra_binomial(const void *sbuf, int scount, sbuf 76 ompi/mca/coll/base/coll_base_gather.c if (sbuf != MPI_IN_PLACE) { sbuf 77 ompi/mca/coll/base/coll_base_gather.c err = ompi_datatype_sndrcv((void *)sbuf, scount, sdtype, sbuf 90 ompi/mca/coll/base/coll_base_gather.c if (sbuf != MPI_IN_PLACE) { sbuf 92 ompi/mca/coll/base/coll_base_gather.c err = ompi_datatype_sndrcv((void *)sbuf, scount, sdtype, sbuf 116 ompi/mca/coll/base/coll_base_gather.c err = ompi_datatype_sndrcv((void *)sbuf, scount, sdtype, sbuf 129 ompi/mca/coll/base/coll_base_gather.c ptmp = (char *) sbuf; sbuf 208 ompi/mca/coll/base/coll_base_gather.c ompi_coll_base_gather_intra_linear_sync(const void *sbuf, int scount, sbuf 246 ompi/mca/coll/base/coll_base_gather.c ret = MCA_PML_CALL(send(sbuf, first_segment_count, sdtype, root, sbuf 251 ompi/mca/coll/base/coll_base_gather.c ret = MCA_PML_CALL(send((char*)sbuf + extent * first_segment_count, sbuf 313 ompi/mca/coll/base/coll_base_gather.c if (MPI_IN_PLACE != sbuf) { sbuf 314 ompi/mca/coll/base/coll_base_gather.c ret = ompi_datatype_sndrcv((void *)sbuf, scount, sdtype, sbuf 368 ompi/mca/coll/base/coll_base_gather.c ompi_coll_base_gather_intra_basic_linear(const void *sbuf, int scount, sbuf 388 ompi/mca/coll/base/coll_base_gather.c return MCA_PML_CALL(send(sbuf, scount, sdtype, root, sbuf 399 ompi/mca/coll/base/coll_base_gather.c if (MPI_IN_PLACE != sbuf) { sbuf 400 ompi/mca/coll/base/coll_base_gather.c err = ompi_datatype_sndrcv((void *)sbuf, scount, sdtype, sbuf 627 ompi/mca/coll/base/coll_base_reduce.c ompi_coll_base_reduce_intra_basic_linear(const void *sbuf, void *rbuf, int count, sbuf 649 ompi/mca/coll/base/coll_base_reduce.c err = MCA_PML_CALL(send(sbuf, count, dtype, root, sbuf 658 ompi/mca/coll/base/coll_base_reduce.c if (MPI_IN_PLACE == sbuf) { sbuf 659 ompi/mca/coll/base/coll_base_reduce.c sbuf = rbuf; sbuf 681 ompi/mca/coll/base/coll_base_reduce.c err = ompi_datatype_copy_content_same_ddt(dtype, count, (char*)rbuf, (char*)sbuf); sbuf 698 ompi/mca/coll/base/coll_base_reduce.c inbuf = (char*)sbuf; sbuf 719 ompi/mca/coll/base/coll_base_reduce.c err = ompi_datatype_copy_content_same_ddt(dtype, count, (char*)sbuf, rbuf); sbuf 792 ompi/mca/coll/base/coll_base_reduce.c const void *sbuf, void *rbuf, int count, struct ompi_datatype_t *dtype, sbuf 812 ompi/mca/coll/base/coll_base_reduce.c return ompi_coll_base_reduce_intra_basic_linear(sbuf, rbuf, count, dtype, sbuf 840 ompi/mca/coll/base/coll_base_reduce.c if ((rank != root) || (sbuf != MPI_IN_PLACE)) { sbuf 842 ompi/mca/coll/base/coll_base_reduce.c (char *)sbuf); sbuf 47 ompi/mca/coll/base/coll_base_reduce_scatter.c int ompi_coll_base_reduce_scatter_intra_nonoverlapping(const void *sbuf, void *rbuf, sbuf 67 ompi/mca/coll/base/coll_base_reduce_scatter.c if (MPI_IN_PLACE == sbuf) { sbuf 86 ompi/mca/coll/base/coll_base_reduce_scatter.c err = comm->c_coll->coll_reduce (sbuf, tmprbuf, total_count, sbuf 99 ompi/mca/coll/base/coll_base_reduce_scatter.c if (MPI_IN_PLACE == sbuf && root == rank) { sbuf 132 ompi/mca/coll/base/coll_base_reduce_scatter.c ompi_coll_base_reduce_scatter_intra_basic_recursivehalving( const void *sbuf, sbuf 173 ompi/mca/coll/base/coll_base_reduce_scatter.c if (MPI_IN_PLACE == sbuf) { sbuf 174 ompi/mca/coll/base/coll_base_reduce_scatter.c sbuf = rbuf; sbuf 190 ompi/mca/coll/base/coll_base_reduce_scatter.c err = ompi_datatype_sndrcv(sbuf, count, dtype, result_buf, count, dtype); sbuf 456 ompi/mca/coll/base/coll_base_reduce_scatter.c ompi_coll_base_reduce_scatter_intra_ring( const void *sbuf, void *rbuf, const int *rcounts, sbuf 492 ompi/mca/coll/base/coll_base_reduce_scatter.c if (MPI_IN_PLACE != sbuf) { sbuf 494 ompi/mca/coll/base/coll_base_reduce_scatter.c (char*)rbuf, (char*)sbuf); sbuf 526 ompi/mca/coll/base/coll_base_reduce_scatter.c if (MPI_IN_PLACE == sbuf) { sbuf 527 ompi/mca/coll/base/coll_base_reduce_scatter.c sbuf = rbuf; sbuf 531 ompi/mca/coll/base/coll_base_reduce_scatter.c accumbuf, (char*)sbuf); sbuf 692 ompi/mca/coll/base/coll_base_reduce_scatter.c const void *sbuf, void *rbuf, const int *rcounts, struct ompi_datatype_t *dtype, sbuf 731 ompi/mca/coll/base/coll_base_reduce_scatter.c if (sbuf != MPI_IN_PLACE) { sbuf 732 ompi/mca/coll/base/coll_base_reduce_scatter.c err = ompi_datatype_copy_content_same_ddt(dtype, totalcount, psend, (char *)sbuf); sbuf 55 ompi/mca/coll/base/coll_base_reduce_scatter_block.c ompi_coll_base_reduce_scatter_block_basic_linear(const void *sbuf, void *rbuf, int rcount, sbuf 79 ompi/mca/coll/base/coll_base_reduce_scatter_block.c if (MPI_IN_PLACE == sbuf) { sbuf 80 ompi/mca/coll/base/coll_base_reduce_scatter_block.c sbuf = rbuf; sbuf 96 ompi/mca/coll/base/coll_base_reduce_scatter_block.c comm->c_coll->coll_reduce(sbuf, recv_buf, count, dtype, op, 0, sbuf 129 ompi/mca/coll/base/coll_base_reduce_scatter_block.c const void *sbuf, void *rbuf, int rcount, struct ompi_datatype_t *dtype, sbuf 161 ompi/mca/coll/base/coll_base_reduce_scatter_block.c if (sbuf != MPI_IN_PLACE) { sbuf 162 ompi/mca/coll/base/coll_base_reduce_scatter_block.c err = ompi_datatype_copy_content_same_ddt(dtype, totalcount, tmpbuf, (char *)sbuf); sbuf 327 ompi/mca/coll/base/coll_base_reduce_scatter_block.c const void *sbuf, void *rbuf, int rcount, struct ompi_datatype_t *dtype, sbuf 347 ompi/mca/coll/base/coll_base_reduce_scatter_block.c return ompi_coll_base_reduce_scatter_block_basic_linear(sbuf, rbuf, rcount, dtype, sbuf 362 ompi/mca/coll/base/coll_base_reduce_scatter_block.c if (sbuf != MPI_IN_PLACE) { sbuf 363 ompi/mca/coll/base/coll_base_reduce_scatter_block.c err = ompi_datatype_copy_content_same_ddt(dtype, totalcount, tmpbuf, (char *)sbuf); sbuf 506 ompi/mca/coll/base/coll_base_reduce_scatter_block.c const void *sbuf, void *rbuf, int rcount, struct ompi_datatype_t *dtype, sbuf 568 ompi/mca/coll/base/coll_base_reduce_scatter_block.c const void *sbuf, void *rbuf, int rcount, struct ompi_datatype_t *dtype, sbuf 587 ompi/mca/coll/base/coll_base_reduce_scatter_block.c sbuf, rbuf, rcount, dtype, op, comm, module); sbuf 602 ompi/mca/coll/base/coll_base_reduce_scatter_block.c if (sbuf != MPI_IN_PLACE) { sbuf 603 ompi/mca/coll/base/coll_base_reduce_scatter_block.c err = ompi_datatype_copy_content_same_ddt(dtype, totalcount, psend, (char *)sbuf); sbuf 811 ompi/mca/coll/base/coll_base_reduce_scatter_block.c const void *sbuf, void *rbuf, int rcount, struct ompi_datatype_t *dtype, sbuf 838 ompi/mca/coll/base/coll_base_reduce_scatter_block.c char *pdata = (sbuf != MPI_IN_PLACE) ? (char *)sbuf : rbuf; sbuf 35 ompi/mca/coll/base/coll_base_scan.c ompi_coll_base_scan_intra_linear(const void *sbuf, void *rbuf, int count, sbuf 54 ompi/mca/coll/base/coll_base_scan.c if (MPI_IN_PLACE != sbuf) { sbuf 55 ompi/mca/coll/base/coll_base_scan.c err = ompi_datatype_copy_content_same_ddt(dtype, count, (char*)rbuf, (char*)sbuf); sbuf 78 ompi/mca/coll/base/coll_base_scan.c if (MPI_IN_PLACE != sbuf) { sbuf 79 ompi/mca/coll/base/coll_base_scan.c err = ompi_datatype_copy_content_same_ddt(dtype, count, (char*)rbuf, (char*)sbuf); sbuf 63 ompi/mca/coll/base/coll_base_scatter.c const void *sbuf, int scount, struct ompi_datatype_t *sdtype, sbuf 96 ompi/mca/coll/base/coll_base_scatter.c ptmp = (char *)sbuf; sbuf 99 ompi/mca/coll/base/coll_base_scatter.c err = ompi_datatype_sndrcv(sbuf, scount, sdtype, sbuf 113 ompi/mca/coll/base/coll_base_scatter.c ptmp, (char *) sbuf + sextent * (ptrdiff_t)root * (ptrdiff_t)scount); sbuf 117 ompi/mca/coll/base/coll_base_scatter.c ptmp + sextent * (ptrdiff_t)scount * (ptrdiff_t)(size - root), (char *)sbuf); sbuf 217 ompi/mca/coll/base/coll_base_scatter.c ompi_coll_base_scatter_intra_basic_linear(const void *sbuf, int scount, sbuf 251 ompi/mca/coll/base/coll_base_scatter.c for (i = 0, ptmp = (char *) sbuf; i < size; ++i, ptmp += incr) { sbuf 58 ompi/mca/coll/basic/coll_basic.h int mca_coll_basic_allgather_inter(const void *sbuf, int scount, sbuf 65 ompi/mca/coll/basic/coll_basic.h int mca_coll_basic_allgatherv_inter(const void *sbuf, int scount, sbuf 73 ompi/mca/coll/basic/coll_basic.h int mca_coll_basic_allreduce_intra(const void *sbuf, void *rbuf, int count, sbuf 78 ompi/mca/coll/basic/coll_basic.h int mca_coll_basic_allreduce_inter(const void *sbuf, void *rbuf, int count, sbuf 84 ompi/mca/coll/basic/coll_basic.h int mca_coll_basic_alltoall_inter(const void *sbuf, int scount, sbuf 91 ompi/mca/coll/basic/coll_basic.h int mca_coll_basic_alltoallv_inter(const void *sbuf, const int *scounts, sbuf 100 ompi/mca/coll/basic/coll_basic.h int mca_coll_basic_alltoallw_intra(const void *sbuf, const int *scounts, sbuf 108 ompi/mca/coll/basic/coll_basic.h int mca_coll_basic_alltoallw_inter(const void *sbuf, const int *scounts, sbuf 141 ompi/mca/coll/basic/coll_basic.h int mca_coll_basic_exscan_intra(const void *sbuf, void *rbuf, int count, sbuf 147 ompi/mca/coll/basic/coll_basic.h int mca_coll_basic_exscan_inter(const void *sbuf, void *rbuf, int count, sbuf 153 ompi/mca/coll/basic/coll_basic.h int mca_coll_basic_gather_inter(const void *sbuf, int scount, sbuf 161 ompi/mca/coll/basic/coll_basic.h int mca_coll_basic_gatherv_intra(const void *sbuf, int scount, sbuf 169 ompi/mca/coll/basic/coll_basic.h int mca_coll_basic_gatherv_inter(const void *sbuf, int scount, sbuf 177 ompi/mca/coll/basic/coll_basic.h int mca_coll_basic_reduce_lin_inter(const void *sbuf, void *rbuf, int count, sbuf 184 ompi/mca/coll/basic/coll_basic.h int mca_coll_basic_reduce_log_intra(const void *sbuf, void *rbuf, int count, sbuf 190 ompi/mca/coll/basic/coll_basic.h int mca_coll_basic_reduce_log_inter(const void *sbuf, void *rbuf, int count, sbuf 197 ompi/mca/coll/basic/coll_basic.h int mca_coll_basic_reduce_scatter_block_intra(const void *sbuf, void *rbuf, sbuf 204 ompi/mca/coll/basic/coll_basic.h int mca_coll_basic_reduce_scatter_block_inter(const void *sbuf, void *rbuf, sbuf 211 ompi/mca/coll/basic/coll_basic.h int mca_coll_basic_reduce_scatter_intra(const void *sbuf, void *rbuf, sbuf 218 ompi/mca/coll/basic/coll_basic.h int mca_coll_basic_reduce_scatter_inter(const void *sbuf, void *rbuf, sbuf 225 ompi/mca/coll/basic/coll_basic.h int mca_coll_basic_scan_intra(const void *sbuf, void *rbuf, int count, sbuf 230 ompi/mca/coll/basic/coll_basic.h int mca_coll_basic_scan_inter(const void *sbuf, void *rbuf, int count, sbuf 236 ompi/mca/coll/basic/coll_basic.h int mca_coll_basic_scatter_inter(const void *sbuf, int scount, sbuf 244 ompi/mca/coll/basic/coll_basic.h int mca_coll_basic_scatterv_intra(const void *sbuf, const int *scounts, const int *disps, sbuf 251 ompi/mca/coll/basic/coll_basic.h int mca_coll_basic_scatterv_inter(const void *sbuf, const int *scounts, const int *disps, sbuf 259 ompi/mca/coll/basic/coll_basic.h int mca_coll_basic_neighbor_allgather(const void *sbuf, int scount, sbuf 265 ompi/mca/coll/basic/coll_basic.h int mca_coll_basic_neighbor_allgatherv(const void *sbuf, int scount, struct ompi_datatype_t *sdtype, sbuf 269 ompi/mca/coll/basic/coll_basic.h int mca_coll_basic_neighbor_alltoall(const void *sbuf, int scount, struct ompi_datatype_t *sdtype, void *rbuf, sbuf 273 ompi/mca/coll/basic/coll_basic.h int mca_coll_basic_neighbor_alltoallv(const void *sbuf, const int scounts[], const int sdisps[], sbuf 278 ompi/mca/coll/basic/coll_basic.h int mca_coll_basic_neighbor_alltoallw(const void *sbuf, const int scounts[], const MPI_Aint sdisps[], sbuf 44 ompi/mca/coll/basic/coll_basic_allgather.c mca_coll_basic_allgather_inter(const void *sbuf, int scount, sbuf 72 ompi/mca/coll/basic/coll_basic_allgather.c err = MCA_PML_CALL(send(sbuf, scount, sdtype, root, sbuf 86 ompi/mca/coll/basic/coll_basic_allgather.c err = MCA_PML_CALL(isend(sbuf, scount, sdtype, 0, sbuf 41 ompi/mca/coll/basic/coll_basic_allgatherv.c mca_coll_basic_allgatherv_inter(const void *sbuf, int scount, sbuf 64 ompi/mca/coll/basic/coll_basic_allgatherv.c err = comm->c_coll->coll_alltoallv(sbuf, scounts, sdisps, sdtype, sbuf 44 ompi/mca/coll/basic/coll_basic_allreduce.c mca_coll_basic_allreduce_intra(const void *sbuf, void *rbuf, int count, sbuf 54 ompi/mca/coll/basic/coll_basic_allreduce.c if (MPI_IN_PLACE == sbuf) { sbuf 61 ompi/mca/coll/basic/coll_basic_allreduce.c err = comm->c_coll->coll_reduce(sbuf, rbuf, count, dtype, op, 0, comm, comm->c_coll->coll_reduce_module); sbuf 79 ompi/mca/coll/basic/coll_basic_allreduce.c mca_coll_basic_allreduce_inter(const void *sbuf, void *rbuf, int count, sbuf 118 ompi/mca/coll/basic/coll_basic_allreduce.c err = ompi_coll_base_sendrecv_actual(sbuf, count, dtype, 0, sbuf 137 ompi/mca/coll/basic/coll_basic_allreduce.c err = MCA_PML_CALL(send(sbuf, count, dtype, root, sbuf 44 ompi/mca/coll/basic/coll_basic_alltoall.c mca_coll_basic_alltoall_inter(const void *sbuf, int scount, sbuf 86 ompi/mca/coll/basic/coll_basic_alltoall.c psnd = (char *) sbuf; sbuf 45 ompi/mca/coll/basic/coll_basic_alltoallv.c mca_coll_basic_alltoallv_inter(const void *sbuf, const int *scounts, const int *sdisps, sbuf 92 ompi/mca/coll/basic/coll_basic_alltoallv.c psnd = ((char *) sbuf) + (sdisps[i] * sndextent); sbuf 143 ompi/mca/coll/basic/coll_basic_alltoallw.c mca_coll_basic_alltoallw_intra(const void *sbuf, const int *scounts, const int *sdisps, sbuf 155 ompi/mca/coll/basic/coll_basic_alltoallw.c if (MPI_IN_PLACE == sbuf) { sbuf 165 ompi/mca/coll/basic/coll_basic_alltoallw.c psnd = ((char *) sbuf) + sdisps[rank]; sbuf 217 ompi/mca/coll/basic/coll_basic_alltoallw.c psnd = ((char *) sbuf) + sdisps[i]; sbuf 257 ompi/mca/coll/basic/coll_basic_alltoallw.c mca_coll_basic_alltoallw_inter(const void *sbuf, const int *scounts, const int *sdisps, sbuf 305 ompi/mca/coll/basic/coll_basic_alltoallw.c psnd = ((char *) sbuf) + sdisps[i]; sbuf 45 ompi/mca/coll/basic/coll_basic_exscan.c mca_coll_basic_exscan_intra(const void *sbuf, void *rbuf, int count, sbuf 51 ompi/mca/coll/basic/coll_basic_exscan.c return ompi_coll_base_exscan_intra_linear(sbuf, rbuf, count, dtype, op, comm, module); sbuf 63 ompi/mca/coll/basic/coll_basic_exscan.c mca_coll_basic_exscan_inter(const void *sbuf, void *rbuf, int count, sbuf 41 ompi/mca/coll/basic/coll_basic_gather.c mca_coll_basic_gather_inter(const void *sbuf, int scount, sbuf 63 ompi/mca/coll/basic/coll_basic_gather.c err = MCA_PML_CALL(send(sbuf, scount, sdtype, root, sbuf 40 ompi/mca/coll/basic/coll_basic_gatherv.c mca_coll_basic_gatherv_intra(const void *sbuf, int scount, sbuf 62 ompi/mca/coll/basic/coll_basic_gatherv.c return MCA_PML_CALL(send(sbuf, scount, sdtype, root, sbuf 81 ompi/mca/coll/basic/coll_basic_gatherv.c if (MPI_IN_PLACE != sbuf && (0 < scount) && (0 < rcounts[i])) { sbuf 82 ompi/mca/coll/basic/coll_basic_gatherv.c err = ompi_datatype_sndrcv(sbuf, scount, sdtype, sbuf 113 ompi/mca/coll/basic/coll_basic_gatherv.c mca_coll_basic_gatherv_inter(const void *sbuf, int scount, sbuf 135 ompi/mca/coll/basic/coll_basic_gatherv.c err = MCA_PML_CALL(send(sbuf, scount, sdtype, root, sbuf 40 ompi/mca/coll/basic/coll_basic_neighbor_allgather.c mca_coll_basic_neighbor_allgather_cart(const void *sbuf, int scount, sbuf 80 ompi/mca/coll/basic/coll_basic_neighbor_allgather.c rc = MCA_PML_CALL(isend((void *) sbuf, scount, sdtype, srank, sbuf 97 ompi/mca/coll/basic/coll_basic_neighbor_allgather.c rc = MCA_PML_CALL(isend((void *) sbuf, scount, sdtype, drank, sbuf 120 ompi/mca/coll/basic/coll_basic_neighbor_allgather.c mca_coll_basic_neighbor_allgather_graph(const void *sbuf, int scount, sbuf 154 ompi/mca/coll/basic/coll_basic_neighbor_allgather.c rc = MCA_PML_CALL(isend((void *) sbuf, scount, sdtype, edges[neighbor], sbuf 173 ompi/mca/coll/basic/coll_basic_neighbor_allgather.c mca_coll_basic_neighbor_allgather_dist_graph(const void *sbuf, int scount, sbuf 213 ompi/mca/coll/basic/coll_basic_neighbor_allgather.c rc = MCA_PML_CALL(isend((void *) sbuf, scount, sdtype, outedges[neighbor], sbuf 232 ompi/mca/coll/basic/coll_basic_neighbor_allgather.c int mca_coll_basic_neighbor_allgather(const void *sbuf, int scount, sbuf 243 ompi/mca/coll/basic/coll_basic_neighbor_allgather.c return mca_coll_basic_neighbor_allgather_cart (sbuf, scount, sdtype, rbuf, sbuf 246 ompi/mca/coll/basic/coll_basic_neighbor_allgather.c return mca_coll_basic_neighbor_allgather_graph (sbuf, scount, sdtype, rbuf, sbuf 249 ompi/mca/coll/basic/coll_basic_neighbor_allgather.c return mca_coll_basic_neighbor_allgather_dist_graph (sbuf, scount, sdtype, rbuf, sbuf 40 ompi/mca/coll/basic/coll_basic_neighbor_allgatherv.c mca_coll_basic_neighbor_allgatherv_cart(const void *sbuf, int scount, struct ompi_datatype_t *sdtype, sbuf 78 ompi/mca/coll/basic/coll_basic_neighbor_allgatherv.c rc = MCA_PML_CALL(isend((void *) sbuf, scount, sdtype, srank, MCA_COLL_BASE_TAG_ALLGATHER, sbuf 90 ompi/mca/coll/basic/coll_basic_neighbor_allgatherv.c rc = MCA_PML_CALL(isend((void *) sbuf, scount, sdtype, drank, MCA_COLL_BASE_TAG_ALLGATHER, sbuf 109 ompi/mca/coll/basic/coll_basic_neighbor_allgatherv.c mca_coll_basic_neighbor_allgatherv_graph(const void *sbuf, int scount, struct ompi_datatype_t *sdtype, sbuf 140 ompi/mca/coll/basic/coll_basic_neighbor_allgatherv.c rc = MCA_PML_CALL(isend((void *) sbuf, scount, sdtype, edges[neighbor], sbuf 159 ompi/mca/coll/basic/coll_basic_neighbor_allgatherv.c mca_coll_basic_neighbor_allgatherv_dist_graph(const void *sbuf, int scount, struct ompi_datatype_t *sdtype, sbuf 196 ompi/mca/coll/basic/coll_basic_neighbor_allgatherv.c rc = MCA_PML_CALL(isend((void *) sbuf, scount, sdtype, outedges[neighbor], sbuf 214 ompi/mca/coll/basic/coll_basic_neighbor_allgatherv.c int mca_coll_basic_neighbor_allgatherv(const void *sbuf, int scount, struct ompi_datatype_t *sdtype, sbuf 223 ompi/mca/coll/basic/coll_basic_neighbor_allgatherv.c return mca_coll_basic_neighbor_allgatherv_cart (sbuf, scount, sdtype, rbuf, rcounts, sbuf 226 ompi/mca/coll/basic/coll_basic_neighbor_allgatherv.c return mca_coll_basic_neighbor_allgatherv_graph (sbuf, scount, sdtype, rbuf, rcounts, sbuf 229 ompi/mca/coll/basic/coll_basic_neighbor_allgatherv.c return mca_coll_basic_neighbor_allgatherv_dist_graph (sbuf, scount, sdtype, rbuf, rcounts, sbuf 40 ompi/mca/coll/basic/coll_basic_neighbor_alltoall.c mca_coll_basic_neighbor_alltoall_cart(const void *sbuf, int scount, struct ompi_datatype_t *sdtype, void *rbuf, sbuf 106 ompi/mca/coll/basic/coll_basic_neighbor_alltoall.c rc = MCA_PML_CALL(isend((void *) sbuf, scount, sdtype, srank, sbuf 113 ompi/mca/coll/basic/coll_basic_neighbor_alltoall.c sbuf = (const char *) sbuf + sdextent * scount; sbuf 117 ompi/mca/coll/basic/coll_basic_neighbor_alltoall.c rc = MCA_PML_CALL(isend((void *) sbuf, scount, sdtype, drank, sbuf 124 ompi/mca/coll/basic/coll_basic_neighbor_alltoall.c sbuf = (const char *) sbuf + sdextent * scount; sbuf 140 ompi/mca/coll/basic/coll_basic_neighbor_alltoall.c mca_coll_basic_neighbor_alltoall_graph(const void *sbuf, int scount, struct ompi_datatype_t *sdtype, void *rbuf, sbuf 179 ompi/mca/coll/basic/coll_basic_neighbor_alltoall.c rc = MCA_PML_CALL(isend((void *) sbuf, scount, sdtype, edges[neighbor], sbuf 183 ompi/mca/coll/basic/coll_basic_neighbor_alltoall.c sbuf = (const char *) sbuf + sdextent * scount; sbuf 199 ompi/mca/coll/basic/coll_basic_neighbor_alltoall.c mca_coll_basic_neighbor_alltoall_dist_graph(const void *sbuf, int scount,struct ompi_datatype_t *sdtype, void *rbuf, sbuf 238 ompi/mca/coll/basic/coll_basic_neighbor_alltoall.c rc = MCA_PML_CALL(isend((void *) sbuf, scount, sdtype, outedges[neighbor], sbuf 242 ompi/mca/coll/basic/coll_basic_neighbor_alltoall.c sbuf = (char *) sbuf + sdextent * scount; sbuf 257 ompi/mca/coll/basic/coll_basic_neighbor_alltoall.c int mca_coll_basic_neighbor_alltoall(const void *sbuf, int scount, struct ompi_datatype_t *sdtype, void *rbuf, sbuf 266 ompi/mca/coll/basic/coll_basic_neighbor_alltoall.c return mca_coll_basic_neighbor_alltoall_cart (sbuf, scount, sdtype, rbuf, sbuf 269 ompi/mca/coll/basic/coll_basic_neighbor_alltoall.c return mca_coll_basic_neighbor_alltoall_graph (sbuf, scount, sdtype, rbuf, sbuf 272 ompi/mca/coll/basic/coll_basic_neighbor_alltoall.c return mca_coll_basic_neighbor_alltoall_dist_graph (sbuf, scount, sdtype, rbuf, sbuf 40 ompi/mca/coll/basic/coll_basic_neighbor_alltoallv.c mca_coll_basic_neighbor_alltoallv_cart(const void *sbuf, const int scounts[], const int sdisps[], sbuf 100 ompi/mca/coll/basic/coll_basic_neighbor_alltoallv.c rc = MCA_PML_CALL(isend((char *) sbuf + sdisps[i] * sdextent, scounts[i], sdtype, srank, sbuf 107 ompi/mca/coll/basic/coll_basic_neighbor_alltoallv.c rc = MCA_PML_CALL(isend((char *) sbuf + sdisps[i+1] * sdextent, scounts[i+1], sdtype, drank, sbuf 126 ompi/mca/coll/basic/coll_basic_neighbor_alltoallv.c mca_coll_basic_neighbor_alltoallv_graph(const void *sbuf, const int scounts[], const int sdisps[], sbuf 165 ompi/mca/coll/basic/coll_basic_neighbor_alltoallv.c rc = MCA_PML_CALL(isend((char *) sbuf + sdisps[neighbor] * sdextent, scounts[neighbor], sdtype, sbuf 184 ompi/mca/coll/basic/coll_basic_neighbor_alltoallv.c mca_coll_basic_neighbor_alltoallv_dist_graph(const void *sbuf, const int scounts[], const int sdisps[], sbuf 222 ompi/mca/coll/basic/coll_basic_neighbor_alltoallv.c rc = MCA_PML_CALL(isend((char *) sbuf + sdisps[neighbor] * sdextent, scounts[neighbor], sdtype, sbuf 240 ompi/mca/coll/basic/coll_basic_neighbor_alltoallv.c int mca_coll_basic_neighbor_alltoallv(const void *sbuf, const int scounts[], const int sdisps[], sbuf 250 ompi/mca/coll/basic/coll_basic_neighbor_alltoallv.c return mca_coll_basic_neighbor_alltoallv_cart (sbuf, scounts, sdisps, sdtype, rbuf, sbuf 253 ompi/mca/coll/basic/coll_basic_neighbor_alltoallv.c return mca_coll_basic_neighbor_alltoallv_graph (sbuf, scounts, sdisps, sdtype, rbuf, sbuf 256 ompi/mca/coll/basic/coll_basic_neighbor_alltoallv.c return mca_coll_basic_neighbor_alltoallv_dist_graph (sbuf, scounts, sdisps, sdtype, rbuf, sbuf 40 ompi/mca/coll/basic/coll_basic_neighbor_alltoallw.c mca_coll_basic_neighbor_alltoallw_cart(const void *sbuf, const int scounts[], const MPI_Aint sdisps[], sbuf 97 ompi/mca/coll/basic/coll_basic_neighbor_alltoallw.c rc = MCA_PML_CALL(isend((char *) sbuf + sdisps[i], scounts[i], sdtypes[i], srank, sbuf 104 ompi/mca/coll/basic/coll_basic_neighbor_alltoallw.c rc = MCA_PML_CALL(isend((char *) sbuf + sdisps[i+1], scounts[i+1], sdtypes[i+1], drank, sbuf 123 ompi/mca/coll/basic/coll_basic_neighbor_alltoallw.c mca_coll_basic_neighbor_alltoallw_graph(const void *sbuf, const int scounts[], const MPI_Aint sdisps[], sbuf 159 ompi/mca/coll/basic/coll_basic_neighbor_alltoallw.c rc = MCA_PML_CALL(isend((char *) sbuf + sdisps[neighbor], scounts[neighbor], sdtypes[neighbor], sbuf 178 ompi/mca/coll/basic/coll_basic_neighbor_alltoallw.c mca_coll_basic_neighbor_alltoallw_dist_graph(const void *sbuf, const int scounts[], const MPI_Aint sdisps[], sbuf 215 ompi/mca/coll/basic/coll_basic_neighbor_alltoallw.c rc = MCA_PML_CALL(isend((char *) sbuf + sdisps[neighbor], scounts[neighbor], sdtypes[neighbor], sbuf 233 ompi/mca/coll/basic/coll_basic_neighbor_alltoallw.c int mca_coll_basic_neighbor_alltoallw(const void *sbuf, const int scounts[], const MPI_Aint sdisps[], sbuf 243 ompi/mca/coll/basic/coll_basic_neighbor_alltoallw.c return mca_coll_basic_neighbor_alltoallw_cart (sbuf, scounts, sdisps, sdtypes, rbuf, sbuf 246 ompi/mca/coll/basic/coll_basic_neighbor_alltoallw.c return mca_coll_basic_neighbor_alltoallw_graph (sbuf, scounts, sdisps, sdtypes, rbuf, sbuf 249 ompi/mca/coll/basic/coll_basic_neighbor_alltoallw.c return mca_coll_basic_neighbor_alltoallw_dist_graph (sbuf, scounts, sdisps, sdtypes, rbuf, sbuf 87 ompi/mca/coll/basic/coll_basic_reduce.c mca_coll_basic_reduce_log_intra(const void *sbuf, void *rbuf, int count, sbuf 109 ompi/mca/coll/basic/coll_basic_reduce.c return ompi_coll_base_reduce_intra_basic_linear(sbuf, rbuf, count, dtype, sbuf 140 ompi/mca/coll/basic/coll_basic_reduce.c if (MPI_IN_PLACE == sbuf) { sbuf 146 ompi/mca/coll/basic/coll_basic_reduce.c sbuf = inplace_temp - gap; sbuf 147 ompi/mca/coll/basic/coll_basic_reduce.c err = ompi_datatype_copy_content_same_ddt(dtype, count, (char*)sbuf, (char*)rbuf); sbuf 149 ompi/mca/coll/basic/coll_basic_reduce.c snd_buffer = (char*)sbuf; sbuf 215 ompi/mca/coll/basic/coll_basic_reduce.c if (snd_buffer != sbuf) { sbuf 226 ompi/mca/coll/basic/coll_basic_reduce.c (char*)sbuf); sbuf 229 ompi/mca/coll/basic/coll_basic_reduce.c ompi_op_reduce(op, (void *)sbuf, pml_buffer, count, dtype); sbuf 284 ompi/mca/coll/basic/coll_basic_reduce.c mca_coll_basic_reduce_lin_inter(const void *sbuf, void *rbuf, int count, sbuf 303 ompi/mca/coll/basic/coll_basic_reduce.c err = MCA_PML_CALL(send(sbuf, count, dtype, root, sbuf 362 ompi/mca/coll/basic/coll_basic_reduce.c mca_coll_basic_reduce_log_inter(const void *sbuf, void *rbuf, int count, sbuf 67 ompi/mca/coll/basic/coll_basic_reduce_scatter.c mca_coll_basic_reduce_scatter_intra(const void *sbuf, void *rbuf, const int *rcounts, sbuf 103 ompi/mca/coll/basic/coll_basic_reduce_scatter.c if (MPI_IN_PLACE == sbuf) { sbuf 104 ompi/mca/coll/basic/coll_basic_reduce_scatter.c sbuf = rbuf; sbuf 124 ompi/mca/coll/basic/coll_basic_reduce_scatter.c err = ompi_datatype_sndrcv(sbuf, count, dtype, result_buf, count, dtype); sbuf 334 ompi/mca/coll/basic/coll_basic_reduce_scatter.c comm->c_coll->coll_reduce(sbuf, recv_buf, count, dtype, op, 0, sbuf 362 ompi/mca/coll/basic/coll_basic_reduce_scatter.c mca_coll_basic_reduce_scatter_inter(const void *sbuf, void *rbuf, const int *rcounts, sbuf 423 ompi/mca/coll/basic/coll_basic_reduce_scatter.c err = MCA_PML_CALL(isend(sbuf, totalcounts, dtype, 0, sbuf 463 ompi/mca/coll/basic/coll_basic_reduce_scatter.c err = MCA_PML_CALL(send(sbuf, totalcounts, dtype, root, sbuf 54 ompi/mca/coll/basic/coll_basic_reduce_scatter_block.c mca_coll_basic_reduce_scatter_block_intra(const void *sbuf, void *rbuf, int rcount, sbuf 60 ompi/mca/coll/basic/coll_basic_reduce_scatter_block.c return ompi_coll_base_reduce_scatter_block_basic_linear(sbuf, rbuf, rcount, dtype, op, comm, module); sbuf 71 ompi/mca/coll/basic/coll_basic_reduce_scatter_block.c mca_coll_basic_reduce_scatter_block_inter(const void *sbuf, void *rbuf, int rcount, sbuf 116 ompi/mca/coll/basic/coll_basic_reduce_scatter_block.c err = MCA_PML_CALL(isend(sbuf, totalcounts, dtype, 0, sbuf 156 ompi/mca/coll/basic/coll_basic_reduce_scatter_block.c err = MCA_PML_CALL(send(sbuf, totalcounts, dtype, root, sbuf 43 ompi/mca/coll/basic/coll_basic_scan.c mca_coll_basic_scan_intra(const void *sbuf, void *rbuf, int count, sbuf 49 ompi/mca/coll/basic/coll_basic_scan.c return ompi_coll_base_scan_intra_linear(sbuf, rbuf, count, dtype, op, comm, module); sbuf 42 ompi/mca/coll/basic/coll_basic_scatter.c mca_coll_basic_scatter_inter(const void *sbuf, int scount, sbuf 76 ompi/mca/coll/basic/coll_basic_scatter.c for (i = 0, ptmp = (char *) sbuf; i < size; ++i, ptmp += incr) { sbuf 42 ompi/mca/coll/basic/coll_basic_scatterv.c mca_coll_basic_scatterv_intra(const void *sbuf, const int *scounts, sbuf 78 ompi/mca/coll/basic/coll_basic_scatterv.c ptmp = ((char *) sbuf) + (extent * disps[i]); sbuf 115 ompi/mca/coll/basic/coll_basic_scatterv.c mca_coll_basic_scatterv_inter(const void *sbuf, const int *scounts, sbuf 152 ompi/mca/coll/basic/coll_basic_scatterv.c ptmp = ((char *) sbuf) + (extent * disps[i]); sbuf 201 ompi/mca/coll/coll.h (const void *sbuf, int scount, struct ompi_datatype_t *sdtype, sbuf 205 ompi/mca/coll/coll.h (const void *sbuf, int scount, struct ompi_datatype_t *sdtype, sbuf 209 ompi/mca/coll/coll.h (const void *sbuf, void *rbuf, int count, struct ompi_datatype_t *dtype, sbuf 212 ompi/mca/coll/coll.h (const void *sbuf, int scount, struct ompi_datatype_t *sdtype, sbuf 216 ompi/mca/coll/coll.h (const void *sbuf, const int *scounts, const int *sdisps, struct ompi_datatype_t *sdtype, sbuf 220 ompi/mca/coll/coll.h (const void *sbuf, const int *scounts, const int *sdisps, struct ompi_datatype_t * const *sdtypes, sbuf 229 ompi/mca/coll/coll.h (const void *sbuf, void *rbuf, int count, struct ompi_datatype_t *dtype, sbuf 232 ompi/mca/coll/coll.h (const void *sbuf, int scount, struct ompi_datatype_t *sdtype, sbuf 236 ompi/mca/coll/coll.h (const void *sbuf, int scount, struct ompi_datatype_t *sdtype, sbuf 240 ompi/mca/coll/coll.h (const void *sbuf, void* rbuf, int count, struct ompi_datatype_t *dtype, sbuf 243 ompi/mca/coll/coll.h (const void *sbuf, void *rbuf, const int *rcounts, struct ompi_datatype_t *dtype, sbuf 246 ompi/mca/coll/coll.h (const void *sbuf, void *rbuf, int rcount, struct ompi_datatype_t *dtype, sbuf 249 ompi/mca/coll/coll.h (const void *sbuf, void *rbuf, int count, struct ompi_datatype_t *dtype, sbuf 252 ompi/mca/coll/coll.h (const void *sbuf, int scount, struct ompi_datatype_t *sdtype, sbuf 256 ompi/mca/coll/coll.h (const void *sbuf, const int *scounts, const int *disps, struct ompi_datatype_t *sdtype, sbuf 262 ompi/mca/coll/coll.h (const void *sbuf, int scount, struct ompi_datatype_t *sdtype, sbuf 267 ompi/mca/coll/coll.h (const void *sbuf, int scount, struct ompi_datatype_t *sdtype, sbuf 272 ompi/mca/coll/coll.h (const void *sbuf, void *rbuf, int count, struct ompi_datatype_t *dtype, sbuf 276 ompi/mca/coll/coll.h (const void *sbuf, int scount, struct ompi_datatype_t *sdtype, sbuf 281 ompi/mca/coll/coll.h (const void *sbuf, const int *scounts, const int *sdisps, struct ompi_datatype_t *sdtype, sbuf 286 ompi/mca/coll/coll.h (const void *sbuf, const int *scounts, const int *sdisps, struct ompi_datatype_t * const *sdtypes, sbuf 298 ompi/mca/coll/coll.h (const void *sbuf, void *rbuf, int count, struct ompi_datatype_t *dtype, sbuf 302 ompi/mca/coll/coll.h (const void *sbuf, int scount, struct ompi_datatype_t *sdtype, sbuf 307 ompi/mca/coll/coll.h (const void *sbuf, int scount, struct ompi_datatype_t *sdtype, sbuf 312 ompi/mca/coll/coll.h (const void *sbuf, void* rbuf, int count, struct ompi_datatype_t *dtype, sbuf 316 ompi/mca/coll/coll.h (const void *sbuf, void *rbuf, const int *rcounts, struct ompi_datatype_t *dtype, sbuf 320 ompi/mca/coll/coll.h (const void *sbuf, void *rbuf, int rcount, struct ompi_datatype_t *dtype, sbuf 324 ompi/mca/coll/coll.h (const void *sbuf, void *rbuf, int count, struct ompi_datatype_t *dtype, sbuf 328 ompi/mca/coll/coll.h (const void *sbuf, int scount, struct ompi_datatype_t *sdtype, sbuf 333 ompi/mca/coll/coll.h (const void *sbuf, const int *scounts, const int *disps, struct ompi_datatype_t *sdtype, sbuf 340 ompi/mca/coll/coll.h (const void *sbuf, int scount, struct ompi_datatype_t *sdtype, sbuf 345 ompi/mca/coll/coll.h (const void *sbuf, int scount, struct ompi_datatype_t *sdtype, sbuf 350 ompi/mca/coll/coll.h (const void *sbuf, void *rbuf, int count, struct ompi_datatype_t *dtype, sbuf 354 ompi/mca/coll/coll.h (const void *sbuf, int scount, struct ompi_datatype_t *sdtype, sbuf 359 ompi/mca/coll/coll.h (const void *sbuf, const int *scounts, const int *sdisps, struct ompi_datatype_t *sdtype, sbuf 364 ompi/mca/coll/coll.h (const void *sbuf, const int *scounts, const int *sdisps, struct ompi_datatype_t * const *sdtypes, sbuf 376 ompi/mca/coll/coll.h (const void *sbuf, void *rbuf, int count, struct ompi_datatype_t *dtype, sbuf 380 ompi/mca/coll/coll.h (const void *sbuf, int scount, struct ompi_datatype_t *sdtype, sbuf 385 ompi/mca/coll/coll.h (const void *sbuf, int scount, struct ompi_datatype_t *sdtype, sbuf 390 ompi/mca/coll/coll.h (const void *sbuf, void* rbuf, int count, struct ompi_datatype_t *dtype, sbuf 394 ompi/mca/coll/coll.h (const void *sbuf, void *rbuf, const int *rcounts, struct ompi_datatype_t *dtype, sbuf 398 ompi/mca/coll/coll.h (const void *sbuf, void *rbuf, int rcount, struct ompi_datatype_t *dtype, sbuf 402 ompi/mca/coll/coll.h (const void *sbuf, void *rbuf, int count, struct ompi_datatype_t *dtype, sbuf 406 ompi/mca/coll/coll.h (const void *sbuf, int scount, struct ompi_datatype_t *sdtype, sbuf 411 ompi/mca/coll/coll.h (const void *sbuf, const int *scounts, const int *disps, struct ompi_datatype_t *sdtype, sbuf 420 ompi/mca/coll/coll.h (const void *sbuf, const int *scounts, const MPI_Aint *sdisps, struct ompi_datatype_t * const *sdtypes, sbuf 424 ompi/mca/coll/coll.h (const void *sbuf, const int *scounts, const MPI_Aint *sdisps, struct ompi_datatype_t * const *sdtypes, sbuf 429 ompi/mca/coll/coll.h (const void *sbuf, const int *scounts, const MPI_Aint *sdisps, struct ompi_datatype_t * const *sdtypes, sbuf 42 ompi/mca/coll/cuda/coll_cuda.h mca_coll_cuda_allreduce(const void *sbuf, void *rbuf, int count, sbuf 48 ompi/mca/coll/cuda/coll_cuda.h int mca_coll_cuda_reduce(const void *sbuf, void *rbuf, int count, sbuf 55 ompi/mca/coll/cuda/coll_cuda.h int mca_coll_cuda_exscan(const void *sbuf, void *rbuf, int count, sbuf 61 ompi/mca/coll/cuda/coll_cuda.h int mca_coll_cuda_scan(const void *sbuf, void *rbuf, int count, sbuf 68 ompi/mca/coll/cuda/coll_cuda.h mca_coll_cuda_reduce_scatter_block(const void *sbuf, void *rbuf, int rcount, sbuf 30 ompi/mca/coll/cuda/coll_cuda_allreduce.c mca_coll_cuda_allreduce(const void *sbuf, void *rbuf, int count, sbuf 44 ompi/mca/coll/cuda/coll_cuda_allreduce.c if ((MPI_IN_PLACE != sbuf) && (opal_cuda_check_bufs((char *)sbuf, NULL))) { sbuf 49 ompi/mca/coll/cuda/coll_cuda_allreduce.c opal_cuda_memcpy_sync(sbuf1, sbuf, bufsize); sbuf 50 ompi/mca/coll/cuda/coll_cuda_allreduce.c sbuf = sbuf1 - gap; sbuf 63 ompi/mca/coll/cuda/coll_cuda_allreduce.c rc = s->c_coll.coll_allreduce(sbuf, rbuf, count, dtype, op, comm, s->c_coll.coll_allreduce_module); sbuf 22 ompi/mca/coll/cuda/coll_cuda_exscan.c int mca_coll_cuda_exscan(const void *sbuf, void *rbuf, int count, sbuf 36 ompi/mca/coll/cuda/coll_cuda_exscan.c if ((MPI_IN_PLACE != sbuf) && (opal_cuda_check_bufs((char *)sbuf, NULL))) { sbuf 41 ompi/mca/coll/cuda/coll_cuda_exscan.c opal_cuda_memcpy_sync(sbuf1, sbuf, bufsize); sbuf 42 ompi/mca/coll/cuda/coll_cuda_exscan.c sbuf = sbuf1 - gap; sbuf 56 ompi/mca/coll/cuda/coll_cuda_exscan.c rc = s->c_coll.coll_exscan(sbuf, rbuf, count, dtype, op, comm, sbuf 30 ompi/mca/coll/cuda/coll_cuda_reduce.c mca_coll_cuda_reduce(const void *sbuf, void *rbuf, int count, sbuf 46 ompi/mca/coll/cuda/coll_cuda_reduce.c if ((MPI_IN_PLACE != sbuf) && (opal_cuda_check_bufs((char *)sbuf, NULL))) { sbuf 51 ompi/mca/coll/cuda/coll_cuda_reduce.c opal_cuda_memcpy_sync(sbuf1, sbuf, bufsize); sbuf 52 ompi/mca/coll/cuda/coll_cuda_reduce.c sbuf2 = sbuf; /* save away original buffer */ sbuf 53 ompi/mca/coll/cuda/coll_cuda_reduce.c sbuf = sbuf1 - gap; sbuf 66 ompi/mca/coll/cuda/coll_cuda_reduce.c rc = s->c_coll.coll_reduce((void *) sbuf, rbuf, count, sbuf 34 ompi/mca/coll/cuda/coll_cuda_reduce_scatter_block.c mca_coll_cuda_reduce_scatter_block(const void *sbuf, void *rbuf, int rcount, sbuf 50 ompi/mca/coll/cuda/coll_cuda_reduce_scatter_block.c if ((MPI_IN_PLACE != sbuf) && (opal_cuda_check_bufs((char *)sbuf, NULL))) { sbuf 55 ompi/mca/coll/cuda/coll_cuda_reduce_scatter_block.c opal_cuda_memcpy_sync(sbuf1, sbuf, sbufsize); sbuf 56 ompi/mca/coll/cuda/coll_cuda_reduce_scatter_block.c sbuf = sbuf1 - gap; sbuf 69 ompi/mca/coll/cuda/coll_cuda_reduce_scatter_block.c rc = s->c_coll.coll_reduce_scatter_block(sbuf, rbuf, rcount, dtype, op, comm, sbuf 29 ompi/mca/coll/cuda/coll_cuda_scan.c int mca_coll_cuda_scan(const void *sbuf, void *rbuf, int count, sbuf 43 ompi/mca/coll/cuda/coll_cuda_scan.c if ((MPI_IN_PLACE != sbuf) && (opal_cuda_check_bufs((char *)sbuf, NULL))) { sbuf 48 ompi/mca/coll/cuda/coll_cuda_scan.c opal_cuda_memcpy_sync(sbuf1, sbuf, bufsize); sbuf 49 ompi/mca/coll/cuda/coll_cuda_scan.c sbuf = sbuf1 - gap; sbuf 62 ompi/mca/coll/cuda/coll_cuda_scan.c rc = s->c_coll.coll_scan(sbuf, rbuf, count, dtype, op, comm, sbuf 50 ompi/mca/coll/demo/coll_demo.h int mca_coll_demo_allgather_intra(void *sbuf, int scount, sbuf 56 ompi/mca/coll/demo/coll_demo.h int mca_coll_demo_allgather_inter(void *sbuf, int scount, sbuf 63 ompi/mca/coll/demo/coll_demo.h int mca_coll_demo_allgatherv_intra(void *sbuf, int scount, sbuf 69 ompi/mca/coll/demo/coll_demo.h int mca_coll_demo_allgatherv_inter(void *sbuf, int scount, sbuf 76 ompi/mca/coll/demo/coll_demo.h int mca_coll_demo_allreduce_intra(void *sbuf, void *rbuf, int count, sbuf 81 ompi/mca/coll/demo/coll_demo.h int mca_coll_demo_allreduce_inter(void *sbuf, void *rbuf, int count, sbuf 87 ompi/mca/coll/demo/coll_demo.h int mca_coll_demo_alltoall_intra(void *sbuf, int scount, sbuf 93 ompi/mca/coll/demo/coll_demo.h int mca_coll_demo_alltoall_inter(void *sbuf, int scount, sbuf 100 ompi/mca/coll/demo/coll_demo.h int mca_coll_demo_alltoallv_intra(void *sbuf, int *scounts, int *sdisps, sbuf 106 ompi/mca/coll/demo/coll_demo.h int mca_coll_demo_alltoallv_inter(void *sbuf, int *scounts, int *sdisps, sbuf 113 ompi/mca/coll/demo/coll_demo.h int mca_coll_demo_alltoallw_intra(void *sbuf, int *scounts, int *sdisps, sbuf 119 ompi/mca/coll/demo/coll_demo.h int mca_coll_demo_alltoallw_inter(void *sbuf, int *scounts, int *sdisps, sbuf 142 ompi/mca/coll/demo/coll_demo.h int mca_coll_demo_exscan_intra(void *sbuf, void *rbuf, int count, sbuf 147 ompi/mca/coll/demo/coll_demo.h int mca_coll_demo_exscan_inter(void *sbuf, void *rbuf, int count, sbuf 153 ompi/mca/coll/demo/coll_demo.h int mca_coll_demo_gather_intra(void *sbuf, int scount, sbuf 158 ompi/mca/coll/demo/coll_demo.h int mca_coll_demo_gather_inter(void *sbuf, int scount, sbuf 164 ompi/mca/coll/demo/coll_demo.h int mca_coll_demo_gatherv_intra(void *sbuf, int scount, sbuf 170 ompi/mca/coll/demo/coll_demo.h int mca_coll_demo_gatherv_inter(void *sbuf, int scount, sbuf 177 ompi/mca/coll/demo/coll_demo.h int mca_coll_demo_reduce_intra(void *sbuf, void* rbuf, int count, sbuf 183 ompi/mca/coll/demo/coll_demo.h int mca_coll_demo_reduce_inter(void *sbuf, void* rbuf, int count, sbuf 190 ompi/mca/coll/demo/coll_demo.h int mca_coll_demo_reduce_scatter_intra(void *sbuf, void *rbuf, sbuf 196 ompi/mca/coll/demo/coll_demo.h int mca_coll_demo_reduce_scatter_inter(void *sbuf, void *rbuf, sbuf 203 ompi/mca/coll/demo/coll_demo.h int mca_coll_demo_scan_intra(void *sbuf, void *rbuf, int count, sbuf 208 ompi/mca/coll/demo/coll_demo.h int mca_coll_demo_scan_inter(void *sbuf, void *rbuf, int count, sbuf 214 ompi/mca/coll/demo/coll_demo.h int mca_coll_demo_scatter_intra(void *sbuf, int scount, sbuf 219 ompi/mca/coll/demo/coll_demo.h int mca_coll_demo_scatter_inter(void *sbuf, int scount, sbuf 225 ompi/mca/coll/demo/coll_demo.h int mca_coll_demo_scatterv_intra(void *sbuf, int *scounts, int *disps, sbuf 231 ompi/mca/coll/demo/coll_demo.h int mca_coll_demo_scatterv_inter(void *sbuf, int *scounts, int *disps, sbuf 36 ompi/mca/coll/demo/coll_demo_allgather.c int mca_coll_demo_allgather_intra(void *sbuf, int scount, sbuf 44 ompi/mca/coll/demo/coll_demo_allgather.c return demo_module->underlying.coll_allgather(sbuf, scount, sdtype, rbuf, sbuf 57 ompi/mca/coll/demo/coll_demo_allgather.c int mca_coll_demo_allgather_inter(void *sbuf, int scount, sbuf 66 ompi/mca/coll/demo/coll_demo_allgather.c return demo_module->underlying.coll_allgather(sbuf, scount, sdtype, rbuf, sbuf 36 ompi/mca/coll/demo/coll_demo_allgatherv.c int mca_coll_demo_allgatherv_intra(void *sbuf, int scount, sbuf 45 ompi/mca/coll/demo/coll_demo_allgatherv.c return demo_module->underlying.coll_allgatherv(sbuf, scount, sdtype, sbuf 59 ompi/mca/coll/demo/coll_demo_allgatherv.c int mca_coll_demo_allgatherv_inter(void *sbuf, int scount, sbuf 68 ompi/mca/coll/demo/coll_demo_allgatherv.c return demo_module->underlying.coll_allgatherv(sbuf, scount, sdtype, sbuf 36 ompi/mca/coll/demo/coll_demo_allreduce.c int mca_coll_demo_allreduce_intra(void *sbuf, void *rbuf, int count, sbuf 44 ompi/mca/coll/demo/coll_demo_allreduce.c return demo_module->underlying.coll_allreduce(sbuf, rbuf, count, dtype, sbuf 57 ompi/mca/coll/demo/coll_demo_allreduce.c int mca_coll_demo_allreduce_inter(void *sbuf, void *rbuf, int count, sbuf 65 ompi/mca/coll/demo/coll_demo_allreduce.c return demo_module->underlying.coll_allreduce(sbuf, rbuf, count, dtype, sbuf 36 ompi/mca/coll/demo/coll_demo_alltoall.c int mca_coll_demo_alltoall_intra(void *sbuf, int scount, sbuf 45 ompi/mca/coll/demo/coll_demo_alltoall.c return demo_module->underlying.coll_alltoall(sbuf, scount, sdtype, sbuf 59 ompi/mca/coll/demo/coll_demo_alltoall.c int mca_coll_demo_alltoall_inter(void *sbuf, int scount, sbuf 68 ompi/mca/coll/demo/coll_demo_alltoall.c return demo_module->underlying.coll_alltoall(sbuf, scount, sdtype, sbuf 37 ompi/mca/coll/demo/coll_demo_alltoallv.c mca_coll_demo_alltoallv_intra(void *sbuf, int *scounts, int *sdisps, sbuf 46 ompi/mca/coll/demo/coll_demo_alltoallv.c return demo_module->underlying.coll_alltoallv(sbuf, scounts, sdisps, sbuf 61 ompi/mca/coll/demo/coll_demo_alltoallv.c mca_coll_demo_alltoallv_inter(void *sbuf, int *scounts, int *sdisps, sbuf 70 ompi/mca/coll/demo/coll_demo_alltoallv.c return demo_module->underlying.coll_alltoallv(sbuf, scounts, sdisps, sbuf 36 ompi/mca/coll/demo/coll_demo_alltoallw.c int mca_coll_demo_alltoallw_intra(void *sbuf, int *scounts, int *sdisps, sbuf 45 ompi/mca/coll/demo/coll_demo_alltoallw.c return demo_module->underlying.coll_alltoallw(sbuf, scounts, sdisps, sbuf 59 ompi/mca/coll/demo/coll_demo_alltoallw.c int mca_coll_demo_alltoallw_inter(void *sbuf, int *scounts, int *sdisps, sbuf 68 ompi/mca/coll/demo/coll_demo_alltoallw.c return demo_module->underlying.coll_alltoallw(sbuf, scounts, sdisps, sbuf 36 ompi/mca/coll/demo/coll_demo_exscan.c int mca_coll_demo_exscan_intra(void *sbuf, void *rbuf, int count, sbuf 44 ompi/mca/coll/demo/coll_demo_exscan.c return demo_module->underlying.coll_exscan(sbuf, rbuf, count, dtype, sbuf 35 ompi/mca/coll/demo/coll_demo_gather.c int mca_coll_demo_gather_intra(void *sbuf, int scount, sbuf 44 ompi/mca/coll/demo/coll_demo_gather.c return demo_module->underlying.coll_gather(sbuf, scount, sdtype, sbuf 58 ompi/mca/coll/demo/coll_demo_gather.c int mca_coll_demo_gather_inter(void *sbuf, int scount, sbuf 67 ompi/mca/coll/demo/coll_demo_gather.c return demo_module->underlying.coll_gather(sbuf, scount, sdtype, sbuf 36 ompi/mca/coll/demo/coll_demo_gatherv.c int mca_coll_demo_gatherv_intra(void *sbuf, int scount, sbuf 45 ompi/mca/coll/demo/coll_demo_gatherv.c return demo_module->underlying.coll_gatherv(sbuf, scount, sdtype, sbuf 59 ompi/mca/coll/demo/coll_demo_gatherv.c int mca_coll_demo_gatherv_inter(void *sbuf, int scount, sbuf 68 ompi/mca/coll/demo/coll_demo_gatherv.c return demo_module->underlying.coll_gatherv(sbuf, scount, sdtype, sbuf 36 ompi/mca/coll/demo/coll_demo_reduce.c int mca_coll_demo_reduce_intra(void *sbuf, void *rbuf, int count, sbuf 44 ompi/mca/coll/demo/coll_demo_reduce.c return demo_module->underlying.coll_reduce(sbuf, rbuf, count, dtype, sbuf 57 ompi/mca/coll/demo/coll_demo_reduce.c int mca_coll_demo_reduce_inter(void *sbuf, void *rbuf, int count, sbuf 65 ompi/mca/coll/demo/coll_demo_reduce.c return demo_module->underlying.coll_reduce(sbuf, rbuf, count, dtype, sbuf 36 ompi/mca/coll/demo/coll_demo_reduce_scatter.c int mca_coll_demo_reduce_scatter_intra(void *sbuf, void *rbuf, int *rcounts, sbuf 44 ompi/mca/coll/demo/coll_demo_reduce_scatter.c return demo_module->underlying.coll_reduce_scatter(sbuf, rbuf, rcounts, sbuf 57 ompi/mca/coll/demo/coll_demo_reduce_scatter.c int mca_coll_demo_reduce_scatter_inter(void *sbuf, void *rbuf, int *rcounts, sbuf 65 ompi/mca/coll/demo/coll_demo_reduce_scatter.c return demo_module->underlying.coll_reduce_scatter(sbuf, rbuf, rcounts, sbuf 36 ompi/mca/coll/demo/coll_demo_scan.c int mca_coll_demo_scan_intra(void *sbuf, void *rbuf, int count, sbuf 44 ompi/mca/coll/demo/coll_demo_scan.c return demo_module->underlying.coll_scan(sbuf, rbuf, count, sbuf 36 ompi/mca/coll/demo/coll_demo_scatter.c int mca_coll_demo_scatter_intra(void *sbuf, int scount, sbuf 46 ompi/mca/coll/demo/coll_demo_scatter.c return demo_module->underlying.coll_scatter(sbuf, scount, sdtype, sbuf 60 ompi/mca/coll/demo/coll_demo_scatter.c int mca_coll_demo_scatter_inter(void *sbuf, int scount, sbuf 70 ompi/mca/coll/demo/coll_demo_scatter.c return demo_module->underlying.coll_scatter(sbuf, scount, sdtype, sbuf 36 ompi/mca/coll/demo/coll_demo_scatterv.c int mca_coll_demo_scatterv_intra(void *sbuf, int *scounts, sbuf 45 ompi/mca/coll/demo/coll_demo_scatterv.c return demo_module->underlying.coll_scatterv(sbuf, scounts, disps, sbuf 59 ompi/mca/coll/demo/coll_demo_scatterv.c int mca_coll_demo_scatterv_inter(void *sbuf, int *scounts, sbuf 68 ompi/mca/coll/demo/coll_demo_scatterv.c return demo_module->underlying.coll_scatterv(sbuf, scounts, disps, sbuf 186 ompi/mca/coll/hcoll/coll_hcoll.h int mca_coll_hcoll_allgather(const void *sbuf, int scount, sbuf 193 ompi/mca/coll/hcoll/coll_hcoll.h int mca_coll_hcoll_allgatherv(const void *sbuf, int scount, sbuf 201 ompi/mca/coll/hcoll/coll_hcoll.h int mca_coll_hcoll_gather(const void *sbuf, int scount, sbuf 209 ompi/mca/coll/hcoll/coll_hcoll.h int mca_coll_hcoll_allreduce(const void *sbuf, void *rbuf, int count, sbuf 215 ompi/mca/coll/hcoll/coll_hcoll.h int mca_coll_hcoll_reduce(const void *sbuf, void *rbuf, int count, sbuf 222 ompi/mca/coll/hcoll/coll_hcoll.h int mca_coll_hcoll_alltoall(const void *sbuf, int scount, sbuf 229 ompi/mca/coll/hcoll/coll_hcoll.h int mca_coll_hcoll_alltoallv(const void *sbuf, const int *scounts, sbuf 238 ompi/mca/coll/hcoll/coll_hcoll.h int mca_coll_hcoll_gatherv(const void* sbuf, int scount, sbuf 247 ompi/mca/coll/hcoll/coll_hcoll.h int mca_coll_hcoll_scatterv(const void* sbuf, const int *scounts, const int *displs, sbuf 265 ompi/mca/coll/hcoll/coll_hcoll.h int mca_coll_hcoll_iallgather(const void *sbuf, int scount, sbuf 273 ompi/mca/coll/hcoll/coll_hcoll.h int mca_coll_hcoll_iallgatherv(const void *sbuf, int scount, sbuf 282 ompi/mca/coll/hcoll/coll_hcoll.h int mca_coll_hcoll_iallreduce(const void *sbuf, void *rbuf, int count, sbuf 289 ompi/mca/coll/hcoll/coll_hcoll.h int mca_coll_hcoll_ireduce(const void *sbuf, void *rbuf, int count, sbuf 297 ompi/mca/coll/hcoll/coll_hcoll.h int mca_coll_hcoll_ialltoall(const void *sbuf, int scount, sbuf 306 ompi/mca/coll/hcoll/coll_hcoll.h int mca_coll_hcoll_ialltoallv(const void *sbuf, int *scounts, sbuf 317 ompi/mca/coll/hcoll/coll_hcoll.h int mca_coll_hcoll_igatherv(const void* sbuf, int scount, sbuf 68 ompi/mca/coll/hcoll/coll_hcoll_ops.c int mca_coll_hcoll_allgather(const void *sbuf, int scount, sbuf 82 ompi/mca/coll/hcoll/coll_hcoll_ops.c if (sbuf == MPI_IN_PLACE) { sbuf 92 ompi/mca/coll/hcoll/coll_hcoll_ops.c rc = hcoll_module->previous_allgather(sbuf,scount,sdtype, sbuf 98 ompi/mca/coll/hcoll/coll_hcoll_ops.c rc = hcoll_collectives.coll_allgather((void *)sbuf,scount,stype,rbuf,rcount,rtype,hcoll_module->hcoll_context); sbuf 101 ompi/mca/coll/hcoll/coll_hcoll_ops.c rc = hcoll_module->previous_allgather(sbuf,scount,sdtype, sbuf 109 ompi/mca/coll/hcoll/coll_hcoll_ops.c int mca_coll_hcoll_allgatherv(const void *sbuf, int scount, sbuf 131 ompi/mca/coll/hcoll/coll_hcoll_ops.c rc = hcoll_module->previous_allgatherv(sbuf,scount,sdtype, sbuf 139 ompi/mca/coll/hcoll/coll_hcoll_ops.c rc = hcoll_collectives.coll_allgatherv((void *)sbuf,scount,stype,rbuf,rcount,displs,rtype,hcoll_module->hcoll_context); sbuf 142 ompi/mca/coll/hcoll/coll_hcoll_ops.c rc = hcoll_module->previous_allgatherv(sbuf,scount,sdtype, sbuf 152 ompi/mca/coll/hcoll/coll_hcoll_ops.c int mca_coll_hcoll_gather(const void *sbuf, int scount, sbuf 173 ompi/mca/coll/hcoll/coll_hcoll_ops.c rc = hcoll_module->previous_gather(sbuf,scount,sdtype, sbuf 179 ompi/mca/coll/hcoll/coll_hcoll_ops.c rc = hcoll_collectives.coll_gather((void *)sbuf,scount,stype,rbuf,rcount,rtype,root,hcoll_module->hcoll_context); sbuf 182 ompi/mca/coll/hcoll/coll_hcoll_ops.c rc = hcoll_module->previous_gather((void *)sbuf,scount,sdtype, sbuf 191 ompi/mca/coll/hcoll/coll_hcoll_ops.c int mca_coll_hcoll_allreduce(const void *sbuf, void *rbuf, int count, sbuf 209 ompi/mca/coll/hcoll/coll_hcoll_ops.c rc = hcoll_module->previous_allreduce(sbuf,rbuf, sbuf 222 ompi/mca/coll/hcoll/coll_hcoll_ops.c rc = hcoll_module->previous_allreduce(sbuf,rbuf, sbuf 228 ompi/mca/coll/hcoll/coll_hcoll_ops.c rc = hcoll_collectives.coll_allreduce((void *)sbuf,rbuf,count,Dtype,Op,hcoll_module->hcoll_context); sbuf 231 ompi/mca/coll/hcoll/coll_hcoll_ops.c rc = hcoll_module->previous_allreduce(sbuf,rbuf, sbuf 238 ompi/mca/coll/hcoll/coll_hcoll_ops.c int mca_coll_hcoll_reduce(const void *sbuf, void *rbuf, int count, sbuf 257 ompi/mca/coll/hcoll/coll_hcoll_ops.c rc = hcoll_module->previous_reduce(sbuf,rbuf, sbuf 271 ompi/mca/coll/hcoll/coll_hcoll_ops.c rc = hcoll_module->previous_reduce(sbuf,rbuf, sbuf 278 ompi/mca/coll/hcoll/coll_hcoll_ops.c rc = hcoll_collectives.coll_reduce((void *)sbuf,rbuf,count,Dtype,Op,root,hcoll_module->hcoll_context); sbuf 281 ompi/mca/coll/hcoll/coll_hcoll_ops.c rc = hcoll_module->previous_reduce(sbuf,rbuf, sbuf 289 ompi/mca/coll/hcoll/coll_hcoll_ops.c int mca_coll_hcoll_alltoall(const void *sbuf, int scount, sbuf 310 ompi/mca/coll/hcoll/coll_hcoll_ops.c rc = hcoll_module->previous_alltoall(sbuf,scount,sdtype, sbuf 316 ompi/mca/coll/hcoll/coll_hcoll_ops.c rc = hcoll_collectives.coll_alltoall((void *)sbuf,scount,stype,rbuf,rcount,rtype,hcoll_module->hcoll_context); sbuf 319 ompi/mca/coll/hcoll/coll_hcoll_ops.c rc = hcoll_module->previous_alltoall(sbuf,scount,sdtype, sbuf 327 ompi/mca/coll/hcoll/coll_hcoll_ops.c int mca_coll_hcoll_alltoallv(const void *sbuf, const int *scounts, const int *sdisps, sbuf 345 ompi/mca/coll/hcoll/coll_hcoll_ops.c rc = hcoll_module->previous_alltoallv(sbuf, scounts, sdisps, sdtype, sbuf 350 ompi/mca/coll/hcoll/coll_hcoll_ops.c rc = hcoll_collectives.coll_alltoallv((void *)sbuf, (int *)scounts, (int *)sdisps, stype, sbuf 355 ompi/mca/coll/hcoll/coll_hcoll_ops.c rc = hcoll_module->previous_alltoallv(sbuf, scounts, sdisps, sdtype, sbuf 362 ompi/mca/coll/hcoll/coll_hcoll_ops.c int mca_coll_hcoll_gatherv(const void* sbuf, int scount, sbuf 384 ompi/mca/coll/hcoll/coll_hcoll_ops.c rc = hcoll_module->previous_gatherv(sbuf,scount,sdtype, sbuf 389 ompi/mca/coll/hcoll/coll_hcoll_ops.c rc = hcoll_collectives.coll_gatherv((void *)sbuf, scount, stype, rbuf, (int *)rcounts, (int *)displs, rtype, root, hcoll_module->hcoll_context); sbuf 392 ompi/mca/coll/hcoll/coll_hcoll_ops.c rc = hcoll_module->previous_gatherv(sbuf,scount,sdtype, sbuf 400 ompi/mca/coll/hcoll/coll_hcoll_ops.c int mca_coll_hcoll_scatterv(const void* sbuf, const int *scounts, const int *displs, sbuf 422 ompi/mca/coll/hcoll/coll_hcoll_ops.c rc = hcoll_module->previous_scatterv(sbuf, scounts, displs, sdtype, sbuf 427 ompi/mca/coll/hcoll/coll_hcoll_ops.c rc = hcoll_collectives.coll_scatterv((void *)sbuf, (int *)scounts, (int *)displs, stype, rbuf, rcount, rtype, root, hcoll_module->hcoll_context); sbuf 430 ompi/mca/coll/hcoll/coll_hcoll_ops.c rc = hcoll_module->previous_scatterv(sbuf, scounts, displs, sdtype, sbuf 485 ompi/mca/coll/hcoll/coll_hcoll_ops.c int mca_coll_hcoll_iallgather(const void *sbuf, int scount, sbuf 509 ompi/mca/coll/hcoll/coll_hcoll_ops.c rc = hcoll_module->previous_iallgather(sbuf,scount,sdtype, sbuf 516 ompi/mca/coll/hcoll/coll_hcoll_ops.c rc = hcoll_collectives.coll_iallgather((void *)sbuf, scount, stype, rbuf, rcount, rtype, hcoll_module->hcoll_context, rt_handle); sbuf 519 ompi/mca/coll/hcoll/coll_hcoll_ops.c rc = hcoll_module->previous_iallgather(sbuf,scount,sdtype, sbuf 528 ompi/mca/coll/hcoll/coll_hcoll_ops.c int mca_coll_hcoll_iallgatherv(const void *sbuf, int scount, sbuf 552 ompi/mca/coll/hcoll/coll_hcoll_ops.c rc = hcoll_module->previous_iallgatherv(sbuf,scount,sdtype, sbuf 561 ompi/mca/coll/hcoll/coll_hcoll_ops.c rc = hcoll_collectives.coll_iallgatherv((void *)sbuf,scount,stype,rbuf,rcount,displs,rtype, sbuf 565 ompi/mca/coll/hcoll/coll_hcoll_ops.c rc = hcoll_module->previous_iallgatherv(sbuf,scount,sdtype, sbuf 576 ompi/mca/coll/hcoll/coll_hcoll_ops.c int mca_coll_hcoll_iallreduce(const void *sbuf, void *rbuf, int count, sbuf 597 ompi/mca/coll/hcoll/coll_hcoll_ops.c rc = hcoll_module->previous_iallreduce(sbuf,rbuf, sbuf 610 ompi/mca/coll/hcoll/coll_hcoll_ops.c rc = hcoll_module->previous_iallreduce(sbuf,rbuf, sbuf 616 ompi/mca/coll/hcoll/coll_hcoll_ops.c rc = hcoll_collectives.coll_iallreduce((void *)sbuf, rbuf, count, Dtype, Op, hcoll_module->hcoll_context, rt_handle); sbuf 619 ompi/mca/coll/hcoll/coll_hcoll_ops.c rc = hcoll_module->previous_iallreduce(sbuf,rbuf, sbuf 626 ompi/mca/coll/hcoll/coll_hcoll_ops.c int mca_coll_hcoll_ireduce(const void *sbuf, void *rbuf, int count, sbuf 647 ompi/mca/coll/hcoll/coll_hcoll_ops.c rc = hcoll_module->previous_ireduce(sbuf,rbuf,count,dtype,op, sbuf 661 ompi/mca/coll/hcoll/coll_hcoll_ops.c rc = hcoll_module->previous_ireduce(sbuf,rbuf, sbuf 669 ompi/mca/coll/hcoll/coll_hcoll_ops.c rc = hcoll_collectives.coll_ireduce((void *)sbuf,rbuf,count,Dtype,Op,root,hcoll_module->hcoll_context,rt_handle); sbuf 672 ompi/mca/coll/hcoll/coll_hcoll_ops.c rc = hcoll_module->previous_ireduce(sbuf,rbuf, sbuf 682 ompi/mca/coll/hcoll/coll_hcoll_ops.c int mca_coll_hcoll_igatherv(const void* sbuf, int scount, sbuf 707 ompi/mca/coll/hcoll/coll_hcoll_ops.c rc = hcoll_module->previous_igatherv(sbuf,scount,sdtype, sbuf 713 ompi/mca/coll/hcoll/coll_hcoll_ops.c rc = hcoll_collectives.coll_igatherv((void *)sbuf, scount, stype, rbuf, (int *)rcounts, (int *)displs, rtype, root, hcoll_module->hcoll_context, rt_handle); sbuf 716 ompi/mca/coll/hcoll/coll_hcoll_ops.c rc = hcoll_module->previous_igatherv(sbuf,scount,sdtype, sbuf 727 ompi/mca/coll/hcoll/coll_hcoll_ops.c int mca_coll_hcoll_ialltoallv(const void *sbuf, int *scounts, int *sdisps, sbuf 746 ompi/mca/coll/hcoll/coll_hcoll_ops.c rc = hcoll_module->previous_ialltoallv(sbuf, scounts, sdisps, sdtype, sbuf 751 ompi/mca/coll/hcoll/coll_hcoll_ops.c rc = hcoll_collectives.coll_ialltoallv((void *)sbuf, (int *)scounts, (int *)sdisps, stype, sbuf 756 ompi/mca/coll/hcoll/coll_hcoll_ops.c rc = hcoll_module->previous_ialltoallv(sbuf, scounts, sdisps, sdtype, sbuf 56 ompi/mca/coll/inter/coll_inter.h int mca_coll_inter_allgather_inter(const void *sbuf, int scount, sbuf 62 ompi/mca/coll/inter/coll_inter.h int mca_coll_inter_allgatherv_inter(const void *sbuf, int scount, sbuf 68 ompi/mca/coll/inter/coll_inter.h int mca_coll_inter_allreduce_inter(const void *sbuf, void *rbuf, int count, sbuf 78 ompi/mca/coll/inter/coll_inter.h int mca_coll_inter_gather_inter(const void *sbuf, int scount, sbuf 85 ompi/mca/coll/inter/coll_inter.h int mca_coll_inter_gatherv_inter(const void *sbuf, int scount, sbuf 92 ompi/mca/coll/inter/coll_inter.h int mca_coll_inter_reduce_inter(const void *sbuf, void* rbuf, int count, sbuf 98 ompi/mca/coll/inter/coll_inter.h int mca_coll_inter_scatter_inter(const void *sbuf, int scount, sbuf 103 ompi/mca/coll/inter/coll_inter.h int mca_coll_inter_scatterv_inter(const void *sbuf, const int *scounts, const int *disps, sbuf 44 ompi/mca/coll/inter/coll_inter_allgather.c mca_coll_inter_allgather_inter(const void *sbuf, int scount, sbuf 68 ompi/mca/coll/inter/coll_inter_allgather.c err = comm->c_local_comm->c_coll->coll_gather(sbuf, scount, sdtype, sbuf 43 ompi/mca/coll/inter/coll_inter_allgatherv.c mca_coll_inter_allgatherv_inter(const void *sbuf, int scount, sbuf 95 ompi/mca/coll/inter/coll_inter_allgatherv.c err = comm->c_local_comm->c_coll->coll_gatherv(sbuf, scount, sdtype, sbuf 44 ompi/mca/coll/inter/coll_inter_allreduce.c mca_coll_inter_allreduce_inter(const void *sbuf, void *rbuf, int count, sbuf 65 ompi/mca/coll/inter/coll_inter_allreduce.c err = comm->c_local_comm->c_coll->coll_reduce(sbuf, pml_buffer, count, sbuf 41 ompi/mca/coll/inter/coll_inter_gather.c mca_coll_inter_gather_inter(const void *sbuf, int scount, sbuf 73 ompi/mca/coll/inter/coll_inter_gather.c err = comm->c_local_comm->c_coll->coll_gather(sbuf, scount, sdtype, sbuf 40 ompi/mca/coll/inter/coll_inter_gatherv.c mca_coll_inter_gatherv_inter(const void *sbuf, int scount, sbuf 106 ompi/mca/coll/inter/coll_inter_gatherv.c err = comm->c_local_comm->c_coll->coll_gatherv(sbuf, scount, sdtype, sbuf 43 ompi/mca/coll/inter/coll_inter_reduce.c mca_coll_inter_reduce_inter(const void *sbuf, void *rbuf, int count, sbuf 71 ompi/mca/coll/inter/coll_inter_reduce.c err = comm->c_local_comm->c_coll->coll_reduce(sbuf, pml_buffer, count, sbuf 40 ompi/mca/coll/inter/coll_inter_scatter.c mca_coll_inter_scatter_inter(const void *sbuf, int scount, sbuf 89 ompi/mca/coll/inter/coll_inter_scatter.c err = MCA_PML_CALL(send(sbuf, scount*size, sdtype, 0, sbuf 41 ompi/mca/coll/inter/coll_inter_scatterv.c mca_coll_inter_scatterv_inter(const void *sbuf, const int *scounts, sbuf 128 ompi/mca/coll/inter/coll_inter_scatterv.c err = MCA_PML_CALL(send(sbuf, 1, ndtype, 0, sbuf 181 ompi/mca/coll/libnbc/coll_libnbc.h int ompi_coll_libnbc_ialltoallw(const void *sbuf, const int *scounts, const int *sdisps, struct ompi_datatype_t * const *sdtypes, sbuf 190 ompi/mca/coll/libnbc/coll_libnbc.h int ompi_coll_libnbc_iexscan(const void *sbuf, void *rbuf, int count, struct ompi_datatype_t *dtype, sbuf 206 ompi/mca/coll/libnbc/coll_libnbc.h int ompi_coll_libnbc_ireduce_scatter_block(const void *sbuf, void *rbuf, int rcount, struct ompi_datatype_t *dtype, sbuf 239 ompi/mca/coll/libnbc/coll_libnbc.h int ompi_coll_libnbc_ialltoallw_inter(const void *sbuf, const int *scounts, const int *sdisps, struct ompi_datatype_t * const *sdtypes, sbuf 261 ompi/mca/coll/libnbc/coll_libnbc.h int ompi_coll_libnbc_ireduce_scatter_block_inter(const void *sbuf, void *rbuf, int rcount, struct ompi_datatype_t *dtype, sbuf 275 ompi/mca/coll/libnbc/coll_libnbc.h int ompi_coll_libnbc_ineighbor_allgather(const void *sbuf, int scount, MPI_Datatype stype, void *rbuf, sbuf 278 ompi/mca/coll/libnbc/coll_libnbc.h int ompi_coll_libnbc_ineighbor_allgatherv(const void *sbuf, int scount, MPI_Datatype stype, void *rbuf, sbuf 282 ompi/mca/coll/libnbc/coll_libnbc.h int ompi_coll_libnbc_ineighbor_alltoall(const void *sbuf, int scount, MPI_Datatype stype, void *rbuf, sbuf 285 ompi/mca/coll/libnbc/coll_libnbc.h int ompi_coll_libnbc_ineighbor_alltoallv(const void *sbuf, const int *scounts, const int *sdispls, MPI_Datatype stype, sbuf 289 ompi/mca/coll/libnbc/coll_libnbc.h int ompi_coll_libnbc_ineighbor_alltoallw(const void *sbuf, const int *scounts, const MPI_Aint *sdisps, struct ompi_datatype_t * const *stypes, sbuf 310 ompi/mca/coll/libnbc/coll_libnbc.h int ompi_coll_libnbc_alltoallw_init(const void *sbuf, const int *scounts, const int *sdisps, struct ompi_datatype_t * const *sdtypes, sbuf 319 ompi/mca/coll/libnbc/coll_libnbc.h int ompi_coll_libnbc_exscan_init(const void *sbuf, void *rbuf, int count, struct ompi_datatype_t *dtype, sbuf 335 ompi/mca/coll/libnbc/coll_libnbc.h int ompi_coll_libnbc_reduce_scatter_block_init(const void *sbuf, void *rbuf, int rcount, struct ompi_datatype_t *dtype, sbuf 366 ompi/mca/coll/libnbc/coll_libnbc.h int ompi_coll_libnbc_alltoallw_inter_init(const void *sbuf, const int *scounts, const int *sdisps, struct ompi_datatype_t * const *sdtypes, sbuf 388 ompi/mca/coll/libnbc/coll_libnbc.h int ompi_coll_libnbc_reduce_scatter_block_inter_init(const void *sbuf, void *rbuf, int rcount, struct ompi_datatype_t *dtype, sbuf 401 ompi/mca/coll/libnbc/coll_libnbc.h int ompi_coll_libnbc_neighbor_allgather_init(const void *sbuf, int scount, MPI_Datatype stype, void *rbuf, sbuf 404 ompi/mca/coll/libnbc/coll_libnbc.h int ompi_coll_libnbc_neighbor_allgatherv_init(const void *sbuf, int scount, MPI_Datatype stype, void *rbuf, sbuf 408 ompi/mca/coll/libnbc/coll_libnbc.h int ompi_coll_libnbc_neighbor_alltoall_init(const void *sbuf, int scount, MPI_Datatype stype, void *rbuf, sbuf 411 ompi/mca/coll/libnbc/coll_libnbc.h int ompi_coll_libnbc_neighbor_alltoallv_init(const void *sbuf, const int *scounts, const int *sdispls, MPI_Datatype stype, sbuf 415 ompi/mca/coll/libnbc/coll_libnbc.h int ompi_coll_libnbc_neighbor_alltoallw_init(const void *sbuf, const int *scounts, const MPI_Aint *sdisps, struct ompi_datatype_t * const *stypes, sbuf 28 ompi/mca/coll/libnbc/nbc_iallgather.c int rank, int comm_size, NBC_Schedule *schedule, const void *sbuf, sbuf 306 ompi/mca/coll/libnbc/nbc_iallgather.c char *sbuf = (char *)recvbuf + rank * rcount * rext; sbuf 316 ompi/mca/coll/libnbc/nbc_iallgather.c res = NBC_Sched_send(sbuf, false, rcount, rdtype, remote, schedule, false); sbuf 356 ompi/mca/coll/libnbc/nbc_iallgather.c int rank, int comm_size, NBC_Schedule *schedule, const void *sbuf, sbuf 44 ompi/mca/coll/libnbc/nbc_iallgatherv.c char *rbuf, *sbuf, inplace; sbuf 75 ompi/mca/coll/libnbc/nbc_iallgatherv.c sbuf = (char *) recvbuf + displs[rank] * rcvext; sbuf 80 ompi/mca/coll/libnbc/nbc_iallgatherv.c sbuf, false, recvcounts[rank], recvtype, schedule, true); sbuf 100 ompi/mca/coll/libnbc/nbc_iallgatherv.c res = NBC_Sched_send (sbuf, false, recvcounts[rank], recvtype, speer, schedule, false); sbuf 39 ompi/mca/coll/libnbc/nbc_iallreduce.c const void *sbuf, void *rbuf, MPI_Op op, char inplace, sbuf 815 ompi/mca/coll/libnbc/nbc_iallreduce.c const void *sbuf, void *rbuf, MPI_Op op, char inplace, sbuf 824 ompi/mca/coll/libnbc/nbc_iallreduce.c res = NBC_Sched_copy((char *)sbuf, false, count, datatype, sbuf 69 ompi/mca/coll/libnbc/nbc_ialltoall.c char *rbuf, *sbuf, inplace; sbuf 204 ompi/mca/coll/libnbc/nbc_ialltoall.c sbuf = (char *) sendbuf + (MPI_Aint)rank * (MPI_Aint)sendcount * sndext; sbuf 205 ompi/mca/coll/libnbc/nbc_ialltoall.c res = NBC_Sched_copy (sbuf, false, sendcount, sendtype, sbuf 310 ompi/mca/coll/libnbc/nbc_ialltoall.c char *rbuf, *sbuf; sbuf 334 ompi/mca/coll/libnbc/nbc_ialltoall.c sbuf = (char *) sendbuf + i * sendcount * sndext; sbuf 335 ompi/mca/coll/libnbc/nbc_ialltoall.c res = NBC_Sched_send (sbuf, false, sendcount, sendtype, i, schedule, false); sbuf 406 ompi/mca/coll/libnbc/nbc_ialltoall.c char *sbuf = (char *) sendbuf + sndpeer * sendcount * sndext; sbuf 407 ompi/mca/coll/libnbc/nbc_ialltoall.c res = NBC_Sched_send (sbuf, false, sendcount, sendtype, sndpeer, schedule, true); sbuf 433 ompi/mca/coll/libnbc/nbc_ialltoall.c char *sbuf = (char *) sendbuf + (intptr_t)r * (intptr_t)sendcount * sndext; sbuf 434 ompi/mca/coll/libnbc/nbc_ialltoall.c res = NBC_Sched_send (sbuf, false, sendcount, sendtype, r, schedule, false); sbuf 544 ompi/mca/coll/libnbc/nbc_ialltoall.c char *sbuf = (char *) buf + (intptr_t)speer * (intptr_t)count * ext; sbuf 553 ompi/mca/coll/libnbc/nbc_ialltoall.c res = NBC_Sched_send (sbuf, false , count, type, speer, schedule, false); sbuf 566 ompi/mca/coll/libnbc/nbc_ialltoall.c res = NBC_Sched_recv (sbuf, false, count, type, speer, schedule, true); sbuf 52 ompi/mca/coll/libnbc/nbc_ialltoallv.c char *rbuf, *sbuf, inplace; sbuf 103 ompi/mca/coll/libnbc/nbc_ialltoallv.c sbuf = (char *) sendbuf + sdispls[rank] * sndext; sbuf 104 ompi/mca/coll/libnbc/nbc_ialltoallv.c res = NBC_Sched_copy (sbuf, false, sendcounts[rank], sendtype, sbuf 198 ompi/mca/coll/libnbc/nbc_ialltoallv.c char *sbuf = (char *) sendbuf + sdispls[i] * sndext; sbuf 199 ompi/mca/coll/libnbc/nbc_ialltoallv.c res = NBC_Sched_send (sbuf, false, sendcounts[i], sendtype, i, schedule, false); sbuf 267 ompi/mca/coll/libnbc/nbc_ialltoallv.c char *sbuf = ((char *) sendbuf) + (sdispls[i] * sndext); sbuf 268 ompi/mca/coll/libnbc/nbc_ialltoallv.c res = NBC_Sched_send(sbuf, false, sendcounts[i], sendtype, i, schedule, false); sbuf 301 ompi/mca/coll/libnbc/nbc_ialltoallv.c char *sbuf = ((char *) sendbuf) + (sdispls[sndpeer] * sndext); sbuf 302 ompi/mca/coll/libnbc/nbc_ialltoallv.c res = NBC_Sched_send(sbuf, false, sendcounts[sndpeer], sendtype, sndpeer, schedule, false); sbuf 329 ompi/mca/coll/libnbc/nbc_ialltoallv.c char *sbuf = (char *) buf + displs[speer] * ext; sbuf 341 ompi/mca/coll/libnbc/nbc_ialltoallv.c res = NBC_Sched_send (sbuf, false , counts[speer], type, speer, schedule, false); sbuf 360 ompi/mca/coll/libnbc/nbc_ialltoallv.c res = NBC_Sched_recv (sbuf, false, counts[speer], type, speer, schedule, true); sbuf 51 ompi/mca/coll/libnbc/nbc_ialltoallw.c char *rbuf, *sbuf, inplace; sbuf 90 ompi/mca/coll/libnbc/nbc_ialltoallw.c sbuf = (char *) sendbuf + sdispls[rank]; sbuf 91 ompi/mca/coll/libnbc/nbc_ialltoallw.c res = NBC_Sched_copy(sbuf, false, sendcounts[rank], sendtypes[rank], sbuf 158 ompi/mca/coll/libnbc/nbc_ialltoallw.c char *rbuf, *sbuf; sbuf 171 ompi/mca/coll/libnbc/nbc_ialltoallw.c sbuf = (char *) sendbuf + sdispls[i]; sbuf 172 ompi/mca/coll/libnbc/nbc_ialltoallw.c res = NBC_Sched_send (sbuf, false, sendcounts[i], sendtypes[i], i, schedule, false); sbuf 241 ompi/mca/coll/libnbc/nbc_ialltoallw.c char *sbuf = (char *) sendbuf + sdispls[i]; sbuf 242 ompi/mca/coll/libnbc/nbc_ialltoallw.c res = NBC_Sched_send (sbuf, false, sendcounts[i], sendtypes[i], i, schedule, false); sbuf 275 ompi/mca/coll/libnbc/nbc_ialltoallw.c char *sbuf = (char *) sendbuf + sdispls[sndpeer]; sbuf 276 ompi/mca/coll/libnbc/nbc_ialltoallw.c res = NBC_Sched_send (sbuf, false, sendcounts[sndpeer], sendtypes[sndpeer], sndpeer, schedule, false); sbuf 303 ompi/mca/coll/libnbc/nbc_ialltoallw.c char *sbuf = (char *) buf + displs[speer]; sbuf 316 ompi/mca/coll/libnbc/nbc_ialltoallw.c res = NBC_Sched_send (sbuf, false , counts[speer], types[speer], speer, schedule, false); sbuf 335 ompi/mca/coll/libnbc/nbc_ialltoallw.c res = NBC_Sched_recv (sbuf, false, counts[speer], types[speer], speer, schedule, true); sbuf 29 ompi/mca/coll/libnbc/nbc_ineighbor_allgather.c if ((a->sbuf == b->sbuf) && sbuf 38 ompi/mca/coll/libnbc/nbc_ineighbor_allgather.c if( a->sbuf < b->sbuf ) { sbuf 47 ompi/mca/coll/libnbc/nbc_ineighbor_allgather.c static int nbc_neighbor_allgather_init(const void *sbuf, int scount, MPI_Datatype stype, void *rbuf, sbuf 66 ompi/mca/coll/libnbc/nbc_ineighbor_allgather.c search.sbuf = sbuf; sbuf 106 ompi/mca/coll/libnbc/nbc_ineighbor_allgather.c res = NBC_Sched_send ((char *) sbuf, false, scount, stype, dsts[i], schedule, false); sbuf 130 ompi/mca/coll/libnbc/nbc_ineighbor_allgather.c args->sbuf = sbuf; sbuf 166 ompi/mca/coll/libnbc/nbc_ineighbor_allgather.c int ompi_coll_libnbc_ineighbor_allgather(const void *sbuf, int scount, MPI_Datatype stype, void *rbuf, sbuf 169 ompi/mca/coll/libnbc/nbc_ineighbor_allgather.c int res = nbc_neighbor_allgather_init(sbuf, scount, stype, rbuf, rcount, rtype, sbuf 185 ompi/mca/coll/libnbc/nbc_ineighbor_allgather.c int ompi_coll_libnbc_neighbor_allgather_init(const void *sbuf, int scount, MPI_Datatype stype, void *rbuf, sbuf 188 ompi/mca/coll/libnbc/nbc_ineighbor_allgather.c int res = nbc_neighbor_allgather_init(sbuf, scount, stype, rbuf, rcount, rtype, sbuf 29 ompi/mca/coll/libnbc/nbc_ineighbor_allgatherv.c if ((a->sbuf == b->sbuf) && sbuf 38 ompi/mca/coll/libnbc/nbc_ineighbor_allgatherv.c if( a->sbuf < b->sbuf ) { sbuf 47 ompi/mca/coll/libnbc/nbc_ineighbor_allgatherv.c static int nbc_neighbor_allgatherv_init(const void *sbuf, int scount, MPI_Datatype stype, void *rbuf, sbuf 66 ompi/mca/coll/libnbc/nbc_ineighbor_allgatherv.c search.sbuf = sbuf; sbuf 107 ompi/mca/coll/libnbc/nbc_ineighbor_allgatherv.c res = NBC_Sched_send ((char *) sbuf, false, scount, stype, dsts[i], schedule, false); sbuf 130 ompi/mca/coll/libnbc/nbc_ineighbor_allgatherv.c args->sbuf = sbuf; sbuf 167 ompi/mca/coll/libnbc/nbc_ineighbor_allgatherv.c int ompi_coll_libnbc_ineighbor_allgatherv(const void *sbuf, int scount, MPI_Datatype stype, void *rbuf, sbuf 171 ompi/mca/coll/libnbc/nbc_ineighbor_allgatherv.c int res = nbc_neighbor_allgatherv_init(sbuf, scount, stype, rbuf, rcounts, displs, rtype, sbuf 186 ompi/mca/coll/libnbc/nbc_ineighbor_allgatherv.c int ompi_coll_libnbc_neighbor_allgatherv_init(const void *sbuf, int scount, MPI_Datatype stype, void *rbuf, sbuf 190 ompi/mca/coll/libnbc/nbc_ineighbor_allgatherv.c int res = nbc_neighbor_allgatherv_init(sbuf, scount, stype, rbuf, rcounts, displs, rtype, sbuf 29 ompi/mca/coll/libnbc/nbc_ineighbor_alltoall.c if( (a->sbuf == b->sbuf) && sbuf 37 ompi/mca/coll/libnbc/nbc_ineighbor_alltoall.c if( a->sbuf < b->sbuf ) { sbuf 44 ompi/mca/coll/libnbc/nbc_ineighbor_alltoall.c static int nbc_neighbor_alltoall_init(const void *sbuf, int scount, MPI_Datatype stype, void *rbuf, sbuf 69 ompi/mca/coll/libnbc/nbc_ineighbor_alltoall.c search.sbuf = sbuf; sbuf 109 ompi/mca/coll/libnbc/nbc_ineighbor_alltoall.c res = NBC_Sched_send ((char *) sbuf + i * scount * sndext, false, scount, stype, dsts[i], schedule, false); sbuf 133 ompi/mca/coll/libnbc/nbc_ineighbor_alltoall.c args->sbuf = sbuf; sbuf 170 ompi/mca/coll/libnbc/nbc_ineighbor_alltoall.c int ompi_coll_libnbc_ineighbor_alltoall(const void *sbuf, int scount, MPI_Datatype stype, void *rbuf, sbuf 173 ompi/mca/coll/libnbc/nbc_ineighbor_alltoall.c int res = nbc_neighbor_alltoall_init(sbuf, scount, stype, rbuf, rcount, rtype, sbuf 188 ompi/mca/coll/libnbc/nbc_ineighbor_alltoall.c int ompi_coll_libnbc_neighbor_alltoall_init(const void *sbuf, int scount, MPI_Datatype stype, void *rbuf, sbuf 191 ompi/mca/coll/libnbc/nbc_ineighbor_alltoall.c int res = nbc_neighbor_alltoall_init(sbuf, scount, stype, rbuf, rcount, rtype, sbuf 29 ompi/mca/coll/libnbc/nbc_ineighbor_alltoallv.c if ((a->sbuf == b->sbuf) && sbuf 38 ompi/mca/coll/libnbc/nbc_ineighbor_alltoallv.c if (a->sbuf < b->sbuf) { sbuf 47 ompi/mca/coll/libnbc/nbc_ineighbor_alltoallv.c static int nbc_neighbor_alltoallv_init(const void *sbuf, const int *scounts, const int *sdispls, MPI_Datatype stype, sbuf 72 ompi/mca/coll/libnbc/nbc_ineighbor_alltoallv.c search.sbuf = sbuf; sbuf 113 ompi/mca/coll/libnbc/nbc_ineighbor_alltoallv.c res = NBC_Sched_send ((char *) sbuf + sdispls[i] * sndext, false, scounts[i], stype, dsts[i], schedule, false); sbuf 137 ompi/mca/coll/libnbc/nbc_ineighbor_alltoallv.c args->sbuf = sbuf; sbuf 174 ompi/mca/coll/libnbc/nbc_ineighbor_alltoallv.c int ompi_coll_libnbc_ineighbor_alltoallv(const void *sbuf, const int *scounts, const int *sdispls, MPI_Datatype stype, sbuf 178 ompi/mca/coll/libnbc/nbc_ineighbor_alltoallv.c int res = nbc_neighbor_alltoallv_init(sbuf, scounts, sdispls, stype, rbuf, rcounts, rdispls, rtype, sbuf 193 ompi/mca/coll/libnbc/nbc_ineighbor_alltoallv.c int ompi_coll_libnbc_neighbor_alltoallv_init(const void *sbuf, const int *scounts, const int *sdispls, MPI_Datatype stype, sbuf 197 ompi/mca/coll/libnbc/nbc_ineighbor_alltoallv.c int res = nbc_neighbor_alltoallv_init(sbuf, scounts, sdispls, stype, rbuf, rcounts, rdispls, rtype, sbuf 29 ompi/mca/coll/libnbc/nbc_ineighbor_alltoallw.c if ((a->sbuf == b->sbuf) && sbuf 38 ompi/mca/coll/libnbc/nbc_ineighbor_alltoallw.c if (a->sbuf < b->sbuf) { sbuf 46 ompi/mca/coll/libnbc/nbc_ineighbor_alltoallw.c static int nbc_neighbor_alltoallw_init(const void *sbuf, const int *scounts, const MPI_Aint *sdisps, struct ompi_datatype_t * const *stypes, sbuf 58 ompi/mca/coll/libnbc/nbc_ineighbor_alltoallw.c search.sbuf = sbuf; sbuf 99 ompi/mca/coll/libnbc/nbc_ineighbor_alltoallw.c res = NBC_Sched_send ((char *) sbuf + sdisps[i], false, scounts[i], stypes[i], dsts[i], schedule, false); sbuf 123 ompi/mca/coll/libnbc/nbc_ineighbor_alltoallw.c args->sbuf = sbuf; sbuf 159 ompi/mca/coll/libnbc/nbc_ineighbor_alltoallw.c int ompi_coll_libnbc_ineighbor_alltoallw(const void *sbuf, const int *scounts, const MPI_Aint *sdisps, struct ompi_datatype_t * const *stypes, sbuf 163 ompi/mca/coll/libnbc/nbc_ineighbor_alltoallw.c int res = nbc_neighbor_alltoallw_init(sbuf, scounts, sdisps, stypes, rbuf, rcounts, rdisps, rtypes, sbuf 178 ompi/mca/coll/libnbc/nbc_ineighbor_alltoallw.c int ompi_coll_libnbc_neighbor_alltoallw_init(const void *sbuf, const int *scounts, const MPI_Aint *sdisps, struct ompi_datatype_t * const *stypes, sbuf 182 ompi/mca/coll/libnbc/nbc_ineighbor_alltoallw.c int res = nbc_neighbor_alltoallw_init(sbuf, scounts, sdisps, stypes, rbuf, rcounts, rdisps, rtypes, sbuf 37 ompi/mca/coll/libnbc/nbc_ireduce.c int rank, int comm_size, int root, const void *sbuf, void *rbuf, sbuf 650 ompi/mca/coll/libnbc/nbc_ireduce.c int rank, int comm_size, int root, const void *sbuf, void *rbuf, sbuf 669 ompi/mca/coll/libnbc/nbc_ireduce.c res = NBC_Sched_copy((char *)sbuf, false, count, datatype, sbuf 51 ompi/mca/coll/libnbc/nbc_ireduce_scatter.c char *sbuf, inplace; sbuf 166 ompi/mca/coll/libnbc/nbc_ireduce_scatter.c sbuf = lbuf + (offset*ext); sbuf 168 ompi/mca/coll/libnbc/nbc_ireduce_scatter.c res = NBC_Sched_send (sbuf, true, recvcounts[r], datatype, r, schedule, sbuf 49 ompi/mca/coll/libnbc/nbc_ireduce_scatter_block.c char *redbuf, *sbuf, inplace; sbuf 171 ompi/mca/coll/libnbc/nbc_ireduce_scatter_block.c sbuf = lbuf + (offset*ext); sbuf 173 ompi/mca/coll/libnbc/nbc_ireduce_scatter_block.c res = NBC_Sched_send (sbuf, true, recvcount, datatype, r, schedule, false); sbuf 55 ompi/mca/coll/libnbc/nbc_iscatter.c char *sbuf, inplace = 0; sbuf 102 ompi/mca/coll/libnbc/nbc_iscatter.c sbuf = (char *) sendbuf + i * sendcount * sndext; sbuf 106 ompi/mca/coll/libnbc/nbc_iscatter.c res = NBC_Sched_copy (sbuf, false, sendcount, sendtype, sbuf 115 ompi/mca/coll/libnbc/nbc_iscatter.c res = NBC_Sched_send (sbuf, false, sendcount, sendtype, i, schedule, false); sbuf 197 ompi/mca/coll/libnbc/nbc_iscatter.c char *sbuf; sbuf 225 ompi/mca/coll/libnbc/nbc_iscatter.c sbuf = ((char *)sendbuf) + (i * sendcount * sndext); sbuf 227 ompi/mca/coll/libnbc/nbc_iscatter.c res = NBC_Sched_send(sbuf, false, sendcount, sendtype, i, schedule, false); sbuf 38 ompi/mca/coll/libnbc/nbc_iscatterv.c char *sbuf, inplace = 0; sbuf 63 ompi/mca/coll/libnbc/nbc_iscatterv.c sbuf = (char *) sendbuf + displs[i] * sndext; sbuf 67 ompi/mca/coll/libnbc/nbc_iscatterv.c res = NBC_Sched_copy (sbuf, false, sendcounts[i], sendtype, sbuf 74 ompi/mca/coll/libnbc/nbc_iscatterv.c res = NBC_Sched_send (sbuf, false, sendcounts[i], sendtype, i, schedule, false); sbuf 132 ompi/mca/coll/libnbc/nbc_iscatterv.c char *sbuf; sbuf 159 ompi/mca/coll/libnbc/nbc_iscatterv.c sbuf = (char *)sendbuf + displs[i] * sndext; sbuf 161 ompi/mca/coll/libnbc/nbc_iscatterv.c res = NBC_Sched_send (sbuf, false, sendcounts[i], sendtype, i, schedule, false); sbuf 49 ompi/mca/coll/monitoring/coll_monitoring.h extern int mca_coll_monitoring_allgather(const void *sbuf, int scount, sbuf 56 ompi/mca/coll/monitoring/coll_monitoring.h extern int mca_coll_monitoring_allgatherv(const void *sbuf, int scount, sbuf 64 ompi/mca/coll/monitoring/coll_monitoring.h extern int mca_coll_monitoring_allreduce(const void *sbuf, void *rbuf, int count, sbuf 70 ompi/mca/coll/monitoring/coll_monitoring.h extern int mca_coll_monitoring_alltoall(const void *sbuf, int scount, sbuf 77 ompi/mca/coll/monitoring/coll_monitoring.h extern int mca_coll_monitoring_alltoallv(const void *sbuf, const int *scounts, sbuf 86 ompi/mca/coll/monitoring/coll_monitoring.h extern int mca_coll_monitoring_alltoallw(const void *sbuf, const int *scounts, sbuf 104 ompi/mca/coll/monitoring/coll_monitoring.h extern int mca_coll_monitoring_exscan(const void *sbuf, void *rbuf, int count, sbuf 110 ompi/mca/coll/monitoring/coll_monitoring.h extern int mca_coll_monitoring_gather(const void *sbuf, int scount, sbuf 116 ompi/mca/coll/monitoring/coll_monitoring.h extern int mca_coll_monitoring_gatherv(const void *sbuf, int scount, sbuf 124 ompi/mca/coll/monitoring/coll_monitoring.h extern int mca_coll_monitoring_reduce(const void *sbuf, void *rbuf, int count, sbuf 131 ompi/mca/coll/monitoring/coll_monitoring.h extern int mca_coll_monitoring_reduce_scatter(const void *sbuf, void *rbuf, sbuf 138 ompi/mca/coll/monitoring/coll_monitoring.h extern int mca_coll_monitoring_reduce_scatter_block(const void *sbuf, void *rbuf, sbuf 145 ompi/mca/coll/monitoring/coll_monitoring.h extern int mca_coll_monitoring_scan(const void *sbuf, void *rbuf, int count, sbuf 151 ompi/mca/coll/monitoring/coll_monitoring.h extern int mca_coll_monitoring_scatter(const void *sbuf, int scount, sbuf 159 ompi/mca/coll/monitoring/coll_monitoring.h extern int mca_coll_monitoring_scatterv(const void *sbuf, const int *scounts, const int *disps, sbuf 168 ompi/mca/coll/monitoring/coll_monitoring.h extern int mca_coll_monitoring_iallgather(const void *sbuf, int scount, sbuf 176 ompi/mca/coll/monitoring/coll_monitoring.h extern int mca_coll_monitoring_iallgatherv(const void *sbuf, int scount, sbuf 185 ompi/mca/coll/monitoring/coll_monitoring.h extern int mca_coll_monitoring_iallreduce(const void *sbuf, void *rbuf, int count, sbuf 192 ompi/mca/coll/monitoring/coll_monitoring.h extern int mca_coll_monitoring_ialltoall(const void *sbuf, int scount, sbuf 200 ompi/mca/coll/monitoring/coll_monitoring.h extern int mca_coll_monitoring_ialltoallv(const void *sbuf, const int *scounts, sbuf 210 ompi/mca/coll/monitoring/coll_monitoring.h extern int mca_coll_monitoring_ialltoallw(const void *sbuf, const int *scounts, sbuf 231 ompi/mca/coll/monitoring/coll_monitoring.h extern int mca_coll_monitoring_iexscan(const void *sbuf, void *rbuf, int count, sbuf 238 ompi/mca/coll/monitoring/coll_monitoring.h extern int mca_coll_monitoring_igather(const void *sbuf, int scount, sbuf 245 ompi/mca/coll/monitoring/coll_monitoring.h extern int mca_coll_monitoring_igatherv(const void *sbuf, int scount, sbuf 254 ompi/mca/coll/monitoring/coll_monitoring.h extern int mca_coll_monitoring_ireduce(const void *sbuf, void *rbuf, int count, sbuf 262 ompi/mca/coll/monitoring/coll_monitoring.h extern int mca_coll_monitoring_ireduce_scatter(const void *sbuf, void *rbuf, sbuf 270 ompi/mca/coll/monitoring/coll_monitoring.h extern int mca_coll_monitoring_ireduce_scatter_block(const void *sbuf, void *rbuf, sbuf 278 ompi/mca/coll/monitoring/coll_monitoring.h extern int mca_coll_monitoring_iscan(const void *sbuf, void *rbuf, int count, sbuf 285 ompi/mca/coll/monitoring/coll_monitoring.h extern int mca_coll_monitoring_iscatter(const void *sbuf, int scount, sbuf 294 ompi/mca/coll/monitoring/coll_monitoring.h extern int mca_coll_monitoring_iscatterv(const void *sbuf, const int *scounts, const int *disps, sbuf 304 ompi/mca/coll/monitoring/coll_monitoring.h extern int mca_coll_monitoring_neighbor_allgather(const void *sbuf, int scount, sbuf 310 ompi/mca/coll/monitoring/coll_monitoring.h extern int mca_coll_monitoring_neighbor_allgatherv(const void *sbuf, int scount, sbuf 317 ompi/mca/coll/monitoring/coll_monitoring.h extern int mca_coll_monitoring_neighbor_alltoall(const void *sbuf, int scount, sbuf 324 ompi/mca/coll/monitoring/coll_monitoring.h extern int mca_coll_monitoring_neighbor_alltoallv(const void *sbuf, const int *scounts, sbuf 333 ompi/mca/coll/monitoring/coll_monitoring.h extern int mca_coll_monitoring_neighbor_alltoallw(const void *sbuf, const int *scounts, sbuf 342 ompi/mca/coll/monitoring/coll_monitoring.h extern int mca_coll_monitoring_ineighbor_allgather(const void *sbuf, int scount, sbuf 349 ompi/mca/coll/monitoring/coll_monitoring.h extern int mca_coll_monitoring_ineighbor_allgatherv(const void *sbuf, int scount, sbuf 358 ompi/mca/coll/monitoring/coll_monitoring.h extern int mca_coll_monitoring_ineighbor_alltoall(const void *sbuf, int scount, sbuf 365 ompi/mca/coll/monitoring/coll_monitoring.h extern int mca_coll_monitoring_ineighbor_alltoallv(const void *sbuf, const int *scounts, sbuf 375 ompi/mca/coll/monitoring/coll_monitoring.h extern int mca_coll_monitoring_ineighbor_alltoallw(const void *sbuf, const int *scounts, sbuf 16 ompi/mca/coll/monitoring/coll_monitoring_allgather.c int mca_coll_monitoring_allgather(const void *sbuf, int scount, sbuf 41 ompi/mca/coll/monitoring/coll_monitoring_allgather.c return monitoring_module->real.coll_allgather(sbuf, scount, sdtype, rbuf, rcount, rdtype, comm, monitoring_module->real.coll_allgather_module); sbuf 44 ompi/mca/coll/monitoring/coll_monitoring_allgather.c int mca_coll_monitoring_iallgather(const void *sbuf, int scount, sbuf 70 ompi/mca/coll/monitoring/coll_monitoring_allgather.c return monitoring_module->real.coll_iallgather(sbuf, scount, sdtype, rbuf, rcount, rdtype, comm, request, monitoring_module->real.coll_iallgather_module); sbuf 16 ompi/mca/coll/monitoring/coll_monitoring_allgatherv.c int mca_coll_monitoring_allgatherv(const void *sbuf, int scount, sbuf 41 ompi/mca/coll/monitoring/coll_monitoring_allgatherv.c return monitoring_module->real.coll_allgatherv(sbuf, scount, sdtype, rbuf, rcounts, disps, rdtype, comm, monitoring_module->real.coll_allgatherv_module); sbuf 44 ompi/mca/coll/monitoring/coll_monitoring_allgatherv.c int mca_coll_monitoring_iallgatherv(const void *sbuf, int scount, sbuf 70 ompi/mca/coll/monitoring/coll_monitoring_allgatherv.c return monitoring_module->real.coll_iallgatherv(sbuf, scount, sdtype, rbuf, rcounts, disps, rdtype, comm, request, monitoring_module->real.coll_iallgatherv_module); sbuf 17 ompi/mca/coll/monitoring/coll_monitoring_allreduce.c int mca_coll_monitoring_allreduce(const void *sbuf, void *rbuf, int count, sbuf 41 ompi/mca/coll/monitoring/coll_monitoring_allreduce.c return monitoring_module->real.coll_allreduce(sbuf, rbuf, count, dtype, op, comm, monitoring_module->real.coll_allreduce_module); sbuf 44 ompi/mca/coll/monitoring/coll_monitoring_allreduce.c int mca_coll_monitoring_iallreduce(const void *sbuf, void *rbuf, int count, sbuf 69 ompi/mca/coll/monitoring/coll_monitoring_allreduce.c return monitoring_module->real.coll_iallreduce(sbuf, rbuf, count, dtype, op, comm, request, monitoring_module->real.coll_iallreduce_module); sbuf 16 ompi/mca/coll/monitoring/coll_monitoring_alltoall.c int mca_coll_monitoring_alltoall(const void *sbuf, int scount, struct ompi_datatype_t *sdtype, sbuf 39 ompi/mca/coll/monitoring/coll_monitoring_alltoall.c return monitoring_module->real.coll_alltoall(sbuf, scount, sdtype, rbuf, rcount, rdtype, comm, monitoring_module->real.coll_alltoall_module); sbuf 42 ompi/mca/coll/monitoring/coll_monitoring_alltoall.c int mca_coll_monitoring_ialltoall(const void *sbuf, int scount, sbuf 68 ompi/mca/coll/monitoring/coll_monitoring_alltoall.c return monitoring_module->real.coll_ialltoall(sbuf, scount, sdtype, rbuf, rcount, rdtype, comm, request, monitoring_module->real.coll_ialltoall_module); sbuf 16 ompi/mca/coll/monitoring/coll_monitoring_alltoallv.c int mca_coll_monitoring_alltoallv(const void *sbuf, const int *scounts, const int *sdisps, sbuf 42 ompi/mca/coll/monitoring/coll_monitoring_alltoallv.c return monitoring_module->real.coll_alltoallv(sbuf, scounts, sdisps, sdtype, rbuf, rcounts, rdisps, rdtype, comm, monitoring_module->real.coll_alltoallv_module); sbuf 45 ompi/mca/coll/monitoring/coll_monitoring_alltoallv.c int mca_coll_monitoring_ialltoallv(const void *sbuf, const int *scounts, sbuf 74 ompi/mca/coll/monitoring/coll_monitoring_alltoallv.c return monitoring_module->real.coll_ialltoallv(sbuf, scounts, sdisps, sdtype, rbuf, rcounts, rdisps, rdtype, comm, request, monitoring_module->real.coll_ialltoallv_module); sbuf 16 ompi/mca/coll/monitoring/coll_monitoring_alltoallw.c int mca_coll_monitoring_alltoallw(const void *sbuf, const int *scounts, sbuf 44 ompi/mca/coll/monitoring/coll_monitoring_alltoallw.c return monitoring_module->real.coll_alltoallw(sbuf, scounts, sdisps, sdtypes, rbuf, rcounts, rdisps, rdtypes, comm, monitoring_module->real.coll_alltoallw_module); sbuf 47 ompi/mca/coll/monitoring/coll_monitoring_alltoallw.c int mca_coll_monitoring_ialltoallw(const void *sbuf, const int *scounts, sbuf 76 ompi/mca/coll/monitoring/coll_monitoring_alltoallw.c return monitoring_module->real.coll_ialltoallw(sbuf, scounts, sdisps, sdtypes, rbuf, rcounts, rdisps, rdtypes, comm, request, monitoring_module->real.coll_ialltoallw_module); sbuf 17 ompi/mca/coll/monitoring/coll_monitoring_exscan.c int mca_coll_monitoring_exscan(const void *sbuf, void *rbuf, int count, sbuf 40 ompi/mca/coll/monitoring/coll_monitoring_exscan.c return monitoring_module->real.coll_exscan(sbuf, rbuf, count, dtype, op, comm, monitoring_module->real.coll_exscan_module); sbuf 43 ompi/mca/coll/monitoring/coll_monitoring_exscan.c int mca_coll_monitoring_iexscan(const void *sbuf, void *rbuf, int count, sbuf 67 ompi/mca/coll/monitoring/coll_monitoring_exscan.c return monitoring_module->real.coll_iexscan(sbuf, rbuf, count, dtype, op, comm, request, monitoring_module->real.coll_iexscan_module); sbuf 16 ompi/mca/coll/monitoring/coll_monitoring_gather.c int mca_coll_monitoring_gather(const void *sbuf, int scount, sbuf 41 ompi/mca/coll/monitoring/coll_monitoring_gather.c return monitoring_module->real.coll_gather(sbuf, scount, sdtype, rbuf, rcount, rdtype, root, comm, monitoring_module->real.coll_gather_module); sbuf 44 ompi/mca/coll/monitoring/coll_monitoring_gather.c int mca_coll_monitoring_igather(const void *sbuf, int scount, sbuf 70 ompi/mca/coll/monitoring/coll_monitoring_gather.c return monitoring_module->real.coll_igather(sbuf, scount, sdtype, rbuf, rcount, rdtype, root, comm, request, monitoring_module->real.coll_igather_module); sbuf 16 ompi/mca/coll/monitoring/coll_monitoring_gatherv.c int mca_coll_monitoring_gatherv(const void *sbuf, int scount, sbuf 44 ompi/mca/coll/monitoring/coll_monitoring_gatherv.c return monitoring_module->real.coll_gatherv(sbuf, scount, sdtype, rbuf, rcounts, disps, rdtype, root, comm, monitoring_module->real.coll_gatherv_module); sbuf 47 ompi/mca/coll/monitoring/coll_monitoring_gatherv.c int mca_coll_monitoring_igatherv(const void *sbuf, int scount, sbuf 76 ompi/mca/coll/monitoring/coll_monitoring_gatherv.c return monitoring_module->real.coll_igatherv(sbuf, scount, sdtype, rbuf, rcounts, disps, rdtype, root, comm, request, monitoring_module->real.coll_igatherv_module); sbuf 17 ompi/mca/coll/monitoring/coll_monitoring_neighbor_allgather.c int mca_coll_monitoring_neighbor_allgather(const void *sbuf, int scount, sbuf 66 ompi/mca/coll/monitoring/coll_monitoring_neighbor_allgather.c return monitoring_module->real.coll_neighbor_allgather(sbuf, scount, sdtype, rbuf, rcount, rdtype, comm, monitoring_module->real.coll_neighbor_allgather_module); sbuf 69 ompi/mca/coll/monitoring/coll_monitoring_neighbor_allgather.c int mca_coll_monitoring_ineighbor_allgather(const void *sbuf, int scount, sbuf 119 ompi/mca/coll/monitoring/coll_monitoring_neighbor_allgather.c return monitoring_module->real.coll_ineighbor_allgather(sbuf, scount, sdtype, rbuf, rcount, rdtype, comm, request, monitoring_module->real.coll_ineighbor_allgather_module); sbuf 19 ompi/mca/coll/monitoring/coll_monitoring_neighbor_allgatherv.c int mca_coll_monitoring_neighbor_allgatherv(const void *sbuf, int scount, sbuf 69 ompi/mca/coll/monitoring/coll_monitoring_neighbor_allgatherv.c return monitoring_module->real.coll_neighbor_allgatherv(sbuf, scount, sdtype, rbuf, rcounts, disps, rdtype, comm, monitoring_module->real.coll_neighbor_allgatherv_module); sbuf 72 ompi/mca/coll/monitoring/coll_monitoring_neighbor_allgatherv.c int mca_coll_monitoring_ineighbor_allgatherv(const void *sbuf, int scount, sbuf 123 ompi/mca/coll/monitoring/coll_monitoring_neighbor_allgatherv.c return monitoring_module->real.coll_ineighbor_allgatherv(sbuf, scount, sdtype, rbuf, rcounts, disps, rdtype, comm, request, monitoring_module->real.coll_ineighbor_allgatherv_module); sbuf 17 ompi/mca/coll/monitoring/coll_monitoring_neighbor_alltoall.c int mca_coll_monitoring_neighbor_alltoall(const void *sbuf, int scount, sbuf 67 ompi/mca/coll/monitoring/coll_monitoring_neighbor_alltoall.c return monitoring_module->real.coll_neighbor_alltoall(sbuf, scount, sdtype, rbuf, rcount, rdtype, comm, monitoring_module->real.coll_neighbor_alltoall_module); sbuf 70 ompi/mca/coll/monitoring/coll_monitoring_neighbor_alltoall.c int mca_coll_monitoring_ineighbor_alltoall(const void *sbuf, int scount, sbuf 121 ompi/mca/coll/monitoring/coll_monitoring_neighbor_alltoall.c return monitoring_module->real.coll_ineighbor_alltoall(sbuf, scount, sdtype, rbuf, rcount, rdtype, comm, request, monitoring_module->real.coll_ineighbor_alltoall_module); sbuf 17 ompi/mca/coll/monitoring/coll_monitoring_neighbor_alltoallv.c int mca_coll_monitoring_neighbor_alltoallv(const void *sbuf, const int *scounts, sbuf 70 ompi/mca/coll/monitoring/coll_monitoring_neighbor_alltoallv.c return monitoring_module->real.coll_neighbor_alltoallv(sbuf, scounts, sdisps, sdtype, rbuf, rcounts, rdisps, rdtype, comm, monitoring_module->real.coll_neighbor_alltoallv_module); sbuf 73 ompi/mca/coll/monitoring/coll_monitoring_neighbor_alltoallv.c int mca_coll_monitoring_ineighbor_alltoallv(const void *sbuf, const int *scounts, sbuf 129 ompi/mca/coll/monitoring/coll_monitoring_neighbor_alltoallv.c return monitoring_module->real.coll_ineighbor_alltoallv(sbuf, scounts, sdisps, sdtype, rbuf, rcounts, rdisps, rdtype, comm, request, monitoring_module->real.coll_ineighbor_alltoallv_module); sbuf 17 ompi/mca/coll/monitoring/coll_monitoring_neighbor_alltoallw.c int mca_coll_monitoring_neighbor_alltoallw(const void *sbuf, const int *scounts, sbuf 72 ompi/mca/coll/monitoring/coll_monitoring_neighbor_alltoallw.c return monitoring_module->real.coll_neighbor_alltoallw(sbuf, scounts, sdisps, sdtypes, rbuf, rcounts, rdisps, rdtypes, comm, monitoring_module->real.coll_neighbor_alltoallw_module); sbuf 75 ompi/mca/coll/monitoring/coll_monitoring_neighbor_alltoallw.c int mca_coll_monitoring_ineighbor_alltoallw(const void *sbuf, const int *scounts, sbuf 131 ompi/mca/coll/monitoring/coll_monitoring_neighbor_alltoallw.c return monitoring_module->real.coll_ineighbor_alltoallw(sbuf, scounts, sdisps, sdtypes, rbuf, rcounts, rdisps, rdtypes, comm, request, monitoring_module->real.coll_ineighbor_alltoallw_module); sbuf 17 ompi/mca/coll/monitoring/coll_monitoring_reduce.c int mca_coll_monitoring_reduce(const void *sbuf, void *rbuf, int count, sbuf 43 ompi/mca/coll/monitoring/coll_monitoring_reduce.c return monitoring_module->real.coll_reduce(sbuf, rbuf, count, dtype, op, root, comm, monitoring_module->real.coll_reduce_module); sbuf 46 ompi/mca/coll/monitoring/coll_monitoring_reduce.c int mca_coll_monitoring_ireduce(const void *sbuf, void *rbuf, int count, sbuf 73 ompi/mca/coll/monitoring/coll_monitoring_reduce.c return monitoring_module->real.coll_ireduce(sbuf, rbuf, count, dtype, op, root, comm, request, monitoring_module->real.coll_ireduce_module); sbuf 17 ompi/mca/coll/monitoring/coll_monitoring_reduce_scatter.c int mca_coll_monitoring_reduce_scatter(const void *sbuf, void *rbuf, sbuf 43 ompi/mca/coll/monitoring/coll_monitoring_reduce_scatter.c return monitoring_module->real.coll_reduce_scatter(sbuf, rbuf, rcounts, dtype, op, comm, monitoring_module->real.coll_reduce_scatter_module); sbuf 46 ompi/mca/coll/monitoring/coll_monitoring_reduce_scatter.c int mca_coll_monitoring_ireduce_scatter(const void *sbuf, void *rbuf, sbuf 73 ompi/mca/coll/monitoring/coll_monitoring_reduce_scatter.c return monitoring_module->real.coll_ireduce_scatter(sbuf, rbuf, rcounts, dtype, op, comm, request, monitoring_module->real.coll_ireduce_scatter_module); sbuf 17 ompi/mca/coll/monitoring/coll_monitoring_reduce_scatter_block.c int mca_coll_monitoring_reduce_scatter_block(const void *sbuf, void *rbuf, sbuf 42 ompi/mca/coll/monitoring/coll_monitoring_reduce_scatter_block.c return monitoring_module->real.coll_reduce_scatter_block(sbuf, rbuf, rcount, dtype, op, comm, monitoring_module->real.coll_reduce_scatter_block_module); sbuf 45 ompi/mca/coll/monitoring/coll_monitoring_reduce_scatter_block.c int mca_coll_monitoring_ireduce_scatter_block(const void *sbuf, void *rbuf, sbuf 71 ompi/mca/coll/monitoring/coll_monitoring_reduce_scatter_block.c return monitoring_module->real.coll_ireduce_scatter_block(sbuf, rbuf, rcount, dtype, op, comm, request, monitoring_module->real.coll_ireduce_scatter_block_module); sbuf 17 ompi/mca/coll/monitoring/coll_monitoring_scan.c int mca_coll_monitoring_scan(const void *sbuf, void *rbuf, int count, sbuf 40 ompi/mca/coll/monitoring/coll_monitoring_scan.c return monitoring_module->real.coll_scan(sbuf, rbuf, count, dtype, op, comm, monitoring_module->real.coll_scan_module); sbuf 43 ompi/mca/coll/monitoring/coll_monitoring_scan.c int mca_coll_monitoring_iscan(const void *sbuf, void *rbuf, int count, sbuf 67 ompi/mca/coll/monitoring/coll_monitoring_scan.c return monitoring_module->real.coll_iscan(sbuf, rbuf, count, dtype, op, comm, request, monitoring_module->real.coll_iscan_module); sbuf 16 ompi/mca/coll/monitoring/coll_monitoring_scatter.c int mca_coll_monitoring_scatter(const void *sbuf, int scount, sbuf 44 ompi/mca/coll/monitoring/coll_monitoring_scatter.c return monitoring_module->real.coll_scatter(sbuf, scount, sdtype, rbuf, rcount, rdtype, root, comm, monitoring_module->real.coll_scatter_module); sbuf 48 ompi/mca/coll/monitoring/coll_monitoring_scatter.c int mca_coll_monitoring_iscatter(const void *sbuf, int scount, sbuf 77 ompi/mca/coll/monitoring/coll_monitoring_scatter.c return monitoring_module->real.coll_iscatter(sbuf, scount, sdtype, rbuf, rcount, rdtype, root, comm, request, monitoring_module->real.coll_iscatter_module); sbuf 16 ompi/mca/coll/monitoring/coll_monitoring_scatterv.c int mca_coll_monitoring_scatterv(const void *sbuf, const int *scounts, const int *disps, sbuf 42 ompi/mca/coll/monitoring/coll_monitoring_scatterv.c return monitoring_module->real.coll_scatterv(sbuf, scounts, disps, sdtype, rbuf, rcount, rdtype, root, comm, monitoring_module->real.coll_scatterv_module); sbuf 45 ompi/mca/coll/monitoring/coll_monitoring_scatterv.c int mca_coll_monitoring_iscatterv(const void *sbuf, const int *scounts, const int *disps, sbuf 72 ompi/mca/coll/monitoring/coll_monitoring_scatterv.c return monitoring_module->real.coll_iscatterv(sbuf, scounts, disps, sdtype, rbuf, rcount, rdtype, root, comm, request, monitoring_module->real.coll_iscatterv_module); sbuf 200 ompi/mca/coll/portals4/coll_portals4.h int ompi_coll_portals4_reduce_intra(const void *sbuf, void *rbuf, int count, sbuf 225 ompi/mca/coll/portals4/coll_portals4.h int ompi_coll_portals4_gather_intra(const void *sbuf, int scount, struct ompi_datatype_t *sdtype, sbuf 230 ompi/mca/coll/portals4/coll_portals4.h int ompi_coll_portals4_igather_intra(const void *sbuf, int scount, struct ompi_datatype_t *sdtype, sbuf 238 ompi/mca/coll/portals4/coll_portals4.h int ompi_coll_portals4_scatter_intra(const void *sbuf, int scount, struct ompi_datatype_t *sdtype, sbuf 243 ompi/mca/coll/portals4/coll_portals4.h int ompi_coll_portals4_iscatter_intra(const void *sbuf, int scount, struct ompi_datatype_t *sdtype, sbuf 508 ompi/mca/coll/portals4/coll_portals4_gather.c ompi_coll_portals4_gather_intra_binomial_top(const void *sbuf, int scount, struct ompi_datatype_t *sdtype, sbuf 548 ompi/mca/coll/portals4/coll_portals4_gather.c request->u.gather.sbuf = sbuf; sbuf 550 ompi/mca/coll/portals4/coll_portals4_gather.c if ((root == request->u.gather.my_rank) && (sbuf == MPI_IN_PLACE)) { sbuf 555 ompi/mca/coll/portals4/coll_portals4_gather.c request->u.gather.pack_src_buf = sbuf; sbuf 576 ompi/mca/coll/portals4/coll_portals4_gather.c if ((root == request->u.gather.my_rank) && (sbuf == MPI_IN_PLACE)) { sbuf 806 ompi/mca/coll/portals4/coll_portals4_gather.c ompi_coll_portals4_gather_intra_linear_top(const void *sbuf, int scount, struct ompi_datatype_t *sdtype, sbuf 843 ompi/mca/coll/portals4/coll_portals4_gather.c request->u.gather.sbuf = sbuf; sbuf 845 ompi/mca/coll/portals4/coll_portals4_gather.c if ((root == request->u.gather.my_rank) && (sbuf == MPI_IN_PLACE)) { sbuf 850 ompi/mca/coll/portals4/coll_portals4_gather.c request->u.gather.pack_src_buf = sbuf; sbuf 871 ompi/mca/coll/portals4/coll_portals4_gather.c if ((root == request->u.gather.my_rank) && (sbuf == MPI_IN_PLACE)) { sbuf 1221 ompi/mca/coll/portals4/coll_portals4_gather.c ompi_coll_portals4_gather_intra(const void *sbuf, int scount, struct ompi_datatype_t *sdtype, sbuf 1250 ompi/mca/coll/portals4/coll_portals4_gather.c ret = ompi_coll_portals4_gather_intra_binomial_top(sbuf, scount, sdtype, sbuf 1261 ompi/mca/coll/portals4/coll_portals4_gather.c ret = ompi_coll_portals4_gather_intra_linear_top(sbuf, scount, sdtype, sbuf 1293 ompi/mca/coll/portals4/coll_portals4_gather.c ompi_coll_portals4_igather_intra(const void *sbuf, int scount, struct ompi_datatype_t *sdtype, sbuf 1324 ompi/mca/coll/portals4/coll_portals4_gather.c ret = ompi_coll_portals4_gather_intra_binomial_top(sbuf, scount, sdtype, sbuf 1332 ompi/mca/coll/portals4/coll_portals4_gather.c ret = ompi_coll_portals4_gather_intra_linear_top(sbuf, scount, sdtype, sbuf 107 ompi/mca/coll/portals4/coll_portals4_request.h const void *sbuf; sbuf 146 ompi/mca/coll/portals4/coll_portals4_request.h const void *sbuf; sbuf 309 ompi/mca/coll/portals4/coll_portals4_scatter.c ompi_coll_portals4_scatter_intra_linear_top(const void *sbuf, int scount, struct ompi_datatype_t *sdtype, sbuf 349 ompi/mca/coll/portals4/coll_portals4_scatter.c request->u.scatter.sbuf = sbuf; sbuf 352 ompi/mca/coll/portals4/coll_portals4_scatter.c request->u.scatter.pack_src_buf = sbuf; sbuf 649 ompi/mca/coll/portals4/coll_portals4_scatter.c ompi_coll_portals4_scatter_intra(const void *sbuf, int scount, struct ompi_datatype_t *sdtype, sbuf 677 ompi/mca/coll/portals4/coll_portals4_scatter.c ret = ompi_coll_portals4_scatter_intra_linear_top(sbuf, scount, sdtype, sbuf 708 ompi/mca/coll/portals4/coll_portals4_scatter.c ompi_coll_portals4_iscatter_intra(const void *sbuf, int scount, struct ompi_datatype_t *sdtype, sbuf 738 ompi/mca/coll/portals4/coll_portals4_scatter.c ret = ompi_coll_portals4_scatter_intra_linear_top(sbuf, scount, sdtype, sbuf 56 ompi/mca/coll/self/coll_self.h int mca_coll_self_allgather_intra(const void *sbuf, int scount, sbuf 62 ompi/mca/coll/self/coll_self.h int mca_coll_self_allgatherv_intra(const void *sbuf, int scount, sbuf 68 ompi/mca/coll/self/coll_self.h int mca_coll_self_allreduce_intra(const void *sbuf, void *rbuf, int count, sbuf 73 ompi/mca/coll/self/coll_self.h int mca_coll_self_alltoall_intra(const void *sbuf, int scount, sbuf 79 ompi/mca/coll/self/coll_self.h int mca_coll_self_alltoallv_intra(const void *sbuf, const int *scounts, const int *sdisps, sbuf 85 ompi/mca/coll/self/coll_self.h int mca_coll_self_alltoallw_intra(const void *sbuf, const int *scounts, const int *sdisps, sbuf 98 ompi/mca/coll/self/coll_self.h int mca_coll_self_exscan_intra(const void *sbuf, void *rbuf, int count, sbuf 103 ompi/mca/coll/self/coll_self.h int mca_coll_self_gather_intra(const void *sbuf, int scount, sbuf 108 ompi/mca/coll/self/coll_self.h int mca_coll_self_gatherv_intra(const void *sbuf, int scount, sbuf 114 ompi/mca/coll/self/coll_self.h int mca_coll_self_reduce_intra(const void *sbuf, void* rbuf, int count, sbuf 120 ompi/mca/coll/self/coll_self.h int mca_coll_self_reduce_scatter_intra(const void *sbuf, void *rbuf, sbuf 126 ompi/mca/coll/self/coll_self.h int mca_coll_self_scan_intra(const void *sbuf, void *rbuf, int count, sbuf 131 ompi/mca/coll/self/coll_self.h int mca_coll_self_scatter_intra(const void *sbuf, int scount, sbuf 136 ompi/mca/coll/self/coll_self.h int mca_coll_self_scatterv_intra(const void *sbuf, const int *scounts, const int *disps, sbuf 35 ompi/mca/coll/self/coll_self_allgather.c int mca_coll_self_allgather_intra(const void *sbuf, int scount, sbuf 41 ompi/mca/coll/self/coll_self_allgather.c if (MPI_IN_PLACE == sbuf) { sbuf 44 ompi/mca/coll/self/coll_self_allgather.c return ompi_datatype_sndrcv(sbuf, scount, sdtype, sbuf 35 ompi/mca/coll/self/coll_self_allgatherv.c int mca_coll_self_allgatherv_intra(const void *sbuf, int scount, sbuf 42 ompi/mca/coll/self/coll_self_allgatherv.c if (MPI_IN_PLACE == sbuf) { sbuf 51 ompi/mca/coll/self/coll_self_allgatherv.c return ompi_datatype_sndrcv(sbuf, scount, sdtype, sbuf 35 ompi/mca/coll/self/coll_self_allreduce.c int mca_coll_self_allreduce_intra(const void *sbuf, void *rbuf, int count, sbuf 41 ompi/mca/coll/self/coll_self_allreduce.c if (MPI_IN_PLACE == sbuf) { sbuf 44 ompi/mca/coll/self/coll_self_allreduce.c return ompi_datatype_copy_content_same_ddt(dtype, count, (char*)rbuf, (char*)sbuf); sbuf 36 ompi/mca/coll/self/coll_self_alltoall.c int mca_coll_self_alltoall_intra(const void *sbuf, int scount, sbuf 43 ompi/mca/coll/self/coll_self_alltoall.c if (MPI_IN_PLACE == sbuf) { sbuf 47 ompi/mca/coll/self/coll_self_alltoall.c return ompi_datatype_sndrcv(sbuf, scount, sdtype, sbuf 37 ompi/mca/coll/self/coll_self_alltoallv.c mca_coll_self_alltoallv_intra(const void *sbuf, const int *scounts, const int *sdisps, sbuf 47 ompi/mca/coll/self/coll_self_alltoallv.c if (MPI_IN_PLACE == sbuf) { sbuf 59 ompi/mca/coll/self/coll_self_alltoallv.c return ompi_datatype_sndrcv(((char *) sbuf) + sdisps[0] * sextent, sbuf 36 ompi/mca/coll/self/coll_self_alltoallw.c int mca_coll_self_alltoallw_intra(const void *sbuf, const int *scounts, const int *sdisps, sbuf 46 ompi/mca/coll/self/coll_self_alltoallw.c if (MPI_IN_PLACE == sbuf) { sbuf 59 ompi/mca/coll/self/coll_self_alltoallw.c return ompi_datatype_sndrcv(((char *) sbuf) + sdisps[0] * sextent, sbuf 34 ompi/mca/coll/self/coll_self_exscan.c int mca_coll_self_exscan_intra(const void *sbuf, void *rbuf, int count, sbuf 35 ompi/mca/coll/self/coll_self_gather.c int mca_coll_self_gather_intra(const void *sbuf, int scount, sbuf 42 ompi/mca/coll/self/coll_self_gather.c if (MPI_IN_PLACE == sbuf) { sbuf 45 ompi/mca/coll/self/coll_self_gather.c return ompi_datatype_sndrcv(sbuf, scount, sdtype, sbuf 35 ompi/mca/coll/self/coll_self_gatherv.c int mca_coll_self_gatherv_intra(const void *sbuf, int scount, sbuf 42 ompi/mca/coll/self/coll_self_gatherv.c if (MPI_IN_PLACE == sbuf) { sbuf 51 ompi/mca/coll/self/coll_self_gatherv.c return ompi_datatype_sndrcv(sbuf, scount, sdtype, sbuf 35 ompi/mca/coll/self/coll_self_reduce.c int mca_coll_self_reduce_intra(const void *sbuf, void *rbuf, int count, sbuf 41 ompi/mca/coll/self/coll_self_reduce.c if (MPI_IN_PLACE == sbuf) { sbuf 44 ompi/mca/coll/self/coll_self_reduce.c return ompi_datatype_copy_content_same_ddt(dtype, count, (char*)rbuf, (char*)sbuf); sbuf 35 ompi/mca/coll/self/coll_self_reduce_scatter.c int mca_coll_self_reduce_scatter_intra(const void *sbuf, void *rbuf, const int *rcounts, sbuf 41 ompi/mca/coll/self/coll_self_reduce_scatter.c if (MPI_IN_PLACE == sbuf) { sbuf 44 ompi/mca/coll/self/coll_self_reduce_scatter.c return ompi_datatype_copy_content_same_ddt(dtype, rcounts[0], (char*)rbuf, (char*)sbuf); sbuf 35 ompi/mca/coll/self/coll_self_scan.c int mca_coll_self_scan_intra(const void *sbuf, void *rbuf, int count, sbuf 41 ompi/mca/coll/self/coll_self_scan.c if (MPI_IN_PLACE == sbuf) { sbuf 44 ompi/mca/coll/self/coll_self_scan.c return ompi_datatype_copy_content_same_ddt(dtype, count, (char*)rbuf, (char*)sbuf); sbuf 35 ompi/mca/coll/self/coll_self_scatter.c int mca_coll_self_scatter_intra(const void *sbuf, int scount, sbuf 46 ompi/mca/coll/self/coll_self_scatter.c return ompi_datatype_sndrcv(sbuf, scount, sdtype, sbuf 35 ompi/mca/coll/self/coll_self_scatterv.c int mca_coll_self_scatterv_intra(const void *sbuf, const int *scounts, sbuf 51 ompi/mca/coll/self/coll_self_scatterv.c return ompi_datatype_sndrcv(((char *) sbuf) + disps[0]*extent, scounts[0], sbuf 220 ompi/mca/coll/sm/coll_sm.h int mca_coll_sm_allgather_intra(const void *sbuf, int scount, sbuf 227 ompi/mca/coll/sm/coll_sm.h int mca_coll_sm_allgatherv_intra(const void *sbuf, int scount, sbuf 233 ompi/mca/coll/sm/coll_sm.h int mca_coll_sm_allreduce_intra(const void *sbuf, void *rbuf, int count, sbuf 238 ompi/mca/coll/sm/coll_sm.h int mca_coll_sm_alltoall_intra(const void *sbuf, int scount, sbuf 244 ompi/mca/coll/sm/coll_sm.h int mca_coll_sm_alltoallv_intra(const void *sbuf, const int *scounts, const int *sdisps, sbuf 250 ompi/mca/coll/sm/coll_sm.h int mca_coll_sm_alltoallw_intra(const void *sbuf, const int *scounts, const int *sdisps, sbuf 268 ompi/mca/coll/sm/coll_sm.h int mca_coll_sm_exscan_intra(const void *sbuf, void *rbuf, int count, sbuf 273 ompi/mca/coll/sm/coll_sm.h int mca_coll_sm_gather_intra(void *sbuf, int scount, sbuf 278 ompi/mca/coll/sm/coll_sm.h int mca_coll_sm_gatherv_intra(void *sbuf, int scount, sbuf 284 ompi/mca/coll/sm/coll_sm.h int mca_coll_sm_reduce_intra(const void *sbuf, void* rbuf, int count, sbuf 290 ompi/mca/coll/sm/coll_sm.h int mca_coll_sm_reduce_log_intra(const void *sbuf, void* rbuf, int count, sbuf 296 ompi/mca/coll/sm/coll_sm.h int mca_coll_sm_reduce_scatter_intra(const void *sbuf, void *rbuf, sbuf 302 ompi/mca/coll/sm/coll_sm.h int mca_coll_sm_scan_intra(const void *sbuf, void *rbuf, int count, sbuf 307 ompi/mca/coll/sm/coll_sm.h int mca_coll_sm_scatter_intra(const void *sbuf, int scount, sbuf 312 ompi/mca/coll/sm/coll_sm.h int mca_coll_sm_scatterv_intra(const void *sbuf, const int *scounts, const int *disps, sbuf 34 ompi/mca/coll/sm/coll_sm_allgather.c int mca_coll_sm_allgather_intra(const void *sbuf, int scount, sbuf 34 ompi/mca/coll/sm/coll_sm_allgatherv.c int mca_coll_sm_allgatherv_intra(const void *sbuf, int scount, sbuf 36 ompi/mca/coll/sm/coll_sm_allreduce.c int mca_coll_sm_allreduce_intra(const void *sbuf, void *rbuf, int count, sbuf 47 ompi/mca/coll/sm/coll_sm_allreduce.c if (MPI_IN_PLACE == sbuf) { sbuf 50 ompi/mca/coll/sm/coll_sm_allreduce.c ret = mca_coll_sm_reduce_intra(sbuf, rbuf, count, dtype, op, 0, sbuf 57 ompi/mca/coll/sm/coll_sm_allreduce.c ret = mca_coll_sm_reduce_intra(sbuf, rbuf, count, dtype, op, 0, sbuf 34 ompi/mca/coll/sm/coll_sm_alltoall.c int mca_coll_sm_alltoall_intra(const void *sbuf, int scount, sbuf 34 ompi/mca/coll/sm/coll_sm_alltoallv.c int mca_coll_sm_alltoallv_intra(const void *sbuf, const int *scounts, const int *sdisps, sbuf 34 ompi/mca/coll/sm/coll_sm_alltoallw.c int mca_coll_sm_alltoallw_intra(const void *sbuf, const int *scounts, const int *sdisps, sbuf 34 ompi/mca/coll/sm/coll_sm_exscan.c int mca_coll_sm_exscan_intra(const void *sbuf, void *rbuf, int count, sbuf 34 ompi/mca/coll/sm/coll_sm_gather.c int mca_coll_sm_gather_intra(const void *sbuf, int scount, sbuf 34 ompi/mca/coll/sm/coll_sm_gatherv.c int mca_coll_sm_gatherv_intra(const void *sbuf, int scount, sbuf 38 ompi/mca/coll/sm/coll_sm_reduce.c static int reduce_inorder(const void *sbuf, void* rbuf, int count, sbuf 45 ompi/mca/coll/sm/coll_sm_reduce.c static int reduce_no_order(const void *sbuf, void* rbuf, int count, sbuf 67 ompi/mca/coll/sm/coll_sm_reduce.c int mca_coll_sm_reduce_intra(const void *sbuf, void* rbuf, int count, sbuf 90 ompi/mca/coll/sm/coll_sm_reduce.c return sm_module->previous_reduce(sbuf, rbuf, count, sbuf 108 ompi/mca/coll/sm/coll_sm_reduce.c return reduce_inorder(sbuf, rbuf, count, dtype, op, sbuf 111 ompi/mca/coll/sm/coll_sm_reduce.c return reduce_no_order(sbuf, rbuf, count, dtype, op, sbuf 128 ompi/mca/coll/sm/coll_sm_reduce.c return reduce_inorder(sbuf, rbuf, count, dtype, op, root, comm, module); sbuf 176 ompi/mca/coll/sm/coll_sm_reduce.c static int reduce_inorder(const void *sbuf, void* rbuf, int count, sbuf 312 ompi/mca/coll/sm/coll_sm_reduce.c if (MPI_IN_PLACE == sbuf && (size - 1) != rank) { sbuf 321 ompi/mca/coll/sm/coll_sm_reduce.c sbuf = inplace_temp - gap; sbuf 322 ompi/mca/coll/sm/coll_sm_reduce.c ompi_datatype_copy_content_same_ddt(dtype, count, (char *)sbuf, (char *)rbuf); sbuf 361 ompi/mca/coll/sm/coll_sm_reduce.c if (MPI_IN_PLACE != sbuf) { sbuf 363 ompi/mca/coll/sm/coll_sm_reduce.c reduce_target, (char*)sbuf); sbuf 405 ompi/mca/coll/sm/coll_sm_reduce.c ((char *) sbuf) + sbuf 494 ompi/mca/coll/sm/coll_sm_reduce.c sbuf, sbuf 560 ompi/mca/coll/sm/coll_sm_reduce.c static int reduce_no_order(const void *sbuf, void* rbuf, int count, sbuf 34 ompi/mca/coll/sm/coll_sm_reduce_scatter.c int mca_coll_sm_reduce_scatter_intra(const void *sbuf, void *rbuf, const int *rcounts, sbuf 34 ompi/mca/coll/sm/coll_sm_scan.c int mca_coll_sm_scan_intra(const void *sbuf, void *rbuf, int count, sbuf 34 ompi/mca/coll/sm/coll_sm_scatter.c int mca_coll_sm_scatter_intra(const void *sbuf, int scount, sbuf 34 ompi/mca/coll/sm/coll_sm_scatterv.c int mca_coll_sm_scatterv_intra(const void *sbuf, const int *scounts, sbuf 58 ompi/mca/coll/sync/coll_sync.h int mca_coll_sync_exscan(const void *sbuf, void *rbuf, int count, sbuf 64 ompi/mca/coll/sync/coll_sync.h int mca_coll_sync_gather(const void *sbuf, int scount, sbuf 72 ompi/mca/coll/sync/coll_sync.h int mca_coll_sync_gatherv(const void *sbuf, int scount, sbuf 80 ompi/mca/coll/sync/coll_sync.h int mca_coll_sync_reduce(const void *sbuf, void *rbuf, int count, sbuf 87 ompi/mca/coll/sync/coll_sync.h int mca_coll_sync_reduce_scatter(const void *sbuf, void *rbuf, sbuf 94 ompi/mca/coll/sync/coll_sync.h int mca_coll_sync_scan(const void *sbuf, void *rbuf, int count, sbuf 100 ompi/mca/coll/sync/coll_sync.h int mca_coll_sync_scatter(const void *sbuf, int scount, sbuf 108 ompi/mca/coll/sync/coll_sync.h int mca_coll_sync_scatterv(const void *sbuf, const int *scounts, const int *disps, sbuf 32 ompi/mca/coll/sync/coll_sync_exscan.c int mca_coll_sync_exscan(const void *sbuf, void *rbuf, int count, sbuf 41 ompi/mca/coll/sync/coll_sync_exscan.c return s->c_coll.coll_exscan(sbuf, rbuf, count, dtype, op, comm, sbuf 44 ompi/mca/coll/sync/coll_sync_exscan.c COLL_SYNC(s, s->c_coll.coll_exscan(sbuf, rbuf, count, dtype, op, comm, sbuf 32 ompi/mca/coll/sync/coll_sync_gather.c int mca_coll_sync_gather(const void *sbuf, int scount, sbuf 42 ompi/mca/coll/sync/coll_sync_gather.c return s->c_coll.coll_gather(sbuf, scount, sdtype, sbuf 46 ompi/mca/coll/sync/coll_sync_gather.c COLL_SYNC(s, s->c_coll.coll_gather(sbuf, scount, sdtype, sbuf 32 ompi/mca/coll/sync/coll_sync_gatherv.c int mca_coll_sync_gatherv(const void *sbuf, int scount, sbuf 42 ompi/mca/coll/sync/coll_sync_gatherv.c return s->c_coll.coll_gatherv(sbuf, scount, sdtype, sbuf 46 ompi/mca/coll/sync/coll_sync_gatherv.c COLL_SYNC(s, s->c_coll.coll_gatherv(sbuf, scount, sdtype, sbuf 31 ompi/mca/coll/sync/coll_sync_reduce.c int mca_coll_sync_reduce(const void *sbuf, void *rbuf, int count, sbuf 40 ompi/mca/coll/sync/coll_sync_reduce.c return s->c_coll.coll_reduce(sbuf, rbuf, count, dtype, op, root, comm, sbuf 43 ompi/mca/coll/sync/coll_sync_reduce.c COLL_SYNC(s, s->c_coll.coll_reduce(sbuf, rbuf, count, dtype, sbuf 33 ompi/mca/coll/sync/coll_sync_reduce_scatter.c int mca_coll_sync_reduce_scatter(const void *sbuf, void *rbuf, const int *rcounts, sbuf 42 ompi/mca/coll/sync/coll_sync_reduce_scatter.c return s->c_coll.coll_reduce_scatter(sbuf, rbuf, rcounts, sbuf 46 ompi/mca/coll/sync/coll_sync_reduce_scatter.c COLL_SYNC(s, s->c_coll.coll_reduce_scatter(sbuf, rbuf, rcounts, sbuf 31 ompi/mca/coll/sync/coll_sync_scan.c int mca_coll_sync_scan(const void *sbuf, void *rbuf, int count, sbuf 40 ompi/mca/coll/sync/coll_sync_scan.c return s->c_coll.coll_scan(sbuf, rbuf, count, dtype, op, comm, sbuf 43 ompi/mca/coll/sync/coll_sync_scan.c COLL_SYNC(s, s->c_coll.coll_scan(sbuf, rbuf, count, dtype, op, comm, sbuf 32 ompi/mca/coll/sync/coll_sync_scatter.c int mca_coll_sync_scatter(const void *sbuf, int scount, sbuf 42 ompi/mca/coll/sync/coll_sync_scatter.c return s->c_coll.coll_scatter(sbuf, scount, sdtype, sbuf 46 ompi/mca/coll/sync/coll_sync_scatter.c COLL_SYNC(s, s->c_coll.coll_scatter(sbuf, scount, sdtype, sbuf 32 ompi/mca/coll/sync/coll_sync_scatterv.c int mca_coll_sync_scatterv(const void *sbuf, const int *scounts, sbuf 42 ompi/mca/coll/sync/coll_sync_scatterv.c return s->c_coll.coll_scatterv(sbuf, scounts, disps, sdtype, sbuf 46 ompi/mca/coll/sync/coll_sync_scatterv.c COLL_SYNC(s, s->c_coll.coll_scatterv(sbuf, scounts, disps, sdtype, sbuf 123 ompi/mca/coll/tuned/coll_tuned_allgather_decision.c int ompi_coll_tuned_allgather_intra_do_this(const void *sbuf, int scount, sbuf 137 ompi/mca/coll/tuned/coll_tuned_allgather_decision.c return ompi_coll_tuned_allgather_intra_dec_fixed(sbuf, scount, sdtype, sbuf 141 ompi/mca/coll/tuned/coll_tuned_allgather_decision.c return ompi_coll_base_allgather_intra_basic_linear(sbuf, scount, sdtype, sbuf 145 ompi/mca/coll/tuned/coll_tuned_allgather_decision.c return ompi_coll_base_allgather_intra_bruck(sbuf, scount, sdtype, sbuf 149 ompi/mca/coll/tuned/coll_tuned_allgather_decision.c return ompi_coll_base_allgather_intra_recursivedoubling(sbuf, scount, sdtype, sbuf 153 ompi/mca/coll/tuned/coll_tuned_allgather_decision.c return ompi_coll_base_allgather_intra_ring(sbuf, scount, sdtype, sbuf 157 ompi/mca/coll/tuned/coll_tuned_allgather_decision.c return ompi_coll_base_allgather_intra_neighborexchange(sbuf, scount, sdtype, sbuf 161 ompi/mca/coll/tuned/coll_tuned_allgather_decision.c return ompi_coll_base_allgather_intra_two_procs(sbuf, scount, sdtype, sbuf 122 ompi/mca/coll/tuned/coll_tuned_allgatherv_decision.c int ompi_coll_tuned_allgatherv_intra_do_this(const void *sbuf, int scount, sbuf 138 ompi/mca/coll/tuned/coll_tuned_allgatherv_decision.c return ompi_coll_tuned_allgatherv_intra_dec_fixed(sbuf, scount, sdtype, sbuf 142 ompi/mca/coll/tuned/coll_tuned_allgatherv_decision.c return ompi_coll_base_allgatherv_intra_basic_default(sbuf, scount, sdtype, sbuf 146 ompi/mca/coll/tuned/coll_tuned_allgatherv_decision.c return ompi_coll_base_allgatherv_intra_bruck(sbuf, scount, sdtype, sbuf 150 ompi/mca/coll/tuned/coll_tuned_allgatherv_decision.c return ompi_coll_base_allgatherv_intra_ring(sbuf, scount, sdtype, sbuf 154 ompi/mca/coll/tuned/coll_tuned_allgatherv_decision.c return ompi_coll_base_allgatherv_intra_neighborexchange(sbuf, scount, sdtype, sbuf 158 ompi/mca/coll/tuned/coll_tuned_allgatherv_decision.c return ompi_coll_base_allgatherv_intra_two_procs(sbuf, scount, sdtype, sbuf 123 ompi/mca/coll/tuned/coll_tuned_allreduce_decision.c int ompi_coll_tuned_allreduce_intra_do_this(const void *sbuf, void *rbuf, int count, sbuf 135 ompi/mca/coll/tuned/coll_tuned_allreduce_decision.c return ompi_coll_tuned_allreduce_intra_dec_fixed(sbuf, rbuf, count, dtype, op, comm, module); sbuf 137 ompi/mca/coll/tuned/coll_tuned_allreduce_decision.c return ompi_coll_base_allreduce_intra_basic_linear(sbuf, rbuf, count, dtype, op, comm, module); sbuf 139 ompi/mca/coll/tuned/coll_tuned_allreduce_decision.c return ompi_coll_base_allreduce_intra_nonoverlapping(sbuf, rbuf, count, dtype, op, comm, module); sbuf 141 ompi/mca/coll/tuned/coll_tuned_allreduce_decision.c return ompi_coll_base_allreduce_intra_recursivedoubling(sbuf, rbuf, count, dtype, op, comm, module); sbuf 143 ompi/mca/coll/tuned/coll_tuned_allreduce_decision.c return ompi_coll_base_allreduce_intra_ring(sbuf, rbuf, count, dtype, op, comm, module); sbuf 145 ompi/mca/coll/tuned/coll_tuned_allreduce_decision.c return ompi_coll_base_allreduce_intra_ring_segmented(sbuf, rbuf, count, dtype, op, comm, module, segsize); sbuf 147 ompi/mca/coll/tuned/coll_tuned_allreduce_decision.c return ompi_coll_base_allreduce_intra_redscat_allgather(sbuf, rbuf, count, dtype, op, comm, module); sbuf 142 ompi/mca/coll/tuned/coll_tuned_alltoall_decision.c int ompi_coll_tuned_alltoall_intra_do_this(const void *sbuf, int scount, sbuf 156 ompi/mca/coll/tuned/coll_tuned_alltoall_decision.c return ompi_coll_tuned_alltoall_intra_dec_fixed(sbuf, scount, sdtype, rbuf, rcount, rdtype, comm, module); sbuf 158 ompi/mca/coll/tuned/coll_tuned_alltoall_decision.c return ompi_coll_base_alltoall_intra_basic_linear(sbuf, scount, sdtype, rbuf, rcount, rdtype, comm, module); sbuf 160 ompi/mca/coll/tuned/coll_tuned_alltoall_decision.c return ompi_coll_base_alltoall_intra_pairwise(sbuf, scount, sdtype, rbuf, rcount, rdtype, comm, module); sbuf 162 ompi/mca/coll/tuned/coll_tuned_alltoall_decision.c return ompi_coll_base_alltoall_intra_bruck(sbuf, scount, sdtype, rbuf, rcount, rdtype, comm, module); sbuf 164 ompi/mca/coll/tuned/coll_tuned_alltoall_decision.c return ompi_coll_base_alltoall_intra_linear_sync(sbuf, scount, sdtype, rbuf, rcount, rdtype, comm, module, max_requests); sbuf 166 ompi/mca/coll/tuned/coll_tuned_alltoall_decision.c return ompi_coll_base_alltoall_intra_two_procs(sbuf, scount, sdtype, rbuf, rcount, rdtype, comm, module); sbuf 90 ompi/mca/coll/tuned/coll_tuned_alltoallv_decision.c int ompi_coll_tuned_alltoallv_intra_do_this(const void *sbuf, const int *scounts, const int *sdisps, sbuf 104 ompi/mca/coll/tuned/coll_tuned_alltoallv_decision.c return ompi_coll_tuned_alltoallv_intra_dec_fixed(sbuf, scounts, sdisps, sdtype, sbuf 108 ompi/mca/coll/tuned/coll_tuned_alltoallv_decision.c return ompi_coll_base_alltoallv_intra_basic_linear(sbuf, scounts, sdisps, sdtype, sbuf 112 ompi/mca/coll/tuned/coll_tuned_alltoallv_decision.c return ompi_coll_base_alltoallv_intra_pairwise(sbuf, scounts, sdisps, sdtype, sbuf 53 ompi/mca/coll/tuned/coll_tuned_decision_dynamic.c ompi_coll_tuned_allreduce_intra_dec_dynamic (const void *sbuf, void *rbuf, int count, sbuf 77 ompi/mca/coll/tuned/coll_tuned_decision_dynamic.c return ompi_coll_tuned_allreduce_intra_do_this (sbuf, rbuf, count, dtype, op, sbuf 84 ompi/mca/coll/tuned/coll_tuned_decision_dynamic.c return ompi_coll_tuned_allreduce_intra_do_this(sbuf, rbuf, count, dtype, op, comm, module, sbuf 89 ompi/mca/coll/tuned/coll_tuned_decision_dynamic.c return ompi_coll_tuned_allreduce_intra_dec_fixed (sbuf, rbuf, count, dtype, op, sbuf 101 ompi/mca/coll/tuned/coll_tuned_decision_dynamic.c int ompi_coll_tuned_alltoall_intra_dec_dynamic(const void *sbuf, int scount, sbuf 128 ompi/mca/coll/tuned/coll_tuned_decision_dynamic.c return ompi_coll_tuned_alltoall_intra_do_this (sbuf, scount, sdtype, sbuf 136 ompi/mca/coll/tuned/coll_tuned_decision_dynamic.c return ompi_coll_tuned_alltoall_intra_do_this(sbuf, scount, sdtype, sbuf 144 ompi/mca/coll/tuned/coll_tuned_decision_dynamic.c return ompi_coll_tuned_alltoall_intra_dec_fixed (sbuf, scount, sdtype, sbuf 155 ompi/mca/coll/tuned/coll_tuned_decision_dynamic.c int ompi_coll_tuned_alltoallv_intra_dec_dynamic(const void *sbuf, const int *scounts, const int *sdisps, sbuf 180 ompi/mca/coll/tuned/coll_tuned_decision_dynamic.c return ompi_coll_tuned_alltoallv_intra_do_this (sbuf, scounts, sdisps, sdtype, sbuf 188 ompi/mca/coll/tuned/coll_tuned_decision_dynamic.c return ompi_coll_tuned_alltoallv_intra_do_this(sbuf, scounts, sdisps, sdtype, sbuf 193 ompi/mca/coll/tuned/coll_tuned_decision_dynamic.c return ompi_coll_tuned_alltoallv_intra_dec_fixed(sbuf, scounts, sdisps, sdtype, sbuf 292 ompi/mca/coll/tuned/coll_tuned_decision_dynamic.c int ompi_coll_tuned_reduce_intra_dec_dynamic( const void *sbuf, void *rbuf, sbuf 317 ompi/mca/coll/tuned/coll_tuned_decision_dynamic.c return ompi_coll_tuned_reduce_intra_do_this (sbuf, rbuf, count, dtype, sbuf 325 ompi/mca/coll/tuned/coll_tuned_decision_dynamic.c return ompi_coll_tuned_reduce_intra_do_this(sbuf, rbuf, count, dtype, sbuf 332 ompi/mca/coll/tuned/coll_tuned_decision_dynamic.c return ompi_coll_tuned_reduce_intra_dec_fixed (sbuf, rbuf, count, dtype, sbuf 345 ompi/mca/coll/tuned/coll_tuned_decision_dynamic.c int ompi_coll_tuned_reduce_scatter_intra_dec_dynamic(const void *sbuf, void *rbuf, sbuf 372 ompi/mca/coll/tuned/coll_tuned_decision_dynamic.c return ompi_coll_tuned_reduce_scatter_intra_do_this (sbuf, rbuf, rcounts, dtype, sbuf 379 ompi/mca/coll/tuned/coll_tuned_decision_dynamic.c return ompi_coll_tuned_reduce_scatter_intra_do_this(sbuf, rbuf, rcounts, dtype, sbuf 385 ompi/mca/coll/tuned/coll_tuned_decision_dynamic.c return ompi_coll_tuned_reduce_scatter_intra_dec_fixed (sbuf, rbuf, rcounts, sbuf 398 ompi/mca/coll/tuned/coll_tuned_decision_dynamic.c int ompi_coll_tuned_reduce_scatter_block_intra_dec_dynamic(const void *sbuf, void *rbuf, sbuf 424 ompi/mca/coll/tuned/coll_tuned_decision_dynamic.c return ompi_coll_tuned_reduce_scatter_block_intra_do_this (sbuf, rbuf, rcount, dtype, sbuf 431 ompi/mca/coll/tuned/coll_tuned_decision_dynamic.c return ompi_coll_tuned_reduce_scatter_block_intra_do_this(sbuf, rbuf, rcount, dtype, sbuf 437 ompi/mca/coll/tuned/coll_tuned_decision_dynamic.c return ompi_coll_tuned_reduce_scatter_block_intra_dec_fixed (sbuf, rbuf, rcount, sbuf 450 ompi/mca/coll/tuned/coll_tuned_decision_dynamic.c int ompi_coll_tuned_allgather_intra_dec_dynamic(const void *sbuf, int scount, sbuf 478 ompi/mca/coll/tuned/coll_tuned_decision_dynamic.c return ompi_coll_tuned_allgather_intra_do_this (sbuf, scount, sdtype, sbuf 488 ompi/mca/coll/tuned/coll_tuned_decision_dynamic.c return ompi_coll_tuned_allgather_intra_do_this(sbuf, scount, sdtype, sbuf 497 ompi/mca/coll/tuned/coll_tuned_decision_dynamic.c return ompi_coll_tuned_allgather_intra_dec_fixed (sbuf, scount, sdtype, sbuf 511 ompi/mca/coll/tuned/coll_tuned_decision_dynamic.c int ompi_coll_tuned_allgatherv_intra_dec_dynamic(const void *sbuf, int scount, sbuf 541 ompi/mca/coll/tuned/coll_tuned_decision_dynamic.c return ompi_coll_tuned_allgatherv_intra_do_this (sbuf, scount, sdtype, sbuf 552 ompi/mca/coll/tuned/coll_tuned_decision_dynamic.c return ompi_coll_tuned_allgatherv_intra_do_this(sbuf, scount, sdtype, sbuf 561 ompi/mca/coll/tuned/coll_tuned_decision_dynamic.c return ompi_coll_tuned_allgatherv_intra_dec_fixed (sbuf, scount, sdtype, sbuf 567 ompi/mca/coll/tuned/coll_tuned_decision_dynamic.c int ompi_coll_tuned_gather_intra_dec_dynamic(const void *sbuf, int scount, sbuf 596 ompi/mca/coll/tuned/coll_tuned_decision_dynamic.c return ompi_coll_tuned_gather_intra_do_this (sbuf, scount, sdtype, sbuf 604 ompi/mca/coll/tuned/coll_tuned_decision_dynamic.c return ompi_coll_tuned_gather_intra_do_this(sbuf, scount, sdtype, sbuf 612 ompi/mca/coll/tuned/coll_tuned_decision_dynamic.c return ompi_coll_tuned_gather_intra_dec_fixed (sbuf, scount, sdtype, sbuf 617 ompi/mca/coll/tuned/coll_tuned_decision_dynamic.c int ompi_coll_tuned_scatter_intra_dec_dynamic(const void *sbuf, int scount, sbuf 645 ompi/mca/coll/tuned/coll_tuned_decision_dynamic.c return ompi_coll_tuned_scatter_intra_do_this (sbuf, scount, sdtype, sbuf 653 ompi/mca/coll/tuned/coll_tuned_decision_dynamic.c return ompi_coll_tuned_scatter_intra_do_this(sbuf, scount, sdtype, sbuf 661 ompi/mca/coll/tuned/coll_tuned_decision_dynamic.c return ompi_coll_tuned_scatter_intra_dec_fixed (sbuf, scount, sdtype, sbuf 666 ompi/mca/coll/tuned/coll_tuned_decision_dynamic.c int ompi_coll_tuned_exscan_intra_dec_dynamic(const void *sbuf, void* rbuf, int count, sbuf 693 ompi/mca/coll/tuned/coll_tuned_decision_dynamic.c return ompi_coll_tuned_exscan_intra_do_this (sbuf, rbuf, count, dtype, sbuf 700 ompi/mca/coll/tuned/coll_tuned_decision_dynamic.c return ompi_coll_tuned_exscan_intra_do_this(sbuf, rbuf, count, dtype, sbuf 705 ompi/mca/coll/tuned/coll_tuned_decision_dynamic.c return ompi_coll_base_exscan_intra_linear(sbuf, rbuf, count, dtype, sbuf 709 ompi/mca/coll/tuned/coll_tuned_decision_dynamic.c int ompi_coll_tuned_scan_intra_dec_dynamic(const void *sbuf, void* rbuf, int count, sbuf 736 ompi/mca/coll/tuned/coll_tuned_decision_dynamic.c return ompi_coll_tuned_scan_intra_do_this (sbuf, rbuf, count, dtype, sbuf 743 ompi/mca/coll/tuned/coll_tuned_decision_dynamic.c return ompi_coll_tuned_scan_intra_do_this(sbuf, rbuf, count, dtype, sbuf 748 ompi/mca/coll/tuned/coll_tuned_decision_dynamic.c return ompi_coll_base_scan_intra_linear(sbuf, rbuf, count, dtype, sbuf 44 ompi/mca/coll/tuned/coll_tuned_decision_fixed.c ompi_coll_tuned_allreduce_intra_dec_fixed(const void *sbuf, void *rbuf, int count, sbuf 66 ompi/mca/coll/tuned/coll_tuned_decision_fixed.c return (ompi_coll_base_allreduce_intra_recursivedoubling(sbuf, rbuf, sbuf 74 ompi/mca/coll/tuned/coll_tuned_decision_fixed.c return (ompi_coll_base_allreduce_intra_ring(sbuf, rbuf, count, dtype, sbuf 77 ompi/mca/coll/tuned/coll_tuned_decision_fixed.c return (ompi_coll_base_allreduce_intra_ring_segmented(sbuf, rbuf, sbuf 84 ompi/mca/coll/tuned/coll_tuned_decision_fixed.c return (ompi_coll_base_allreduce_intra_nonoverlapping(sbuf, rbuf, count, sbuf 96 ompi/mca/coll/tuned/coll_tuned_decision_fixed.c int ompi_coll_tuned_alltoall_intra_dec_fixed(const void *sbuf, int scount, sbuf 113 ompi/mca/coll/tuned/coll_tuned_decision_fixed.c return ompi_coll_base_alltoall_intra_two_procs(sbuf, scount, sdtype, sbuf 122 ompi/mca/coll/tuned/coll_tuned_decision_fixed.c if (MPI_IN_PLACE != sbuf) { sbuf 131 ompi/mca/coll/tuned/coll_tuned_decision_fixed.c return ompi_coll_base_alltoall_intra_bruck(sbuf, scount, sdtype, sbuf 136 ompi/mca/coll/tuned/coll_tuned_decision_fixed.c return ompi_coll_base_alltoall_intra_basic_linear(sbuf, scount, sdtype, sbuf 141 ompi/mca/coll/tuned/coll_tuned_decision_fixed.c return ompi_coll_base_alltoall_intra_pairwise(sbuf, scount, sdtype, sbuf 156 ompi/mca/coll/tuned/coll_tuned_decision_fixed.c return ompi_coll_base_alltoall_intra_bruck(sbuf, scount, sdtype, rbuf, rcount, rdtype, comm, module); sbuf 159 ompi/mca/coll/tuned/coll_tuned_decision_fixed.c return ompi_coll_base_alltoall_intra_basic_linear(sbuf, scount, sdtype, rbuf, rcount, rdtype, comm, module); sbuf 161 ompi/mca/coll/tuned/coll_tuned_decision_fixed.c return ompi_coll_base_alltoall_intra_pairwise(sbuf, scount, sdtype, rbuf, rcount, rdtype, comm, module); sbuf 170 ompi/mca/coll/tuned/coll_tuned_decision_fixed.c int ompi_coll_tuned_alltoallv_intra_dec_fixed(const void *sbuf, const int *scounts, const int *sdisps, sbuf 178 ompi/mca/coll/tuned/coll_tuned_decision_fixed.c return ompi_coll_base_alltoallv_intra_pairwise(sbuf, scounts, sdisps, sdtype, sbuf 459 ompi/mca/coll/tuned/coll_tuned_decision_fixed.c int ompi_coll_tuned_reduce_scatter_intra_dec_fixed( const void *sbuf, void *rbuf, sbuf 484 ompi/mca/coll/tuned/coll_tuned_decision_fixed.c return ompi_coll_base_reduce_scatter_intra_nonoverlapping(sbuf, rbuf, rcounts, sbuf 498 ompi/mca/coll/tuned/coll_tuned_decision_fixed.c ompi_coll_base_reduce_scatter_intra_basic_recursivehalving(sbuf, rbuf, rcounts, sbuf 502 ompi/mca/coll/tuned/coll_tuned_decision_fixed.c return ompi_coll_base_reduce_scatter_intra_ring(sbuf, rbuf, rcounts, sbuf 515 ompi/mca/coll/tuned/coll_tuned_decision_fixed.c int ompi_coll_tuned_reduce_scatter_block_intra_dec_fixed(const void *sbuf, void *rbuf, sbuf 523 ompi/mca/coll/tuned/coll_tuned_decision_fixed.c return ompi_coll_base_reduce_scatter_block_basic_linear(sbuf, rbuf, rcount, sbuf 536 ompi/mca/coll/tuned/coll_tuned_decision_fixed.c int ompi_coll_tuned_allgather_intra_dec_fixed(const void *sbuf, int scount, sbuf 550 ompi/mca/coll/tuned/coll_tuned_decision_fixed.c return ompi_coll_base_allgather_intra_two_procs(sbuf, scount, sdtype, sbuf 556 ompi/mca/coll/tuned/coll_tuned_decision_fixed.c if (MPI_IN_PLACE != sbuf) { sbuf 579 ompi/mca/coll/tuned/coll_tuned_decision_fixed.c return ompi_coll_base_allgather_intra_recursivedoubling(sbuf, scount, sdtype, sbuf 583 ompi/mca/coll/tuned/coll_tuned_decision_fixed.c return ompi_coll_base_allgather_intra_bruck(sbuf, scount, sdtype, sbuf 589 ompi/mca/coll/tuned/coll_tuned_decision_fixed.c return ompi_coll_base_allgather_intra_ring(sbuf, scount, sdtype, sbuf 593 ompi/mca/coll/tuned/coll_tuned_decision_fixed.c return ompi_coll_base_allgather_intra_neighborexchange(sbuf, scount, sdtype, sbuf 610 ompi/mca/coll/tuned/coll_tuned_decision_fixed.c return ompi_coll_base_allgather_intra_recursivedoubling(sbuf, scount, sdtype, sbuf 614 ompi/mca/coll/tuned/coll_tuned_decision_fixed.c return ompi_coll_base_allgather_intra_bruck(sbuf, scount, sdtype, sbuf 618 ompi/mca/coll/tuned/coll_tuned_decision_fixed.c return ompi_coll_base_allgather_intra_ring(sbuf, scount, sdtype, sbuf 633 ompi/mca/coll/tuned/coll_tuned_decision_fixed.c int ompi_coll_tuned_allgatherv_intra_dec_fixed(const void *sbuf, int scount, sbuf 649 ompi/mca/coll/tuned/coll_tuned_decision_fixed.c return ompi_coll_base_allgatherv_intra_two_procs(sbuf, scount, sdtype, sbuf 655 ompi/mca/coll/tuned/coll_tuned_decision_fixed.c if (MPI_IN_PLACE != sbuf) { sbuf 673 ompi/mca/coll/tuned/coll_tuned_decision_fixed.c return ompi_coll_base_allgatherv_intra_bruck(sbuf, scount, sdtype, sbuf 678 ompi/mca/coll/tuned/coll_tuned_decision_fixed.c return ompi_coll_base_allgatherv_intra_ring(sbuf, scount, sdtype, sbuf 682 ompi/mca/coll/tuned/coll_tuned_decision_fixed.c return ompi_coll_base_allgatherv_intra_neighborexchange(sbuf, scount, sdtype, sbuf 698 ompi/mca/coll/tuned/coll_tuned_decision_fixed.c int ompi_coll_tuned_gather_intra_dec_fixed(const void *sbuf, int scount, sbuf 735 ompi/mca/coll/tuned/coll_tuned_decision_fixed.c return ompi_coll_base_gather_intra_linear_sync(sbuf, scount, sdtype, sbuf 741 ompi/mca/coll/tuned/coll_tuned_decision_fixed.c return ompi_coll_base_gather_intra_linear_sync(sbuf, scount, sdtype, sbuf 749 ompi/mca/coll/tuned/coll_tuned_decision_fixed.c return ompi_coll_base_gather_intra_binomial(sbuf, scount, sdtype, sbuf 754 ompi/mca/coll/tuned/coll_tuned_decision_fixed.c return ompi_coll_base_gather_intra_basic_linear(sbuf, scount, sdtype, sbuf 768 ompi/mca/coll/tuned/coll_tuned_decision_fixed.c int ompi_coll_tuned_scatter_intra_dec_fixed(const void *sbuf, int scount, sbuf 796 ompi/mca/coll/tuned/coll_tuned_decision_fixed.c return ompi_coll_base_scatter_intra_binomial(sbuf, scount, sdtype, sbuf 800 ompi/mca/coll/tuned/coll_tuned_decision_fixed.c return ompi_coll_base_scatter_intra_basic_linear(sbuf, scount, sdtype, sbuf 84 ompi/mca/coll/tuned/coll_tuned_exscan_decision.c int ompi_coll_tuned_exscan_intra_do_this(const void *sbuf, void* rbuf, int count, sbuf 96 ompi/mca/coll/tuned/coll_tuned_exscan_decision.c case (1): return ompi_coll_base_exscan_intra_linear(sbuf, rbuf, count, dtype, sbuf 98 ompi/mca/coll/tuned/coll_tuned_exscan_decision.c case (2): return ompi_coll_base_exscan_intra_recursivedoubling(sbuf, rbuf, count, dtype, sbuf 122 ompi/mca/coll/tuned/coll_tuned_gather_decision.c ompi_coll_tuned_gather_intra_do_this(const void *sbuf, int scount, sbuf 137 ompi/mca/coll/tuned/coll_tuned_gather_decision.c return ompi_coll_tuned_gather_intra_dec_fixed(sbuf, scount, sdtype, sbuf 141 ompi/mca/coll/tuned/coll_tuned_gather_decision.c return ompi_coll_base_gather_intra_basic_linear(sbuf, scount, sdtype, sbuf 145 ompi/mca/coll/tuned/coll_tuned_gather_decision.c return ompi_coll_base_gather_intra_binomial(sbuf, scount, sdtype, sbuf 149 ompi/mca/coll/tuned/coll_tuned_gather_decision.c return ompi_coll_base_gather_intra_linear_sync(sbuf, scount, sdtype, sbuf 146 ompi/mca/coll/tuned/coll_tuned_reduce_decision.c int ompi_coll_tuned_reduce_intra_do_this(const void *sbuf, void* rbuf, int count, sbuf 158 ompi/mca/coll/tuned/coll_tuned_reduce_decision.c case (0): return ompi_coll_tuned_reduce_intra_dec_fixed(sbuf, rbuf, count, dtype, sbuf 160 ompi/mca/coll/tuned/coll_tuned_reduce_decision.c case (1): return ompi_coll_base_reduce_intra_basic_linear(sbuf, rbuf, count, dtype, sbuf 162 ompi/mca/coll/tuned/coll_tuned_reduce_decision.c case (2): return ompi_coll_base_reduce_intra_chain(sbuf, rbuf, count, dtype, sbuf 165 ompi/mca/coll/tuned/coll_tuned_reduce_decision.c case (3): return ompi_coll_base_reduce_intra_pipeline(sbuf, rbuf, count, dtype, sbuf 168 ompi/mca/coll/tuned/coll_tuned_reduce_decision.c case (4): return ompi_coll_base_reduce_intra_binary(sbuf, rbuf, count, dtype, sbuf 171 ompi/mca/coll/tuned/coll_tuned_reduce_decision.c case (5): return ompi_coll_base_reduce_intra_binomial(sbuf, rbuf, count, dtype, sbuf 174 ompi/mca/coll/tuned/coll_tuned_reduce_decision.c case (6): return ompi_coll_base_reduce_intra_in_order_binary(sbuf, rbuf, count, dtype, sbuf 177 ompi/mca/coll/tuned/coll_tuned_reduce_decision.c case (7): return ompi_coll_base_reduce_intra_redscat_gather(sbuf, rbuf, count, dtype, sbuf 113 ompi/mca/coll/tuned/coll_tuned_reduce_scatter_block_decision.c int ompi_coll_tuned_reduce_scatter_block_intra_do_this(const void *sbuf, void *rbuf, sbuf 125 ompi/mca/coll/tuned/coll_tuned_reduce_scatter_block_decision.c case (0): return ompi_coll_tuned_reduce_scatter_block_intra_dec_fixed(sbuf, rbuf, rcount, sbuf 127 ompi/mca/coll/tuned/coll_tuned_reduce_scatter_block_decision.c case (1): return ompi_coll_base_reduce_scatter_block_basic_linear(sbuf, rbuf, rcount, sbuf 129 ompi/mca/coll/tuned/coll_tuned_reduce_scatter_block_decision.c case (2): return ompi_coll_base_reduce_scatter_block_intra_recursivedoubling(sbuf, rbuf, rcount, sbuf 131 ompi/mca/coll/tuned/coll_tuned_reduce_scatter_block_decision.c case (3): return ompi_coll_base_reduce_scatter_block_intra_recursivehalving(sbuf, rbuf, rcount, sbuf 133 ompi/mca/coll/tuned/coll_tuned_reduce_scatter_block_decision.c case (4): return ompi_coll_base_reduce_scatter_block_intra_butterfly(sbuf, rbuf, rcount, dtype, op, comm, sbuf 123 ompi/mca/coll/tuned/coll_tuned_reduce_scatter_decision.c int ompi_coll_tuned_reduce_scatter_intra_do_this(const void *sbuf, void* rbuf, sbuf 135 ompi/mca/coll/tuned/coll_tuned_reduce_scatter_decision.c case (0): return ompi_coll_tuned_reduce_scatter_intra_dec_fixed(sbuf, rbuf, rcounts, sbuf 137 ompi/mca/coll/tuned/coll_tuned_reduce_scatter_decision.c case (1): return ompi_coll_base_reduce_scatter_intra_nonoverlapping(sbuf, rbuf, rcounts, sbuf 139 ompi/mca/coll/tuned/coll_tuned_reduce_scatter_decision.c case (2): return ompi_coll_base_reduce_scatter_intra_basic_recursivehalving(sbuf, rbuf, rcounts, sbuf 141 ompi/mca/coll/tuned/coll_tuned_reduce_scatter_decision.c case (3): return ompi_coll_base_reduce_scatter_intra_ring(sbuf, rbuf, rcounts, sbuf 143 ompi/mca/coll/tuned/coll_tuned_reduce_scatter_decision.c case (4): return ompi_coll_base_reduce_scatter_intra_butterfly(sbuf, rbuf, rcounts, sbuf 84 ompi/mca/coll/tuned/coll_tuned_scan_decision.c int ompi_coll_tuned_scan_intra_do_this(const void *sbuf, void* rbuf, int count, sbuf 96 ompi/mca/coll/tuned/coll_tuned_scan_decision.c case (1): return ompi_coll_base_scan_intra_linear(sbuf, rbuf, count, dtype, sbuf 98 ompi/mca/coll/tuned/coll_tuned_scan_decision.c case (2): return ompi_coll_base_scan_intra_recursivedoubling(sbuf, rbuf, count, dtype, sbuf 121 ompi/mca/coll/tuned/coll_tuned_scatter_decision.c ompi_coll_tuned_scatter_intra_do_this(const void *sbuf, int scount, sbuf 136 ompi/mca/coll/tuned/coll_tuned_scatter_decision.c return ompi_coll_tuned_scatter_intra_dec_fixed(sbuf, scount, sdtype, sbuf 140 ompi/mca/coll/tuned/coll_tuned_scatter_decision.c return ompi_coll_base_scatter_intra_basic_linear(sbuf, scount, sdtype, sbuf 144 ompi/mca/coll/tuned/coll_tuned_scatter_decision.c return ompi_coll_base_scatter_intra_binomial(sbuf, scount, sdtype, sbuf 38 ompi/mca/fcoll/base/fcoll_base_coll_array.c int ompi_fcoll_base_coll_allgatherv_array (void *sbuf, sbuf 63 ompi/mca/fcoll/base/fcoll_base_coll_array.c if (MPI_IN_PLACE == sbuf) { sbuf 76 ompi/mca/fcoll/base/fcoll_base_coll_array.c send_buf = (char*)sbuf; sbuf 121 ompi/mca/fcoll/base/fcoll_base_coll_array.c int ompi_fcoll_base_coll_gatherv_array (void *sbuf, sbuf 143 ompi/mca/fcoll/base/fcoll_base_coll_array.c return MCA_PML_CALL(send(sbuf, sbuf 169 ompi/mca/fcoll/base/fcoll_base_coll_array.c if (MPI_IN_PLACE != sbuf && sbuf 172 ompi/mca/fcoll/base/fcoll_base_coll_array.c err = ompi_datatype_sndrcv (sbuf, sbuf 210 ompi/mca/fcoll/base/fcoll_base_coll_array.c int ompi_fcoll_base_coll_scatterv_array (void *sbuf, sbuf 256 ompi/mca/fcoll/base/fcoll_base_coll_array.c ptmp = ((char *) sbuf) + (extent * disps[i]); sbuf 259 ompi/mca/fcoll/base/fcoll_base_coll_array.c if (MPI_IN_PLACE != sbuf && sbuf 300 ompi/mca/fcoll/base/fcoll_base_coll_array.c int ompi_fcoll_base_coll_allgather_array (void *sbuf, sbuf 317 ompi/mca/fcoll/base/fcoll_base_coll_array.c if (((void *) 1) == sbuf && 0 != rank) { sbuf 322 ompi/mca/fcoll/base/fcoll_base_coll_array.c sbuf = ((char*) rbuf) + (rank * extent * rcount); sbuf 328 ompi/mca/fcoll/base/fcoll_base_coll_array.c err = ompi_fcoll_base_coll_gather_array (sbuf, sbuf 353 ompi/mca/fcoll/base/fcoll_base_coll_array.c int ompi_fcoll_base_coll_gather_array (void *sbuf, sbuf 376 ompi/mca/fcoll/base/fcoll_base_coll_array.c err = MCA_PML_CALL(send(sbuf, sbuf 399 ompi/mca/fcoll/base/fcoll_base_coll_array.c if (MPI_IN_PLACE != sbuf) { sbuf 400 ompi/mca/fcoll/base/fcoll_base_coll_array.c err = ompi_datatype_sndrcv (sbuf, sbuf 45 ompi/mca/fcoll/base/fcoll_base_coll_array.h OMPI_DECLSPEC int ompi_fcoll_base_coll_gatherv_array (void *sbuf, sbuf 56 ompi/mca/fcoll/base/fcoll_base_coll_array.h OMPI_DECLSPEC int ompi_fcoll_base_coll_scatterv_array (void *sbuf, sbuf 67 ompi/mca/fcoll/base/fcoll_base_coll_array.h OMPI_DECLSPEC int ompi_fcoll_base_coll_allgather_array (void *sbuf, sbuf 78 ompi/mca/fcoll/base/fcoll_base_coll_array.h OMPI_DECLSPEC int ompi_fcoll_base_coll_allgatherv_array (void *sbuf, sbuf 89 ompi/mca/fcoll/base/fcoll_base_coll_array.h OMPI_DECLSPEC int ompi_fcoll_base_coll_gather_array (void *sbuf, sbuf 241 ompi/mca/io/romio321/romio/adio/common/ad_fstype.c struct stat sbuf; sbuf 432 ompi/mca/io/romio321/romio/adio/common/ad_fstype.c err = stat(filename, &sbuf); sbuf 439 ompi/mca/io/romio321/romio/adio/common/ad_fstype.c err = stat(dir, &sbuf); sbuf 457 ompi/mca/io/romio321/romio/adio/common/ad_fstype.c if (!strcmp(sbuf.st_fstype, "nfs")) *fstype = ADIO_NFS; sbuf 480 ompi/mpi/java/java/Comm.java long comm, Object sbuf, boolean sdb, int soffset, int scount, sbuf 33 ompi/patterns/comm/allreduce.c OMPI_DECLSPEC int ompi_comm_allreduce_pml(void *sbuf, void *rbuf, int count, sbuf 64 ompi/patterns/comm/allreduce.c (char *)rbuf, (char *)sbuf); sbuf 101 ompi/patterns/comm/allreduce.c sbuf_current=(char *)sbuf+count_processed*dt_extent; sbuf 33 ompi/patterns/comm/coll_ops.h OMPI_DECLSPEC int ompi_comm_allreduce_pml(void *sbuf, void *rbuf, int count, sbuf 80 ompi/patterns/net/allreduce.c comm_allreduce(void *sbuf, void *rbuf, int count, opal_datatype_t *dtype, sbuf 182 ompi/patterns/net/allreduce.c sbuf_current=(char *)sbuf+count_processed*dt_size; sbuf 18 ompi/patterns/net/coll_ops.h int comm_allreduce(void *sbuf, void *rbuf, int count, opal_datatype_t *dtype, sbuf 298 opal/datatype/opal_datatype.h opal_datatype_sndrcv( void *sbuf, int32_t scount, const opal_datatype_t* sdtype, void *rbuf, sbuf 81 opal/mca/btl/usnic/btl_usnic_cclient.c struct stat sbuf; sbuf 84 opal/mca/btl/usnic/btl_usnic_cclient.c int ret = stat(ipc_filename, &sbuf); sbuf 117 opal/mca/btl/vader/btl_vader_knem.c struct stat sbuf; sbuf 118 opal/mca/btl/vader/btl_vader_knem.c if (0 != stat("/dev/knem", &sbuf)) { sbuf 119 opal/mca/btl/vader/btl_vader_knem.c sbuf.st_mode = 0; sbuf 122 opal/mca/btl/vader/btl_vader_knem.c true, opal_process_info.nodename, sbuf.st_mode); sbuf 663 oshmem/mca/scoll/basic/scoll_basic_reduce.c void *sbuf = (void*) source; sbuf 699 oshmem/mca/scoll/basic/scoll_basic_reduce.c snd_buffer = (char*) sbuf; sbuf 759 oshmem/mca/scoll/basic/scoll_basic_reduce.c if (snd_buffer != sbuf) { sbuf 769 oshmem/mca/scoll/basic/scoll_basic_reduce.c op->o_func.c_fn(sbuf, pml_buffer, nlong / op->dt_size); sbuf 116 oshmem/mca/scoll/mpi/scoll_mpi_ops.c void *sbuf, *rbuf; sbuf 127 oshmem/mca/scoll/mpi/scoll_mpi_ops.c sbuf = (void *) source; sbuf 147 oshmem/mca/scoll/mpi/scoll_mpi_ops.c rc = mpi_module->comm->c_coll->coll_allgather(sbuf, (int)nlong, stype, rbuf, (int)nlong, rtype, mpi_module->comm, mpi_module->comm->c_coll->coll_allgather_module); sbuf 149 oshmem/mca/scoll/mpi/scoll_mpi_ops.c rc = mpi_module->comm->c_coll->coll_allgather(sbuf, nlong, stype, rbuf, nlong, rtype, mpi_module->comm, mpi_module->comm->c_coll->coll_allgather_module); sbuf 227 oshmem/mca/scoll/mpi/scoll_mpi_ops.c void *sbuf, *rbuf; sbuf 229 oshmem/mca/scoll/mpi/scoll_mpi_ops.c sbuf = (void *) source; sbuf 259 oshmem/mca/scoll/mpi/scoll_mpi_ops.c rc = mpi_module->comm->c_coll->coll_allreduce(sbuf, rbuf, (int)count, dtype, h_op, mpi_module->comm, mpi_module->comm->c_coll->coll_allreduce_module); sbuf 261 oshmem/mca/scoll/mpi/scoll_mpi_ops.c rc = mpi_module->comm->c_coll->coll_allreduce(sbuf, rbuf, count, dtype, h_op, mpi_module->comm, mpi_module->comm->c_coll->coll_allreduce_module); sbuf 191 test/datatype/to_self.c MPI_Datatype sdt, int scount, void* sbuf, sbuf 209 test/datatype/to_self.c MPI_Isend( sbuf, scount, sdt, myself, tag, MPI_COMM_WORLD, &req ); sbuf 214 test/datatype/to_self.c ftmpi_mpi_isend( sbuf, scount, sdt, myself, tag, MPI_COMM_WORLD, &req ); sbuf 225 test/datatype/to_self.c MPI_Datatype sdt, int scount, void* sbuf, sbuf 244 test/datatype/to_self.c MPI_Send( sbuf, scount, sdt, myself, tag, MPI_COMM_WORLD ); sbuf 249 test/datatype/to_self.c ftmpi_mpi_send( sbuf, scount, sdt, myself, tag, MPI_COMM_WORLD ); sbuf 259 test/datatype/to_self.c MPI_Datatype sdt, int scount, void* sbuf, sbuf 277 test/datatype/to_self.c MPI_Isend( sbuf, scount, sdt, myself, tag, MPI_COMM_WORLD, &sreq ); sbuf 284 test/datatype/to_self.c ftmpi_mpi_isend( sbuf, scount, sdt, myself, tag, MPI_COMM_WORLD, &sreq ); sbuf 297 test/datatype/to_self.c MPI_Datatype sdt, int scount, void* sbuf, sbuf 316 test/datatype/to_self.c MPI_Isend( sbuf, scount, sdt, myself, tag, MPI_COMM_WORLD, &sreq ); sbuf 323 test/datatype/to_self.c ftmpi_mpi_isend( sbuf, scount, sdt, myself, tag, MPI_COMM_WORLD, &sreq ); sbuf 338 test/datatype/to_self.c char *sbuf, *rbuf; sbuf 341 test/datatype/to_self.c sbuf = (char*)malloc( length ); sbuf 345 test/datatype/to_self.c isend_recv( 10, sddt, i, sbuf, rddt, i, rbuf ); sbuf 349 test/datatype/to_self.c isend_irecv_wait( 10, sddt, i, sbuf, rddt, i, rbuf ); sbuf 353 test/datatype/to_self.c irecv_send( 10, sddt, i, sbuf, rddt, i, rbuf ); sbuf 357 test/datatype/to_self.c irecv_isend_wait( 10, sddt, i, sbuf, rddt, i, rbuf ); sbuf 359 test/datatype/to_self.c free( sbuf ); sbuf 50 test/datatype/unpack_hetero.c int sbuf[2], rbuf[2]; sbuf 55 test/datatype/unpack_hetero.c sbuf[0] = 0x01000000; sbuf[1] = 0x02000000; sbuf 66 test/datatype/unpack_hetero.c a.iov_base = sbuf; sbuf 85 test/datatype/unpack_hetero.c a.iov_base = sbuf; sbuf 80 test/monitoring/test_overhead.c static inline void op_send(double*res, void*sbuf, int size, int tagno, void*rbuf) { sbuf 100 test/monitoring/test_overhead.c MPI_Send(sbuf, size, MPI_BYTE, to, tagno, MPI_COMM_WORLD); sbuf 107 test/monitoring/test_overhead.c static inline void op_send_pingpong(double*res, void*sbuf, int size, int tagno, void*rbuf) { sbuf 115 test/monitoring/test_overhead.c MPI_Send(sbuf, size, MPI_BYTE, from, tagno, MPI_COMM_WORLD); sbuf 118 test/monitoring/test_overhead.c MPI_Send(sbuf, size, MPI_BYTE, from, tagno, MPI_COMM_WORLD); sbuf 123 test/monitoring/test_overhead.c MPI_Send(sbuf, size, MPI_BYTE, to, tagno, MPI_COMM_WORLD); sbuf 128 test/monitoring/test_overhead.c MPI_Send(sbuf, size, MPI_BYTE, to, tagno, MPI_COMM_WORLD); sbuf 146 test/monitoring/test_overhead.c static inline void op_a2a(double*res, void*sbuf, int size, int tagno, void*rbuf) { sbuf 152 test/monitoring/test_overhead.c MPI_Alltoall(sbuf, size, MPI_BYTE, rbuf, size, MPI_BYTE, MPI_COMM_WORLD); sbuf 158 test/monitoring/test_overhead.c static inline void op_put(double*res, void*sbuf, int size, int tagno, void*rbuf) { sbuf 165 test/monitoring/test_overhead.c MPI_Put(sbuf, size, MPI_BYTE, to, 0, size, MPI_BYTE, win); sbuf 172 test/monitoring/test_overhead.c static inline void op_get(double*res, void*rbuf, int size, int tagno, void*sbuf) { sbuf 186 test/monitoring/test_overhead.c static inline void do_bench(int size, char*sbuf, double*results, sbuf 190 test/monitoring/test_overhead.c char*rbuf = sbuf ? sbuf + size : NULL; sbuf 198 test/monitoring/test_overhead.c op(&results[iter], sbuf, size, tagno, rbuf); sbuf 211 test/monitoring/test_overhead.c char*sbuf = NULL; sbuf 257 test/monitoring/test_overhead.c sbuf = (char *)realloc(sbuf, (size_world + 1) * size); /* sbuf + alltoall recv buf */ sbuf 260 test/monitoring/test_overhead.c do_bench(size, sbuf, results, op); sbuf 288 test/monitoring/test_overhead.c free(sbuf); sbuf 289 test/monitoring/test_overhead.c sbuf = NULL;