sdtype 303 ompi/datatype/ompi_datatype.h OMPI_DECLSPEC int32_t ompi_datatype_sndrcv( const void *sbuf, int32_t scount, const ompi_datatype_t* sdtype, sdtype 45 ompi/datatype/ompi_datatype_sndrcv.c int32_t ompi_datatype_sndrcv( const void *sbuf, int32_t scount, const ompi_datatype_t* sdtype, sdtype 56 ompi/datatype/ompi_datatype_sndrcv.c return ((0 == scount || 0 == sdtype->super.size) ? MPI_SUCCESS : MPI_ERR_TRUNCATE); sdtype 60 ompi/datatype/ompi_datatype_sndrcv.c if (sdtype == rdtype) { sdtype 70 ompi/datatype/ompi_datatype_sndrcv.c &(sdtype->super), scount, sbuf, 0, sdtype 75 ompi/datatype/ompi_datatype_sndrcv.c iov.iov_len = scount * sdtype->super.size; sdtype 84 ompi/datatype/ompi_datatype_sndrcv.c if (sdtype->id == OMPI_DATATYPE_MPI_PACKED) { sdtype 105 ompi/datatype/ompi_datatype_sndrcv.c &(sdtype->super), scount, sbuf, 0, sdtype 124 ompi/datatype/ompi_datatype_sndrcv.c return ( (scount * sdtype->super.size) <= (rcount * rdtype->super.size) ? MPI_SUCCESS : MPI_ERR_TRUNCATE ); sdtype 86 ompi/mca/coll/base/coll_base_allgather.c struct ompi_datatype_t *sdtype, sdtype 113 ompi/mca/coll/base/coll_base_allgather.c err = ompi_datatype_sndrcv(tmpsend, scount, sdtype, tmprecv, rcount, rdtype); sdtype 254 ompi/mca/coll/base/coll_base_allgather.c struct ompi_datatype_t *sdtype, sdtype 280 ompi/mca/coll/base/coll_base_allgather.c return ompi_coll_base_allgather_intra_bruck(sbuf, scount, sdtype, sdtype 299 ompi/mca/coll/base/coll_base_allgather.c err = ompi_datatype_sndrcv(tmpsend, scount, sdtype, tmprecv, rcount, rdtype); sdtype 359 ompi/mca/coll/base/coll_base_allgather.c struct ompi_datatype_t *sdtype, sdtype 385 ompi/mca/coll/base/coll_base_allgather.c err = ompi_datatype_sndrcv(tmpsend, scount, sdtype, tmprecv, rcount, rdtype); sdtype 485 ompi/mca/coll/base/coll_base_allgather.c struct ompi_datatype_t *sdtype, sdtype 503 ompi/mca/coll/base/coll_base_allgather.c return ompi_coll_base_allgather_intra_ring(sbuf, scount, sdtype, sdtype 521 ompi/mca/coll/base/coll_base_allgather.c err = ompi_datatype_sndrcv(tmpsend, scount, sdtype, tmprecv, rcount, rdtype); sdtype 599 ompi/mca/coll/base/coll_base_allgather.c struct ompi_datatype_t *sdtype, sdtype 631 ompi/mca/coll/base/coll_base_allgather.c sdtype = rdtype; sdtype 635 ompi/mca/coll/base/coll_base_allgather.c err = ompi_coll_base_sendrecv(tmpsend, scount, sdtype, remote, sdtype 644 ompi/mca/coll/base/coll_base_allgather.c err = ompi_datatype_sndrcv((char*)sbuf, scount, sdtype, sdtype 682 ompi/mca/coll/base/coll_base_allgather.c struct ompi_datatype_t *sdtype, sdtype 700 ompi/mca/coll/base/coll_base_allgather.c sdtype = rdtype; sdtype 706 ompi/mca/coll/base/coll_base_allgather.c err = comm->c_coll->coll_gather(sbuf, scount, sdtype, sdtype 94 ompi/mca/coll/base/coll_base_allgatherv.c struct ompi_datatype_t *sdtype, sdtype 123 ompi/mca/coll/base/coll_base_allgatherv.c err = ompi_datatype_sndrcv(tmpsend, scount, sdtype, sdtype 222 ompi/mca/coll/base/coll_base_allgatherv.c struct ompi_datatype_t *sdtype, sdtype 248 ompi/mca/coll/base/coll_base_allgatherv.c err = ompi_datatype_sndrcv(tmpsend, scount, sdtype, sdtype 349 ompi/mca/coll/base/coll_base_allgatherv.c struct ompi_datatype_t *sdtype, sdtype 369 ompi/mca/coll/base/coll_base_allgatherv.c return ompi_coll_base_allgatherv_intra_ring(sbuf, scount, sdtype, sdtype 388 ompi/mca/coll/base/coll_base_allgatherv.c err = ompi_datatype_sndrcv(tmpsend, scount, sdtype, sdtype 494 ompi/mca/coll/base/coll_base_allgatherv.c struct ompi_datatype_t *sdtype, sdtype 527 ompi/mca/coll/base/coll_base_allgatherv.c sdtype = rdtype; sdtype 531 ompi/mca/coll/base/coll_base_allgatherv.c err = ompi_coll_base_sendrecv(tmpsend, scount, sdtype, remote, sdtype 540 ompi/mca/coll/base/coll_base_allgatherv.c err = ompi_datatype_sndrcv((char*)sbuf, scount, sdtype, sdtype 580 ompi/mca/coll/base/coll_base_allgatherv.c struct ompi_datatype_t *sdtype, sdtype 611 ompi/mca/coll/base/coll_base_allgatherv.c send_type = sdtype; sdtype 133 ompi/mca/coll/base/coll_base_alltoall.c struct ompi_datatype_t *sdtype, sdtype 154 ompi/mca/coll/base/coll_base_alltoall.c err = ompi_datatype_get_extent (sdtype, &lb, &sext); sdtype 172 ompi/mca/coll/base/coll_base_alltoall.c err = ompi_coll_base_sendrecv( tmpsend, scount, sdtype, sendto, sdtype 192 ompi/mca/coll/base/coll_base_alltoall.c struct ompi_datatype_t *sdtype, sdtype 215 ompi/mca/coll/base/coll_base_alltoall.c err = ompi_datatype_type_extent (sdtype, &sext); sdtype 221 ompi/mca/coll/base/coll_base_alltoall.c span = opal_datatype_span(&sdtype->super, (int64_t)size * scount, &gap); sdtype 234 ompi/mca/coll/base/coll_base_alltoall.c err = ompi_datatype_copy_content_same_ddt (sdtype, sdtype 243 ompi/mca/coll/base/coll_base_alltoall.c err = ompi_datatype_copy_content_same_ddt (sdtype, (ptrdiff_t)rank * (ptrdiff_t)scount, sdtype 267 ompi/mca/coll/base/coll_base_alltoall.c err = ompi_datatype_create_indexed(k, blen, displs, sdtype, &new_ddt); sdtype 334 ompi/mca/coll/base/coll_base_alltoall.c struct ompi_datatype_t *sdtype, sdtype 361 ompi/mca/coll/base/coll_base_alltoall.c error = ompi_datatype_get_extent(sdtype, &slb, &sext); sdtype 378 ompi/mca/coll/base/coll_base_alltoall.c error = ompi_datatype_sndrcv(psnd, scount, sdtype, prcv, rcount, rdtype); sdtype 415 ompi/mca/coll/base/coll_base_alltoall.c (psnd + (ptrdiff_t)si * sext, scount, sdtype, si, sdtype 456 ompi/mca/coll/base/coll_base_alltoall.c (psnd + (ptrdiff_t)si * sext, scount, sdtype, si, sdtype 491 ompi/mca/coll/base/coll_base_alltoall.c struct ompi_datatype_t *sdtype, sdtype 515 ompi/mca/coll/base/coll_base_alltoall.c err = ompi_datatype_get_extent (sdtype, &lb, &sext); sdtype 528 ompi/mca/coll/base/coll_base_alltoall.c err = ompi_coll_base_sendrecv ( tmpsend, scount, sdtype, remote, sdtype 537 ompi/mca/coll/base/coll_base_alltoall.c (int32_t) scount, sdtype, sdtype 570 ompi/mca/coll/base/coll_base_alltoall.c struct ompi_datatype_t *sdtype, sdtype 597 ompi/mca/coll/base/coll_base_alltoall.c err = ompi_datatype_get_extent(sdtype, &lb, &sndinc); sdtype 614 ompi/mca/coll/base/coll_base_alltoall.c err = ompi_datatype_sndrcv(psnd, scount, sdtype, prcv, rcount, rdtype); sdtype 653 ompi/mca/coll/base/coll_base_alltoall.c (psnd + (ptrdiff_t)i * sndinc, scount, sdtype, i, sdtype 126 ompi/mca/coll/base/coll_base_alltoallv.c struct ompi_datatype_t *sdtype, sdtype 147 ompi/mca/coll/base/coll_base_alltoallv.c ompi_datatype_type_extent(sdtype, &sext); sdtype 162 ompi/mca/coll/base/coll_base_alltoallv.c err = ompi_coll_base_sendrecv( psnd, scounts[sendto], sdtype, sendto, sdtype 190 ompi/mca/coll/base/coll_base_alltoallv.c struct ompi_datatype_t *sdtype, sdtype 214 ompi/mca/coll/base/coll_base_alltoallv.c ompi_datatype_type_extent(sdtype, &sext); sdtype 221 ompi/mca/coll/base/coll_base_alltoallv.c err = ompi_datatype_sndrcv(psnd, scounts[rank], sdtype, sdtype 260 ompi/mca/coll/base/coll_base_alltoallv.c err = MCA_PML_CALL(isend_init(psnd, scounts[i], sdtype, sdtype 42 ompi/mca/coll/base/coll_base_gather.c struct ompi_datatype_t *sdtype, sdtype 77 ompi/mca/coll/base/coll_base_gather.c err = ompi_datatype_sndrcv((void *)sbuf, scount, sdtype, sdtype 92 ompi/mca/coll/base/coll_base_gather.c err = ompi_datatype_sndrcv((void *)sbuf, scount, sdtype, sdtype 107 ompi/mca/coll/base/coll_base_gather.c ompi_datatype_type_extent(sdtype, &sextent); sdtype 108 ompi/mca/coll/base/coll_base_gather.c ssize = opal_datatype_span(&sdtype->super, (int64_t)scount * size, &sgap); sdtype 116 ompi/mca/coll/base/coll_base_gather.c err = ompi_datatype_sndrcv((void *)sbuf, scount, sdtype, sdtype 117 ompi/mca/coll/base/coll_base_gather.c ptmp, scount, sdtype); sdtype 122 ompi/mca/coll/base/coll_base_gather.c rdtype = sdtype; sdtype 163 ompi/mca/coll/base/coll_base_gather.c err = MCA_PML_CALL(send(ptmp, total_recv, sdtype, sdtype 209 ompi/mca/coll/base/coll_base_gather.c struct ompi_datatype_t *sdtype, sdtype 235 ompi/mca/coll/base/coll_base_gather.c ompi_datatype_type_size(sdtype, &typelng); sdtype 236 ompi/mca/coll/base/coll_base_gather.c ompi_datatype_get_extent(sdtype, &lb, &extent); sdtype 246 ompi/mca/coll/base/coll_base_gather.c ret = MCA_PML_CALL(send(sbuf, first_segment_count, sdtype, root, sdtype 252 ompi/mca/coll/base/coll_base_gather.c (scount - first_segment_count), sdtype, sdtype 314 ompi/mca/coll/base/coll_base_gather.c ret = ompi_datatype_sndrcv((void *)sbuf, scount, sdtype, sdtype 369 ompi/mca/coll/base/coll_base_gather.c struct ompi_datatype_t *sdtype, sdtype 388 ompi/mca/coll/base/coll_base_gather.c return MCA_PML_CALL(send(sbuf, scount, sdtype, root, sdtype 400 ompi/mca/coll/base/coll_base_gather.c err = ompi_datatype_sndrcv((void *)sbuf, scount, sdtype, sdtype 63 ompi/mca/coll/base/coll_base_scatter.c const void *sbuf, int scount, struct ompi_datatype_t *sdtype, sdtype 92 ompi/mca/coll/base/coll_base_scatter.c ompi_datatype_type_extent(sdtype, &sextent); sdtype 93 ompi/mca/coll/base/coll_base_scatter.c ssize = opal_datatype_span(&sdtype->super, (int64_t)scount * size, &sgap); sdtype 99 ompi/mca/coll/base/coll_base_scatter.c err = ompi_datatype_sndrcv(sbuf, scount, sdtype, sdtype 112 ompi/mca/coll/base/coll_base_scatter.c err = ompi_datatype_copy_content_same_ddt(sdtype, (ptrdiff_t)scount * (ptrdiff_t)(size - root), sdtype 116 ompi/mca/coll/base/coll_base_scatter.c err = ompi_datatype_copy_content_same_ddt(sdtype, (ptrdiff_t)scount * (ptrdiff_t)root, sdtype 122 ompi/mca/coll/base/coll_base_scatter.c err = ompi_datatype_sndrcv(ptmp, scount, sdtype, sdtype 137 ompi/mca/coll/base/coll_base_scatter.c sdtype = rdtype; sdtype 156 ompi/mca/coll/base/coll_base_scatter.c err = ompi_datatype_sndrcv(ptmp, scount, sdtype, sdtype 169 ompi/mca/coll/base/coll_base_scatter.c send_count, sdtype, bmtree->tree_next[i], sdtype 218 ompi/mca/coll/base/coll_base_scatter.c struct ompi_datatype_t *sdtype, sdtype 245 ompi/mca/coll/base/coll_base_scatter.c err = ompi_datatype_type_extent(sdtype, &incr); sdtype 258 ompi/mca/coll/base/coll_base_scatter.c ompi_datatype_sndrcv(ptmp, scount, sdtype, rbuf, rcount, sdtype 262 ompi/mca/coll/base/coll_base_scatter.c err = MCA_PML_CALL(send(ptmp, scount, sdtype, i, sdtype 59 ompi/mca/coll/basic/coll_basic.h struct ompi_datatype_t *sdtype, sdtype 66 ompi/mca/coll/basic/coll_basic.h struct ompi_datatype_t *sdtype, sdtype 85 ompi/mca/coll/basic/coll_basic.h struct ompi_datatype_t *sdtype, sdtype 93 ompi/mca/coll/basic/coll_basic.h struct ompi_datatype_t *sdtype, sdtype 154 ompi/mca/coll/basic/coll_basic.h struct ompi_datatype_t *sdtype, sdtype 162 ompi/mca/coll/basic/coll_basic.h struct ompi_datatype_t *sdtype, sdtype 170 ompi/mca/coll/basic/coll_basic.h struct ompi_datatype_t *sdtype, sdtype 237 ompi/mca/coll/basic/coll_basic.h struct ompi_datatype_t *sdtype, sdtype 245 ompi/mca/coll/basic/coll_basic.h struct ompi_datatype_t *sdtype, sdtype 252 ompi/mca/coll/basic/coll_basic.h struct ompi_datatype_t *sdtype, sdtype 260 ompi/mca/coll/basic/coll_basic.h struct ompi_datatype_t *sdtype, void *rbuf, sdtype 265 ompi/mca/coll/basic/coll_basic.h int mca_coll_basic_neighbor_allgatherv(const void *sbuf, int scount, struct ompi_datatype_t *sdtype, sdtype 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, sdtype 274 ompi/mca/coll/basic/coll_basic.h struct ompi_datatype_t *sdtype, void *rbuf, const int rcounts[], sdtype 45 ompi/mca/coll/basic/coll_basic_allgather.c struct ompi_datatype_t *sdtype, sdtype 72 ompi/mca/coll/basic/coll_basic_allgather.c err = MCA_PML_CALL(send(sbuf, scount, sdtype, root, sdtype 86 ompi/mca/coll/basic/coll_basic_allgather.c err = MCA_PML_CALL(isend(sbuf, scount, sdtype, 0, sdtype 110 ompi/mca/coll/basic/coll_basic_allgather.c span = opal_datatype_span(&sdtype->super, (int64_t)scount * (int64_t)size, &gap); sdtype 120 ompi/mca/coll/basic/coll_basic_allgather.c err = MCA_PML_CALL(recv(tmpbuf, size * scount, sdtype, 0, sdtype 145 ompi/mca/coll/basic/coll_basic_allgather.c err = MCA_PML_CALL(isend(tmpbuf, size * scount, sdtype, i, sdtype 42 ompi/mca/coll/basic/coll_basic_allgatherv.c struct ompi_datatype_t *sdtype, sdtype 64 ompi/mca/coll/basic/coll_basic_allgatherv.c err = comm->c_coll->coll_alltoallv(sbuf, scounts, sdisps, sdtype, sdtype 45 ompi/mca/coll/basic/coll_basic_alltoall.c struct ompi_datatype_t *sdtype, sdtype 67 ompi/mca/coll/basic/coll_basic_alltoall.c err = ompi_datatype_get_extent(sdtype, &lb, &sndinc); sdtype 100 ompi/mca/coll/basic/coll_basic_alltoall.c err = MCA_PML_CALL(isend(psnd + (i * sndinc), scount, sdtype, i, sdtype 46 ompi/mca/coll/basic/coll_basic_alltoallv.c struct ompi_datatype_t *sdtype, void *rbuf, sdtype 67 ompi/mca/coll/basic/coll_basic_alltoallv.c ompi_datatype_type_extent(sdtype, &sndextent); sdtype 94 ompi/mca/coll/basic/coll_basic_alltoallv.c err = MCA_PML_CALL(isend(psnd, scounts[i], sdtype, sdtype 42 ompi/mca/coll/basic/coll_basic_gather.c struct ompi_datatype_t *sdtype, sdtype 63 ompi/mca/coll/basic/coll_basic_gather.c err = MCA_PML_CALL(send(sbuf, scount, sdtype, root, sdtype 41 ompi/mca/coll/basic/coll_basic_gatherv.c struct ompi_datatype_t *sdtype, sdtype 62 ompi/mca/coll/basic/coll_basic_gatherv.c return MCA_PML_CALL(send(sbuf, scount, sdtype, root, sdtype 82 ompi/mca/coll/basic/coll_basic_gatherv.c err = ompi_datatype_sndrcv(sbuf, scount, sdtype, sdtype 114 ompi/mca/coll/basic/coll_basic_gatherv.c struct ompi_datatype_t *sdtype, sdtype 135 ompi/mca/coll/basic/coll_basic_gatherv.c err = MCA_PML_CALL(send(sbuf, scount, sdtype, root, sdtype 41 ompi/mca/coll/basic/coll_basic_neighbor_allgather.c struct ompi_datatype_t *sdtype, void *rbuf, sdtype 80 ompi/mca/coll/basic/coll_basic_neighbor_allgather.c rc = MCA_PML_CALL(isend((void *) sbuf, scount, sdtype, srank, sdtype 97 ompi/mca/coll/basic/coll_basic_neighbor_allgather.c rc = MCA_PML_CALL(isend((void *) sbuf, scount, sdtype, drank, sdtype 121 ompi/mca/coll/basic/coll_basic_neighbor_allgather.c struct ompi_datatype_t *sdtype, void *rbuf, sdtype 154 ompi/mca/coll/basic/coll_basic_neighbor_allgather.c rc = MCA_PML_CALL(isend((void *) sbuf, scount, sdtype, edges[neighbor], sdtype 174 ompi/mca/coll/basic/coll_basic_neighbor_allgather.c struct ompi_datatype_t *sdtype, void *rbuf, sdtype 213 ompi/mca/coll/basic/coll_basic_neighbor_allgather.c rc = MCA_PML_CALL(isend((void *) sbuf, scount, sdtype, outedges[neighbor], sdtype 233 ompi/mca/coll/basic/coll_basic_neighbor_allgather.c struct ompi_datatype_t *sdtype, void *rbuf, sdtype 243 ompi/mca/coll/basic/coll_basic_neighbor_allgather.c return mca_coll_basic_neighbor_allgather_cart (sbuf, scount, sdtype, rbuf, sdtype 246 ompi/mca/coll/basic/coll_basic_neighbor_allgather.c return mca_coll_basic_neighbor_allgather_graph (sbuf, scount, sdtype, rbuf, sdtype 249 ompi/mca/coll/basic/coll_basic_neighbor_allgather.c return mca_coll_basic_neighbor_allgather_dist_graph (sbuf, scount, sdtype, rbuf, sdtype 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, sdtype 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, sdtype 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, sdtype 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, sdtype 140 ompi/mca/coll/basic/coll_basic_neighbor_allgatherv.c rc = MCA_PML_CALL(isend((void *) sbuf, scount, sdtype, edges[neighbor], sdtype 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, sdtype 196 ompi/mca/coll/basic/coll_basic_neighbor_allgatherv.c rc = MCA_PML_CALL(isend((void *) sbuf, scount, sdtype, outedges[neighbor], sdtype 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, sdtype 223 ompi/mca/coll/basic/coll_basic_neighbor_allgatherv.c return mca_coll_basic_neighbor_allgatherv_cart (sbuf, scount, sdtype, rbuf, rcounts, sdtype 226 ompi/mca/coll/basic/coll_basic_neighbor_allgatherv.c return mca_coll_basic_neighbor_allgatherv_graph (sbuf, scount, sdtype, rbuf, rcounts, sdtype 229 ompi/mca/coll/basic/coll_basic_neighbor_allgatherv.c return mca_coll_basic_neighbor_allgatherv_dist_graph (sbuf, scount, sdtype, rbuf, rcounts, sdtype 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, sdtype 53 ompi/mca/coll/basic/coll_basic_neighbor_alltoall.c ompi_datatype_get_extent(sdtype, &lb, &sdextent); sdtype 106 ompi/mca/coll/basic/coll_basic_neighbor_alltoall.c rc = MCA_PML_CALL(isend((void *) sbuf, scount, sdtype, srank, sdtype 117 ompi/mca/coll/basic/coll_basic_neighbor_alltoall.c rc = MCA_PML_CALL(isend((void *) sbuf, scount, sdtype, drank, sdtype 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, sdtype 160 ompi/mca/coll/basic/coll_basic_neighbor_alltoall.c ompi_datatype_get_extent(sdtype, &lb, &sdextent); sdtype 179 ompi/mca/coll/basic/coll_basic_neighbor_alltoall.c rc = MCA_PML_CALL(isend((void *) sbuf, scount, sdtype, edges[neighbor], sdtype 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, sdtype 218 ompi/mca/coll/basic/coll_basic_neighbor_alltoall.c ompi_datatype_get_extent(sdtype, &lb, &sdextent); sdtype 238 ompi/mca/coll/basic/coll_basic_neighbor_alltoall.c rc = MCA_PML_CALL(isend((void *) sbuf, scount, sdtype, outedges[neighbor], sdtype 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, sdtype 266 ompi/mca/coll/basic/coll_basic_neighbor_alltoall.c return mca_coll_basic_neighbor_alltoall_cart (sbuf, scount, sdtype, rbuf, sdtype 269 ompi/mca/coll/basic/coll_basic_neighbor_alltoall.c return mca_coll_basic_neighbor_alltoall_graph (sbuf, scount, sdtype, rbuf, sdtype 272 ompi/mca/coll/basic/coll_basic_neighbor_alltoall.c return mca_coll_basic_neighbor_alltoall_dist_graph (sbuf, scount, sdtype, rbuf, sdtype 41 ompi/mca/coll/basic/coll_basic_neighbor_alltoallv.c struct ompi_datatype_t *sdtype, void *rbuf, const int rcounts[], sdtype 54 ompi/mca/coll/basic/coll_basic_neighbor_alltoallv.c ompi_datatype_get_extent(sdtype, &lb, &sdextent); sdtype 100 ompi/mca/coll/basic/coll_basic_neighbor_alltoallv.c rc = MCA_PML_CALL(isend((char *) sbuf + sdisps[i] * sdextent, scounts[i], sdtype, srank, sdtype 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, sdtype 127 ompi/mca/coll/basic/coll_basic_neighbor_alltoallv.c struct ompi_datatype_t *sdtype, void *rbuf, const int rcounts[], sdtype 147 ompi/mca/coll/basic/coll_basic_neighbor_alltoallv.c ompi_datatype_get_extent(sdtype, &lb, &sdextent); sdtype 165 ompi/mca/coll/basic/coll_basic_neighbor_alltoallv.c rc = MCA_PML_CALL(isend((char *) sbuf + sdisps[neighbor] * sdextent, scounts[neighbor], sdtype, sdtype 185 ompi/mca/coll/basic/coll_basic_neighbor_alltoallv.c struct ompi_datatype_t *sdtype, void *rbuf, const int rcounts[], sdtype 204 ompi/mca/coll/basic/coll_basic_neighbor_alltoallv.c ompi_datatype_get_extent(sdtype, &lb, &sdextent); sdtype 222 ompi/mca/coll/basic/coll_basic_neighbor_alltoallv.c rc = MCA_PML_CALL(isend((char *) sbuf + sdisps[neighbor] * sdextent, scounts[neighbor], sdtype, sdtype 241 ompi/mca/coll/basic/coll_basic_neighbor_alltoallv.c struct ompi_datatype_t *sdtype, void *rbuf, const int rcounts[], sdtype 250 ompi/mca/coll/basic/coll_basic_neighbor_alltoallv.c return mca_coll_basic_neighbor_alltoallv_cart (sbuf, scounts, sdisps, sdtype, rbuf, sdtype 253 ompi/mca/coll/basic/coll_basic_neighbor_alltoallv.c return mca_coll_basic_neighbor_alltoallv_graph (sbuf, scounts, sdisps, sdtype, rbuf, sdtype 256 ompi/mca/coll/basic/coll_basic_neighbor_alltoallv.c return mca_coll_basic_neighbor_alltoallv_dist_graph (sbuf, scounts, sdisps, sdtype, rbuf, sdtype 43 ompi/mca/coll/basic/coll_basic_scatter.c struct ompi_datatype_t *sdtype, sdtype 67 ompi/mca/coll/basic/coll_basic_scatter.c err = ompi_datatype_get_extent(sdtype, &lb, &incr); sdtype 77 ompi/mca/coll/basic/coll_basic_scatter.c err = MCA_PML_CALL(isend(ptmp, scount, sdtype, i, sdtype 43 ompi/mca/coll/basic/coll_basic_scatterv.c const int *disps, struct ompi_datatype_t *sdtype, sdtype 72 ompi/mca/coll/basic/coll_basic_scatterv.c err = ompi_datatype_get_extent(sdtype, &lb, &extent); sdtype 85 ompi/mca/coll/basic/coll_basic_scatterv.c err = ompi_datatype_sndrcv(ptmp, scounts[i], sdtype, rbuf, rcount, sdtype 91 ompi/mca/coll/basic/coll_basic_scatterv.c err = MCA_PML_CALL(send(ptmp, scounts[i], sdtype, i, sdtype 116 ompi/mca/coll/basic/coll_basic_scatterv.c const int *disps, struct ompi_datatype_t *sdtype, sdtype 143 ompi/mca/coll/basic/coll_basic_scatterv.c err = ompi_datatype_get_extent(sdtype, &lb, &extent); sdtype 153 ompi/mca/coll/basic/coll_basic_scatterv.c err = MCA_PML_CALL(isend(ptmp, scounts[i], sdtype, i, sdtype 201 ompi/mca/coll/coll.h (const void *sbuf, int scount, struct ompi_datatype_t *sdtype, sdtype 205 ompi/mca/coll/coll.h (const void *sbuf, int scount, struct ompi_datatype_t *sdtype, sdtype 212 ompi/mca/coll/coll.h (const void *sbuf, int scount, struct ompi_datatype_t *sdtype, sdtype 216 ompi/mca/coll/coll.h (const void *sbuf, const int *scounts, const int *sdisps, struct ompi_datatype_t *sdtype, sdtype 232 ompi/mca/coll/coll.h (const void *sbuf, int scount, struct ompi_datatype_t *sdtype, sdtype 236 ompi/mca/coll/coll.h (const void *sbuf, int scount, struct ompi_datatype_t *sdtype, sdtype 252 ompi/mca/coll/coll.h (const void *sbuf, int scount, struct ompi_datatype_t *sdtype, sdtype 256 ompi/mca/coll/coll.h (const void *sbuf, const int *scounts, const int *disps, struct ompi_datatype_t *sdtype, sdtype 262 ompi/mca/coll/coll.h (const void *sbuf, int scount, struct ompi_datatype_t *sdtype, sdtype 267 ompi/mca/coll/coll.h (const void *sbuf, int scount, struct ompi_datatype_t *sdtype, sdtype 276 ompi/mca/coll/coll.h (const void *sbuf, int scount, struct ompi_datatype_t *sdtype, sdtype 281 ompi/mca/coll/coll.h (const void *sbuf, const int *scounts, const int *sdisps, struct ompi_datatype_t *sdtype, sdtype 302 ompi/mca/coll/coll.h (const void *sbuf, int scount, struct ompi_datatype_t *sdtype, sdtype 307 ompi/mca/coll/coll.h (const void *sbuf, int scount, struct ompi_datatype_t *sdtype, sdtype 328 ompi/mca/coll/coll.h (const void *sbuf, int scount, struct ompi_datatype_t *sdtype, sdtype 333 ompi/mca/coll/coll.h (const void *sbuf, const int *scounts, const int *disps, struct ompi_datatype_t *sdtype, sdtype 340 ompi/mca/coll/coll.h (const void *sbuf, int scount, struct ompi_datatype_t *sdtype, sdtype 345 ompi/mca/coll/coll.h (const void *sbuf, int scount, struct ompi_datatype_t *sdtype, sdtype 354 ompi/mca/coll/coll.h (const void *sbuf, int scount, struct ompi_datatype_t *sdtype, sdtype 359 ompi/mca/coll/coll.h (const void *sbuf, const int *scounts, const int *sdisps, struct ompi_datatype_t *sdtype, sdtype 380 ompi/mca/coll/coll.h (const void *sbuf, int scount, struct ompi_datatype_t *sdtype, sdtype 385 ompi/mca/coll/coll.h (const void *sbuf, int scount, struct ompi_datatype_t *sdtype, sdtype 406 ompi/mca/coll/coll.h (const void *sbuf, int scount, struct ompi_datatype_t *sdtype, sdtype 411 ompi/mca/coll/coll.h (const void *sbuf, const int *scounts, const int *disps, struct ompi_datatype_t *sdtype, sdtype 51 ompi/mca/coll/demo/coll_demo.h struct ompi_datatype_t *sdtype, sdtype 57 ompi/mca/coll/demo/coll_demo.h struct ompi_datatype_t *sdtype, sdtype 64 ompi/mca/coll/demo/coll_demo.h struct ompi_datatype_t *sdtype, sdtype 70 ompi/mca/coll/demo/coll_demo.h struct ompi_datatype_t *sdtype, sdtype 88 ompi/mca/coll/demo/coll_demo.h struct ompi_datatype_t *sdtype, sdtype 94 ompi/mca/coll/demo/coll_demo.h struct ompi_datatype_t *sdtype, sdtype 101 ompi/mca/coll/demo/coll_demo.h struct ompi_datatype_t *sdtype, sdtype 107 ompi/mca/coll/demo/coll_demo.h struct ompi_datatype_t *sdtype, sdtype 154 ompi/mca/coll/demo/coll_demo.h struct ompi_datatype_t *sdtype, void *rbuf, sdtype 159 ompi/mca/coll/demo/coll_demo.h struct ompi_datatype_t *sdtype, void *rbuf, sdtype 165 ompi/mca/coll/demo/coll_demo.h struct ompi_datatype_t *sdtype, void *rbuf, sdtype 171 ompi/mca/coll/demo/coll_demo.h struct ompi_datatype_t *sdtype, void *rbuf, sdtype 215 ompi/mca/coll/demo/coll_demo.h struct ompi_datatype_t *sdtype, void *rbuf, sdtype 220 ompi/mca/coll/demo/coll_demo.h struct ompi_datatype_t *sdtype, void *rbuf, sdtype 226 ompi/mca/coll/demo/coll_demo.h struct ompi_datatype_t *sdtype, sdtype 232 ompi/mca/coll/demo/coll_demo.h struct ompi_datatype_t *sdtype, sdtype 37 ompi/mca/coll/demo/coll_demo_allgather.c struct ompi_datatype_t *sdtype, void *rbuf, sdtype 44 ompi/mca/coll/demo/coll_demo_allgather.c return demo_module->underlying.coll_allgather(sbuf, scount, sdtype, rbuf, sdtype 58 ompi/mca/coll/demo/coll_demo_allgather.c struct ompi_datatype_t *sdtype, sdtype 66 ompi/mca/coll/demo/coll_demo_allgather.c return demo_module->underlying.coll_allgather(sbuf, scount, sdtype, rbuf, sdtype 37 ompi/mca/coll/demo/coll_demo_allgatherv.c struct ompi_datatype_t *sdtype, sdtype 45 ompi/mca/coll/demo/coll_demo_allgatherv.c return demo_module->underlying.coll_allgatherv(sbuf, scount, sdtype, sdtype 60 ompi/mca/coll/demo/coll_demo_allgatherv.c struct ompi_datatype_t *sdtype, sdtype 68 ompi/mca/coll/demo/coll_demo_allgatherv.c return demo_module->underlying.coll_allgatherv(sbuf, scount, sdtype, sdtype 37 ompi/mca/coll/demo/coll_demo_alltoall.c struct ompi_datatype_t *sdtype, sdtype 45 ompi/mca/coll/demo/coll_demo_alltoall.c return demo_module->underlying.coll_alltoall(sbuf, scount, sdtype, sdtype 60 ompi/mca/coll/demo/coll_demo_alltoall.c struct ompi_datatype_t *sdtype, sdtype 68 ompi/mca/coll/demo/coll_demo_alltoall.c return demo_module->underlying.coll_alltoall(sbuf, scount, sdtype, sdtype 38 ompi/mca/coll/demo/coll_demo_alltoallv.c struct ompi_datatype_t *sdtype, sdtype 47 ompi/mca/coll/demo/coll_demo_alltoallv.c sdtype, rbuf, rcounts, sdtype 62 ompi/mca/coll/demo/coll_demo_alltoallv.c struct ompi_datatype_t *sdtype, void *rbuf, sdtype 71 ompi/mca/coll/demo/coll_demo_alltoallv.c sdtype, rbuf, rcounts, sdtype 36 ompi/mca/coll/demo/coll_demo_gather.c struct ompi_datatype_t *sdtype, sdtype 44 ompi/mca/coll/demo/coll_demo_gather.c return demo_module->underlying.coll_gather(sbuf, scount, sdtype, sdtype 59 ompi/mca/coll/demo/coll_demo_gather.c struct ompi_datatype_t *sdtype, sdtype 67 ompi/mca/coll/demo/coll_demo_gather.c return demo_module->underlying.coll_gather(sbuf, scount, sdtype, sdtype 37 ompi/mca/coll/demo/coll_demo_gatherv.c struct ompi_datatype_t *sdtype, sdtype 45 ompi/mca/coll/demo/coll_demo_gatherv.c return demo_module->underlying.coll_gatherv(sbuf, scount, sdtype, sdtype 60 ompi/mca/coll/demo/coll_demo_gatherv.c struct ompi_datatype_t *sdtype, sdtype 68 ompi/mca/coll/demo/coll_demo_gatherv.c return demo_module->underlying.coll_gatherv(sbuf, scount, sdtype, sdtype 37 ompi/mca/coll/demo/coll_demo_scatter.c struct ompi_datatype_t *sdtype, sdtype 46 ompi/mca/coll/demo/coll_demo_scatter.c return demo_module->underlying.coll_scatter(sbuf, scount, sdtype, sdtype 61 ompi/mca/coll/demo/coll_demo_scatter.c struct ompi_datatype_t *sdtype, sdtype 70 ompi/mca/coll/demo/coll_demo_scatter.c return demo_module->underlying.coll_scatter(sbuf, scount, sdtype, sdtype 37 ompi/mca/coll/demo/coll_demo_scatterv.c int *disps, struct ompi_datatype_t *sdtype, sdtype 46 ompi/mca/coll/demo/coll_demo_scatterv.c sdtype, rbuf, rcount, sdtype 60 ompi/mca/coll/demo/coll_demo_scatterv.c int *disps, struct ompi_datatype_t *sdtype, sdtype 69 ompi/mca/coll/demo/coll_demo_scatterv.c sdtype, rbuf, rcount, sdtype 187 ompi/mca/coll/hcoll/coll_hcoll.h struct ompi_datatype_t *sdtype, sdtype 194 ompi/mca/coll/hcoll/coll_hcoll.h struct ompi_datatype_t *sdtype, sdtype 202 ompi/mca/coll/hcoll/coll_hcoll.h struct ompi_datatype_t *sdtype, sdtype 223 ompi/mca/coll/hcoll/coll_hcoll.h struct ompi_datatype_t *sdtype, sdtype 231 ompi/mca/coll/hcoll/coll_hcoll.h struct ompi_datatype_t *sdtype, sdtype 239 ompi/mca/coll/hcoll/coll_hcoll.h struct ompi_datatype_t *sdtype, sdtype 248 ompi/mca/coll/hcoll/coll_hcoll.h struct ompi_datatype_t *sdtype, sdtype 266 ompi/mca/coll/hcoll/coll_hcoll.h struct ompi_datatype_t *sdtype, sdtype 274 ompi/mca/coll/hcoll/coll_hcoll.h struct ompi_datatype_t *sdtype, sdtype 298 ompi/mca/coll/hcoll/coll_hcoll.h struct ompi_datatype_t *sdtype, sdtype 308 ompi/mca/coll/hcoll/coll_hcoll.h struct ompi_datatype_t *sdtype, sdtype 318 ompi/mca/coll/hcoll/coll_hcoll.h struct ompi_datatype_t *sdtype, sdtype 69 ompi/mca/coll/hcoll/coll_hcoll_ops.c struct ompi_datatype_t *sdtype, sdtype 80 ompi/mca/coll/hcoll/coll_hcoll_ops.c stype = ompi_dtype_2_hcoll_dtype(sdtype, TRY_FIND_DERIVED); sdtype 90 ompi/mca/coll/hcoll/coll_hcoll_ops.c sdtype->super.name, sdtype 92 ompi/mca/coll/hcoll/coll_hcoll_ops.c rc = hcoll_module->previous_allgather(sbuf,scount,sdtype, sdtype 101 ompi/mca/coll/hcoll/coll_hcoll_ops.c rc = hcoll_module->previous_allgather(sbuf,scount,sdtype, sdtype 110 ompi/mca/coll/hcoll/coll_hcoll_ops.c struct ompi_datatype_t *sdtype, sdtype 122 ompi/mca/coll/hcoll/coll_hcoll_ops.c stype = ompi_dtype_2_hcoll_dtype(sdtype, NO_DERIVED); sdtype 129 ompi/mca/coll/hcoll/coll_hcoll_ops.c sdtype->super.name, sdtype 131 ompi/mca/coll/hcoll/coll_hcoll_ops.c rc = hcoll_module->previous_allgatherv(sbuf,scount,sdtype, sdtype 142 ompi/mca/coll/hcoll/coll_hcoll_ops.c rc = hcoll_module->previous_allgatherv(sbuf,scount,sdtype, sdtype 153 ompi/mca/coll/hcoll/coll_hcoll_ops.c struct ompi_datatype_t *sdtype, sdtype 164 ompi/mca/coll/hcoll/coll_hcoll_ops.c stype = ompi_dtype_2_hcoll_dtype(sdtype, NO_DERIVED); sdtype 171 ompi/mca/coll/hcoll/coll_hcoll_ops.c sdtype->super.name, sdtype 173 ompi/mca/coll/hcoll/coll_hcoll_ops.c rc = hcoll_module->previous_gather(sbuf,scount,sdtype, sdtype 182 ompi/mca/coll/hcoll/coll_hcoll_ops.c rc = hcoll_module->previous_gather((void *)sbuf,scount,sdtype, sdtype 290 ompi/mca/coll/hcoll/coll_hcoll_ops.c struct ompi_datatype_t *sdtype, sdtype 301 ompi/mca/coll/hcoll/coll_hcoll_ops.c stype = ompi_dtype_2_hcoll_dtype(sdtype, NO_DERIVED); sdtype 308 ompi/mca/coll/hcoll/coll_hcoll_ops.c sdtype->super.name, sdtype 310 ompi/mca/coll/hcoll/coll_hcoll_ops.c rc = hcoll_module->previous_alltoall(sbuf,scount,sdtype, sdtype 319 ompi/mca/coll/hcoll/coll_hcoll_ops.c rc = hcoll_module->previous_alltoall(sbuf,scount,sdtype, sdtype 328 ompi/mca/coll/hcoll/coll_hcoll_ops.c struct ompi_datatype_t *sdtype, sdtype 339 ompi/mca/coll/hcoll/coll_hcoll_ops.c stype = ompi_dtype_2_hcoll_dtype(sdtype, NO_DERIVED); sdtype 343 ompi/mca/coll/hcoll/coll_hcoll_ops.c sdtype->super.name, sdtype 345 ompi/mca/coll/hcoll/coll_hcoll_ops.c rc = hcoll_module->previous_alltoallv(sbuf, scounts, sdisps, sdtype, sdtype 355 ompi/mca/coll/hcoll/coll_hcoll_ops.c rc = hcoll_module->previous_alltoallv(sbuf, scounts, sdisps, sdtype, sdtype 363 ompi/mca/coll/hcoll/coll_hcoll_ops.c struct ompi_datatype_t *sdtype, sdtype 375 ompi/mca/coll/hcoll/coll_hcoll_ops.c stype = ompi_dtype_2_hcoll_dtype(sdtype, NO_DERIVED); sdtype 382 ompi/mca/coll/hcoll/coll_hcoll_ops.c sdtype->super.name, sdtype 384 ompi/mca/coll/hcoll/coll_hcoll_ops.c rc = hcoll_module->previous_gatherv(sbuf,scount,sdtype, sdtype 392 ompi/mca/coll/hcoll/coll_hcoll_ops.c rc = hcoll_module->previous_gatherv(sbuf,scount,sdtype, sdtype 401 ompi/mca/coll/hcoll/coll_hcoll_ops.c struct ompi_datatype_t *sdtype, sdtype 413 ompi/mca/coll/hcoll/coll_hcoll_ops.c stype = ompi_dtype_2_hcoll_dtype(sdtype, NO_DERIVED); sdtype 420 ompi/mca/coll/hcoll/coll_hcoll_ops.c sdtype->super.name, sdtype 422 ompi/mca/coll/hcoll/coll_hcoll_ops.c rc = hcoll_module->previous_scatterv(sbuf, scounts, displs, sdtype, sdtype 430 ompi/mca/coll/hcoll/coll_hcoll_ops.c rc = hcoll_module->previous_scatterv(sbuf, scounts, displs, sdtype, sdtype 486 ompi/mca/coll/hcoll/coll_hcoll_ops.c struct ompi_datatype_t *sdtype, sdtype 500 ompi/mca/coll/hcoll/coll_hcoll_ops.c stype = ompi_dtype_2_hcoll_dtype(sdtype, TRY_FIND_DERIVED); sdtype 507 ompi/mca/coll/hcoll/coll_hcoll_ops.c sdtype->super.name, sdtype 509 ompi/mca/coll/hcoll/coll_hcoll_ops.c rc = hcoll_module->previous_iallgather(sbuf,scount,sdtype, sdtype 519 ompi/mca/coll/hcoll/coll_hcoll_ops.c rc = hcoll_module->previous_iallgather(sbuf,scount,sdtype, sdtype 529 ompi/mca/coll/hcoll/coll_hcoll_ops.c struct ompi_datatype_t *sdtype, sdtype 542 ompi/mca/coll/hcoll/coll_hcoll_ops.c stype = ompi_dtype_2_hcoll_dtype(sdtype, NO_DERIVED); sdtype 550 ompi/mca/coll/hcoll/coll_hcoll_ops.c sdtype->super.name, sdtype 552 ompi/mca/coll/hcoll/coll_hcoll_ops.c rc = hcoll_module->previous_iallgatherv(sbuf,scount,sdtype, sdtype 565 ompi/mca/coll/hcoll/coll_hcoll_ops.c rc = hcoll_module->previous_iallgatherv(sbuf,scount,sdtype, sdtype 683 ompi/mca/coll/hcoll/coll_hcoll_ops.c struct ompi_datatype_t *sdtype, sdtype 698 ompi/mca/coll/hcoll/coll_hcoll_ops.c stype = ompi_dtype_2_hcoll_dtype(sdtype, NO_DERIVED); sdtype 705 ompi/mca/coll/hcoll/coll_hcoll_ops.c sdtype->super.name, sdtype 707 ompi/mca/coll/hcoll/coll_hcoll_ops.c rc = hcoll_module->previous_igatherv(sbuf,scount,sdtype, sdtype 716 ompi/mca/coll/hcoll/coll_hcoll_ops.c rc = hcoll_module->previous_igatherv(sbuf,scount,sdtype, sdtype 728 ompi/mca/coll/hcoll/coll_hcoll_ops.c struct ompi_datatype_t *sdtype, sdtype 740 ompi/mca/coll/hcoll/coll_hcoll_ops.c stype = ompi_dtype_2_hcoll_dtype(sdtype, NO_DERIVED); sdtype 744 ompi/mca/coll/hcoll/coll_hcoll_ops.c sdtype->super.name, sdtype 746 ompi/mca/coll/hcoll/coll_hcoll_ops.c rc = hcoll_module->previous_ialltoallv(sbuf, scounts, sdisps, sdtype, sdtype 756 ompi/mca/coll/hcoll/coll_hcoll_ops.c rc = hcoll_module->previous_ialltoallv(sbuf, scounts, sdisps, sdtype, sdtype 57 ompi/mca/coll/inter/coll_inter.h struct ompi_datatype_t *sdtype, sdtype 63 ompi/mca/coll/inter/coll_inter.h struct ompi_datatype_t *sdtype, sdtype 79 ompi/mca/coll/inter/coll_inter.h struct ompi_datatype_t *sdtype, sdtype 86 ompi/mca/coll/inter/coll_inter.h struct ompi_datatype_t *sdtype, sdtype 99 ompi/mca/coll/inter/coll_inter.h struct ompi_datatype_t *sdtype, void *rbuf, sdtype 104 ompi/mca/coll/inter/coll_inter.h struct ompi_datatype_t *sdtype, sdtype 45 ompi/mca/coll/inter/coll_inter_allgather.c struct ompi_datatype_t *sdtype, sdtype 61 ompi/mca/coll/inter/coll_inter_allgather.c span = opal_datatype_span(&sdtype->super, (int64_t)scount*(int64_t)size, &gap); sdtype 68 ompi/mca/coll/inter/coll_inter_allgather.c err = comm->c_local_comm->c_coll->coll_gather(sbuf, scount, sdtype, sdtype 69 ompi/mca/coll/inter/coll_inter_allgather.c ptmp, scount, sdtype, sdtype 79 ompi/mca/coll/inter/coll_inter_allgather.c err = ompi_coll_base_sendrecv_actual(ptmp, scount*size, sdtype, 0, sdtype 44 ompi/mca/coll/inter/coll_inter_allgatherv.c struct ompi_datatype_t *sdtype, sdtype 86 ompi/mca/coll/inter/coll_inter_allgatherv.c span = opal_datatype_span(&sdtype->super, total, &gap); sdtype 95 ompi/mca/coll/inter/coll_inter_allgatherv.c err = comm->c_local_comm->c_coll->coll_gatherv(sbuf, scount, sdtype, sdtype 97 ompi/mca/coll/inter/coll_inter_allgatherv.c sdtype,0, comm->c_local_comm, sdtype 108 ompi/mca/coll/inter/coll_inter_allgatherv.c err = ompi_coll_base_sendrecv_actual(ptmp, total, sdtype, 0, sdtype 42 ompi/mca/coll/inter/coll_inter_gather.c struct ompi_datatype_t *sdtype, sdtype 65 ompi/mca/coll/inter/coll_inter_gather.c span = opal_datatype_span(&sdtype->super, (int64_t)scount*(int64_t)size_local, &gap); sdtype 73 ompi/mca/coll/inter/coll_inter_gather.c err = comm->c_local_comm->c_coll->coll_gather(sbuf, scount, sdtype, sdtype 74 ompi/mca/coll/inter/coll_inter_gather.c ptmp, scount, sdtype, sdtype 79 ompi/mca/coll/inter/coll_inter_gather.c err = MCA_PML_CALL(send(ptmp, scount*size_local, sdtype, root, sdtype 41 ompi/mca/coll/inter/coll_inter_gatherv.c struct ompi_datatype_t *sdtype, sdtype 97 ompi/mca/coll/inter/coll_inter_gatherv.c span = opal_datatype_span(&sdtype->super, total, &gap); sdtype 106 ompi/mca/coll/inter/coll_inter_gatherv.c err = comm->c_local_comm->c_coll->coll_gatherv(sbuf, scount, sdtype, sdtype 108 ompi/mca/coll/inter/coll_inter_gatherv.c sdtype,0, comm->c_local_comm, sdtype 116 ompi/mca/coll/inter/coll_inter_gatherv.c err = MCA_PML_CALL(send(ptmp, total, sdtype, root, sdtype 41 ompi/mca/coll/inter/coll_inter_scatter.c struct ompi_datatype_t *sdtype, sdtype 89 ompi/mca/coll/inter/coll_inter_scatter.c err = MCA_PML_CALL(send(sbuf, scount*size, sdtype, 0, sdtype 42 ompi/mca/coll/inter/coll_inter_scatterv.c const int *disps, struct ompi_datatype_t *sdtype, sdtype 125 ompi/mca/coll/inter/coll_inter_scatterv.c ompi_datatype_create_indexed(size,scounts,disps,sdtype,&ndtype); sdtype 25 ompi/mca/coll/libnbc/nbc_iallgather.c int scount, struct ompi_datatype_t *sdtype, void *recvbuf, int rcount, sdtype 29 ompi/mca/coll/libnbc/nbc_iallgather.c int scount, struct ompi_datatype_t *sdtype, void *rbuf, int rcount, sdtype 299 ompi/mca/coll/libnbc/nbc_iallgather.c int scount, struct ompi_datatype_t *sdtype, void *recvbuf, int rcount, sdtype 357 ompi/mca/coll/libnbc/nbc_iallgather.c int scount, struct ompi_datatype_t *sdtype, void *rbuf, int rcount, sdtype 50 ompi/mca/coll/monitoring/coll_monitoring.h struct ompi_datatype_t *sdtype, sdtype 57 ompi/mca/coll/monitoring/coll_monitoring.h struct ompi_datatype_t *sdtype, sdtype 71 ompi/mca/coll/monitoring/coll_monitoring.h struct ompi_datatype_t *sdtype, sdtype 79 ompi/mca/coll/monitoring/coll_monitoring.h struct ompi_datatype_t *sdtype, sdtype 111 ompi/mca/coll/monitoring/coll_monitoring.h struct ompi_datatype_t *sdtype, sdtype 117 ompi/mca/coll/monitoring/coll_monitoring.h struct ompi_datatype_t *sdtype, sdtype 152 ompi/mca/coll/monitoring/coll_monitoring.h struct ompi_datatype_t *sdtype, sdtype 160 ompi/mca/coll/monitoring/coll_monitoring.h struct ompi_datatype_t *sdtype, sdtype 169 ompi/mca/coll/monitoring/coll_monitoring.h struct ompi_datatype_t *sdtype, sdtype 177 ompi/mca/coll/monitoring/coll_monitoring.h struct ompi_datatype_t *sdtype, sdtype 193 ompi/mca/coll/monitoring/coll_monitoring.h struct ompi_datatype_t *sdtype, sdtype 202 ompi/mca/coll/monitoring/coll_monitoring.h struct ompi_datatype_t *sdtype, sdtype 239 ompi/mca/coll/monitoring/coll_monitoring.h struct ompi_datatype_t *sdtype, sdtype 246 ompi/mca/coll/monitoring/coll_monitoring.h struct ompi_datatype_t *sdtype, sdtype 286 ompi/mca/coll/monitoring/coll_monitoring.h struct ompi_datatype_t *sdtype, sdtype 295 ompi/mca/coll/monitoring/coll_monitoring.h struct ompi_datatype_t *sdtype, sdtype 305 ompi/mca/coll/monitoring/coll_monitoring.h struct ompi_datatype_t *sdtype, void *rbuf, sdtype 311 ompi/mca/coll/monitoring/coll_monitoring.h struct ompi_datatype_t *sdtype, void * rbuf, sdtype 318 ompi/mca/coll/monitoring/coll_monitoring.h struct ompi_datatype_t *sdtype, sdtype 326 ompi/mca/coll/monitoring/coll_monitoring.h struct ompi_datatype_t *sdtype, sdtype 343 ompi/mca/coll/monitoring/coll_monitoring.h struct ompi_datatype_t *sdtype, void *rbuf, sdtype 350 ompi/mca/coll/monitoring/coll_monitoring.h struct ompi_datatype_t *sdtype, sdtype 359 ompi/mca/coll/monitoring/coll_monitoring.h struct ompi_datatype_t *sdtype, void *rbuf, sdtype 367 ompi/mca/coll/monitoring/coll_monitoring.h struct ompi_datatype_t *sdtype, sdtype 17 ompi/mca/coll/monitoring/coll_monitoring_allgather.c struct ompi_datatype_t *sdtype, sdtype 28 ompi/mca/coll/monitoring/coll_monitoring_allgather.c ompi_datatype_type_size(sdtype, &type_size); sdtype 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); sdtype 45 ompi/mca/coll/monitoring/coll_monitoring_allgather.c struct ompi_datatype_t *sdtype, sdtype 57 ompi/mca/coll/monitoring/coll_monitoring_allgather.c ompi_datatype_type_size(sdtype, &type_size); sdtype 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); sdtype 17 ompi/mca/coll/monitoring/coll_monitoring_allgatherv.c struct ompi_datatype_t *sdtype, sdtype 28 ompi/mca/coll/monitoring/coll_monitoring_allgatherv.c ompi_datatype_type_size(sdtype, &type_size); sdtype 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); sdtype 45 ompi/mca/coll/monitoring/coll_monitoring_allgatherv.c struct ompi_datatype_t *sdtype, sdtype 57 ompi/mca/coll/monitoring/coll_monitoring_allgatherv.c ompi_datatype_type_size(sdtype, &type_size); sdtype 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); sdtype 16 ompi/mca/coll/monitoring/coll_monitoring_alltoall.c int mca_coll_monitoring_alltoall(const void *sbuf, int scount, struct ompi_datatype_t *sdtype, sdtype 26 ompi/mca/coll/monitoring/coll_monitoring_alltoall.c ompi_datatype_type_size(sdtype, &type_size); sdtype 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); sdtype 43 ompi/mca/coll/monitoring/coll_monitoring_alltoall.c struct ompi_datatype_t *sdtype, sdtype 55 ompi/mca/coll/monitoring/coll_monitoring_alltoall.c ompi_datatype_type_size(sdtype, &type_size); sdtype 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); sdtype 17 ompi/mca/coll/monitoring/coll_monitoring_alltoallv.c struct ompi_datatype_t *sdtype, sdtype 28 ompi/mca/coll/monitoring/coll_monitoring_alltoallv.c ompi_datatype_type_size(sdtype, &type_size); sdtype 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); sdtype 47 ompi/mca/coll/monitoring/coll_monitoring_alltoallv.c struct ompi_datatype_t *sdtype, sdtype 60 ompi/mca/coll/monitoring/coll_monitoring_alltoallv.c ompi_datatype_type_size(sdtype, &type_size); sdtype 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); sdtype 17 ompi/mca/coll/monitoring/coll_monitoring_gather.c struct ompi_datatype_t *sdtype, sdtype 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); sdtype 45 ompi/mca/coll/monitoring/coll_monitoring_gather.c struct ompi_datatype_t *sdtype, sdtype 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); sdtype 17 ompi/mca/coll/monitoring/coll_monitoring_gatherv.c struct ompi_datatype_t *sdtype, sdtype 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); sdtype 48 ompi/mca/coll/monitoring/coll_monitoring_gatherv.c struct ompi_datatype_t *sdtype, sdtype 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); sdtype 18 ompi/mca/coll/monitoring/coll_monitoring_neighbor_allgather.c struct ompi_datatype_t *sdtype, void *rbuf, sdtype 28 ompi/mca/coll/monitoring/coll_monitoring_neighbor_allgather.c ompi_datatype_type_size(sdtype, &type_size); sdtype 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); sdtype 70 ompi/mca/coll/monitoring/coll_monitoring_neighbor_allgather.c struct ompi_datatype_t *sdtype, void *rbuf, sdtype 81 ompi/mca/coll/monitoring/coll_monitoring_neighbor_allgather.c ompi_datatype_type_size(sdtype, &type_size); sdtype 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); sdtype 20 ompi/mca/coll/monitoring/coll_monitoring_neighbor_allgatherv.c struct ompi_datatype_t *sdtype, sdtype 31 ompi/mca/coll/monitoring/coll_monitoring_neighbor_allgatherv.c ompi_datatype_type_size(sdtype, &type_size); sdtype 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); sdtype 73 ompi/mca/coll/monitoring/coll_monitoring_neighbor_allgatherv.c struct ompi_datatype_t *sdtype, sdtype 85 ompi/mca/coll/monitoring/coll_monitoring_neighbor_allgatherv.c ompi_datatype_type_size(sdtype, &type_size); sdtype 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); sdtype 18 ompi/mca/coll/monitoring/coll_monitoring_neighbor_alltoall.c struct ompi_datatype_t *sdtype, sdtype 29 ompi/mca/coll/monitoring/coll_monitoring_neighbor_alltoall.c ompi_datatype_type_size(sdtype, &type_size); sdtype 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); sdtype 71 ompi/mca/coll/monitoring/coll_monitoring_neighbor_alltoall.c struct ompi_datatype_t *sdtype, sdtype 83 ompi/mca/coll/monitoring/coll_monitoring_neighbor_alltoall.c ompi_datatype_type_size(sdtype, &type_size); sdtype 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); sdtype 18 ompi/mca/coll/monitoring/coll_monitoring_neighbor_alltoallv.c const int *sdisps, struct ompi_datatype_t *sdtype, sdtype 29 ompi/mca/coll/monitoring/coll_monitoring_neighbor_alltoallv.c ompi_datatype_type_size(sdtype, &type_size); sdtype 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); sdtype 75 ompi/mca/coll/monitoring/coll_monitoring_neighbor_alltoallv.c struct ompi_datatype_t *sdtype, sdtype 88 ompi/mca/coll/monitoring/coll_monitoring_neighbor_alltoallv.c ompi_datatype_type_size(sdtype, &type_size); sdtype 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); sdtype 17 ompi/mca/coll/monitoring/coll_monitoring_scatter.c struct ompi_datatype_t *sdtype, sdtype 30 ompi/mca/coll/monitoring/coll_monitoring_scatter.c ompi_datatype_type_size(sdtype, &type_size); sdtype 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); sdtype 49 ompi/mca/coll/monitoring/coll_monitoring_scatter.c struct ompi_datatype_t *sdtype, sdtype 63 ompi/mca/coll/monitoring/coll_monitoring_scatter.c ompi_datatype_type_size(sdtype, &type_size); sdtype 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); sdtype 17 ompi/mca/coll/monitoring/coll_monitoring_scatterv.c struct ompi_datatype_t *sdtype, sdtype 28 ompi/mca/coll/monitoring/coll_monitoring_scatterv.c ompi_datatype_type_size(sdtype, &type_size); sdtype 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); sdtype 46 ompi/mca/coll/monitoring/coll_monitoring_scatterv.c struct ompi_datatype_t *sdtype, sdtype 58 ompi/mca/coll/monitoring/coll_monitoring_scatterv.c ompi_datatype_type_size(sdtype, &type_size); sdtype 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); sdtype 225 ompi/mca/coll/portals4/coll_portals4.h int ompi_coll_portals4_gather_intra(const void *sbuf, int scount, struct ompi_datatype_t *sdtype, sdtype 230 ompi/mca/coll/portals4/coll_portals4.h int ompi_coll_portals4_igather_intra(const void *sbuf, int scount, struct ompi_datatype_t *sdtype, sdtype 238 ompi/mca/coll/portals4/coll_portals4.h int ompi_coll_portals4_scatter_intra(const void *sbuf, int scount, struct ompi_datatype_t *sdtype, sdtype 243 ompi/mca/coll/portals4/coll_portals4.h int ompi_coll_portals4_iscatter_intra(const void *sbuf, int scount, struct ompi_datatype_t *sdtype, sdtype 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, sdtype 557 ompi/mca/coll/portals4/coll_portals4_gather.c request->u.gather.pack_src_dtype = sdtype; sdtype 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, sdtype 852 ompi/mca/coll/portals4/coll_portals4_gather.c request->u.gather.pack_src_dtype = sdtype; sdtype 1221 ompi/mca/coll/portals4/coll_portals4_gather.c ompi_coll_portals4_gather_intra(const void *sbuf, int scount, struct ompi_datatype_t *sdtype, sdtype 1250 ompi/mca/coll/portals4/coll_portals4_gather.c ret = ompi_coll_portals4_gather_intra_binomial_top(sbuf, scount, sdtype, sdtype 1261 ompi/mca/coll/portals4/coll_portals4_gather.c ret = ompi_coll_portals4_gather_intra_linear_top(sbuf, scount, sdtype, sdtype 1293 ompi/mca/coll/portals4/coll_portals4_gather.c ompi_coll_portals4_igather_intra(const void *sbuf, int scount, struct ompi_datatype_t *sdtype, sdtype 1324 ompi/mca/coll/portals4/coll_portals4_gather.c ret = ompi_coll_portals4_gather_intra_binomial_top(sbuf, scount, sdtype, sdtype 1332 ompi/mca/coll/portals4/coll_portals4_gather.c ret = ompi_coll_portals4_gather_intra_linear_top(sbuf, scount, sdtype, sdtype 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, sdtype 354 ompi/mca/coll/portals4/coll_portals4_scatter.c request->u.scatter.pack_src_dtype = sdtype; sdtype 649 ompi/mca/coll/portals4/coll_portals4_scatter.c ompi_coll_portals4_scatter_intra(const void *sbuf, int scount, struct ompi_datatype_t *sdtype, sdtype 677 ompi/mca/coll/portals4/coll_portals4_scatter.c ret = ompi_coll_portals4_scatter_intra_linear_top(sbuf, scount, sdtype, sdtype 708 ompi/mca/coll/portals4/coll_portals4_scatter.c ompi_coll_portals4_iscatter_intra(const void *sbuf, int scount, struct ompi_datatype_t *sdtype, sdtype 738 ompi/mca/coll/portals4/coll_portals4_scatter.c ret = ompi_coll_portals4_scatter_intra_linear_top(sbuf, scount, sdtype, sdtype 57 ompi/mca/coll/self/coll_self.h struct ompi_datatype_t *sdtype, sdtype 63 ompi/mca/coll/self/coll_self.h struct ompi_datatype_t *sdtype, sdtype 74 ompi/mca/coll/self/coll_self.h struct ompi_datatype_t *sdtype, sdtype 80 ompi/mca/coll/self/coll_self.h struct ompi_datatype_t *sdtype, sdtype 104 ompi/mca/coll/self/coll_self.h struct ompi_datatype_t *sdtype, void *rbuf, sdtype 109 ompi/mca/coll/self/coll_self.h struct ompi_datatype_t *sdtype, void *rbuf, sdtype 132 ompi/mca/coll/self/coll_self.h struct ompi_datatype_t *sdtype, void *rbuf, sdtype 137 ompi/mca/coll/self/coll_self.h struct ompi_datatype_t *sdtype, sdtype 36 ompi/mca/coll/self/coll_self_allgather.c struct ompi_datatype_t *sdtype, void *rbuf, sdtype 44 ompi/mca/coll/self/coll_self_allgather.c return ompi_datatype_sndrcv(sbuf, scount, sdtype, sdtype 36 ompi/mca/coll/self/coll_self_allgatherv.c struct ompi_datatype_t *sdtype, sdtype 51 ompi/mca/coll/self/coll_self_allgatherv.c return ompi_datatype_sndrcv(sbuf, scount, sdtype, sdtype 37 ompi/mca/coll/self/coll_self_alltoall.c struct ompi_datatype_t *sdtype, sdtype 47 ompi/mca/coll/self/coll_self_alltoall.c return ompi_datatype_sndrcv(sbuf, scount, sdtype, sdtype 38 ompi/mca/coll/self/coll_self_alltoallv.c struct ompi_datatype_t *sdtype, sdtype 51 ompi/mca/coll/self/coll_self_alltoallv.c err = ompi_datatype_get_extent(sdtype, &lb, &sextent); sdtype 60 ompi/mca/coll/self/coll_self_alltoallv.c scounts[0], sdtype, sdtype 36 ompi/mca/coll/self/coll_self_gather.c struct ompi_datatype_t *sdtype, sdtype 45 ompi/mca/coll/self/coll_self_gather.c return ompi_datatype_sndrcv(sbuf, scount, sdtype, sdtype 36 ompi/mca/coll/self/coll_self_gatherv.c struct ompi_datatype_t *sdtype, sdtype 51 ompi/mca/coll/self/coll_self_gatherv.c return ompi_datatype_sndrcv(sbuf, scount, sdtype, sdtype 36 ompi/mca/coll/self/coll_self_scatter.c struct ompi_datatype_t *sdtype, sdtype 46 ompi/mca/coll/self/coll_self_scatter.c return ompi_datatype_sndrcv(sbuf, scount, sdtype, sdtype 36 ompi/mca/coll/self/coll_self_scatterv.c const int *disps, struct ompi_datatype_t *sdtype, sdtype 47 ompi/mca/coll/self/coll_self_scatterv.c err = ompi_datatype_get_extent(sdtype, &lb, &extent); sdtype 52 ompi/mca/coll/self/coll_self_scatterv.c sdtype, rbuf, rcount, rdtype); sdtype 221 ompi/mca/coll/sm/coll_sm.h struct ompi_datatype_t *sdtype, sdtype 228 ompi/mca/coll/sm/coll_sm.h struct ompi_datatype_t *sdtype, sdtype 239 ompi/mca/coll/sm/coll_sm.h struct ompi_datatype_t *sdtype, sdtype 245 ompi/mca/coll/sm/coll_sm.h struct ompi_datatype_t *sdtype, sdtype 274 ompi/mca/coll/sm/coll_sm.h struct ompi_datatype_t *sdtype, void *rbuf, sdtype 279 ompi/mca/coll/sm/coll_sm.h struct ompi_datatype_t *sdtype, void *rbuf, sdtype 308 ompi/mca/coll/sm/coll_sm.h struct ompi_datatype_t *sdtype, void *rbuf, sdtype 313 ompi/mca/coll/sm/coll_sm.h struct ompi_datatype_t *sdtype, sdtype 35 ompi/mca/coll/sm/coll_sm_allgather.c struct ompi_datatype_t *sdtype, void *rbuf, sdtype 35 ompi/mca/coll/sm/coll_sm_allgatherv.c struct ompi_datatype_t *sdtype, sdtype 35 ompi/mca/coll/sm/coll_sm_alltoall.c struct ompi_datatype_t *sdtype, void *rbuf, sdtype 35 ompi/mca/coll/sm/coll_sm_alltoallv.c struct ompi_datatype_t *sdtype, sdtype 35 ompi/mca/coll/sm/coll_sm_gather.c struct ompi_datatype_t *sdtype, void *rbuf, sdtype 35 ompi/mca/coll/sm/coll_sm_gatherv.c struct ompi_datatype_t *sdtype, sdtype 35 ompi/mca/coll/sm/coll_sm_scatter.c struct ompi_datatype_t *sdtype, void *rbuf, sdtype 35 ompi/mca/coll/sm/coll_sm_scatterv.c const int *disps, struct ompi_datatype_t *sdtype, sdtype 65 ompi/mca/coll/sync/coll_sync.h struct ompi_datatype_t *sdtype, sdtype 73 ompi/mca/coll/sync/coll_sync.h struct ompi_datatype_t *sdtype, sdtype 101 ompi/mca/coll/sync/coll_sync.h struct ompi_datatype_t *sdtype, sdtype 109 ompi/mca/coll/sync/coll_sync.h struct ompi_datatype_t *sdtype, sdtype 33 ompi/mca/coll/sync/coll_sync_gather.c struct ompi_datatype_t *sdtype, sdtype 42 ompi/mca/coll/sync/coll_sync_gather.c return s->c_coll.coll_gather(sbuf, scount, sdtype, sdtype 46 ompi/mca/coll/sync/coll_sync_gather.c COLL_SYNC(s, s->c_coll.coll_gather(sbuf, scount, sdtype, sdtype 33 ompi/mca/coll/sync/coll_sync_gatherv.c struct ompi_datatype_t *sdtype, sdtype 42 ompi/mca/coll/sync/coll_sync_gatherv.c return s->c_coll.coll_gatherv(sbuf, scount, sdtype, sdtype 46 ompi/mca/coll/sync/coll_sync_gatherv.c COLL_SYNC(s, s->c_coll.coll_gatherv(sbuf, scount, sdtype, sdtype 33 ompi/mca/coll/sync/coll_sync_scatter.c struct ompi_datatype_t *sdtype, sdtype 42 ompi/mca/coll/sync/coll_sync_scatter.c return s->c_coll.coll_scatter(sbuf, scount, sdtype, sdtype 46 ompi/mca/coll/sync/coll_sync_scatter.c COLL_SYNC(s, s->c_coll.coll_scatter(sbuf, scount, sdtype, sdtype 33 ompi/mca/coll/sync/coll_sync_scatterv.c const int *disps, struct ompi_datatype_t *sdtype, sdtype 42 ompi/mca/coll/sync/coll_sync_scatterv.c return s->c_coll.coll_scatterv(sbuf, scounts, disps, sdtype, sdtype 46 ompi/mca/coll/sync/coll_sync_scatterv.c COLL_SYNC(s, s->c_coll.coll_scatterv(sbuf, scounts, disps, sdtype, sdtype 124 ompi/mca/coll/tuned/coll_tuned_allgather_decision.c struct ompi_datatype_t *sdtype, sdtype 137 ompi/mca/coll/tuned/coll_tuned_allgather_decision.c return ompi_coll_tuned_allgather_intra_dec_fixed(sbuf, scount, sdtype, sdtype 141 ompi/mca/coll/tuned/coll_tuned_allgather_decision.c return ompi_coll_base_allgather_intra_basic_linear(sbuf, scount, sdtype, sdtype 145 ompi/mca/coll/tuned/coll_tuned_allgather_decision.c return ompi_coll_base_allgather_intra_bruck(sbuf, scount, sdtype, sdtype 149 ompi/mca/coll/tuned/coll_tuned_allgather_decision.c return ompi_coll_base_allgather_intra_recursivedoubling(sbuf, scount, sdtype, sdtype 153 ompi/mca/coll/tuned/coll_tuned_allgather_decision.c return ompi_coll_base_allgather_intra_ring(sbuf, scount, sdtype, sdtype 157 ompi/mca/coll/tuned/coll_tuned_allgather_decision.c return ompi_coll_base_allgather_intra_neighborexchange(sbuf, scount, sdtype, sdtype 161 ompi/mca/coll/tuned/coll_tuned_allgather_decision.c return ompi_coll_base_allgather_intra_two_procs(sbuf, scount, sdtype, sdtype 123 ompi/mca/coll/tuned/coll_tuned_allgatherv_decision.c struct ompi_datatype_t *sdtype, sdtype 138 ompi/mca/coll/tuned/coll_tuned_allgatherv_decision.c return ompi_coll_tuned_allgatherv_intra_dec_fixed(sbuf, scount, sdtype, sdtype 142 ompi/mca/coll/tuned/coll_tuned_allgatherv_decision.c return ompi_coll_base_allgatherv_intra_basic_default(sbuf, scount, sdtype, sdtype 146 ompi/mca/coll/tuned/coll_tuned_allgatherv_decision.c return ompi_coll_base_allgatherv_intra_bruck(sbuf, scount, sdtype, sdtype 150 ompi/mca/coll/tuned/coll_tuned_allgatherv_decision.c return ompi_coll_base_allgatherv_intra_ring(sbuf, scount, sdtype, sdtype 154 ompi/mca/coll/tuned/coll_tuned_allgatherv_decision.c return ompi_coll_base_allgatherv_intra_neighborexchange(sbuf, scount, sdtype, sdtype 158 ompi/mca/coll/tuned/coll_tuned_allgatherv_decision.c return ompi_coll_base_allgatherv_intra_two_procs(sbuf, scount, sdtype, sdtype 143 ompi/mca/coll/tuned/coll_tuned_alltoall_decision.c struct ompi_datatype_t *sdtype, sdtype 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); sdtype 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); sdtype 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); sdtype 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); sdtype 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); sdtype 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); sdtype 91 ompi/mca/coll/tuned/coll_tuned_alltoallv_decision.c struct ompi_datatype_t *sdtype, sdtype 104 ompi/mca/coll/tuned/coll_tuned_alltoallv_decision.c return ompi_coll_tuned_alltoallv_intra_dec_fixed(sbuf, scounts, sdisps, sdtype, sdtype 108 ompi/mca/coll/tuned/coll_tuned_alltoallv_decision.c return ompi_coll_base_alltoallv_intra_basic_linear(sbuf, scounts, sdisps, sdtype, sdtype 112 ompi/mca/coll/tuned/coll_tuned_alltoallv_decision.c return ompi_coll_base_alltoallv_intra_pairwise(sbuf, scounts, sdisps, sdtype, sdtype 102 ompi/mca/coll/tuned/coll_tuned_decision_dynamic.c struct ompi_datatype_t *sdtype, sdtype 119 ompi/mca/coll/tuned/coll_tuned_decision_dynamic.c ompi_datatype_type_size (sdtype, &dsize); sdtype 128 ompi/mca/coll/tuned/coll_tuned_decision_dynamic.c return ompi_coll_tuned_alltoall_intra_do_this (sbuf, scount, sdtype, sdtype 136 ompi/mca/coll/tuned/coll_tuned_decision_dynamic.c return ompi_coll_tuned_alltoall_intra_do_this(sbuf, scount, sdtype, sdtype 144 ompi/mca/coll/tuned/coll_tuned_decision_dynamic.c return ompi_coll_tuned_alltoall_intra_dec_fixed (sbuf, scount, sdtype, sdtype 156 ompi/mca/coll/tuned/coll_tuned_decision_dynamic.c struct ompi_datatype_t *sdtype, sdtype 180 ompi/mca/coll/tuned/coll_tuned_decision_dynamic.c return ompi_coll_tuned_alltoallv_intra_do_this (sbuf, scounts, sdisps, sdtype, sdtype 188 ompi/mca/coll/tuned/coll_tuned_decision_dynamic.c return ompi_coll_tuned_alltoallv_intra_do_this(sbuf, scounts, sdisps, sdtype, sdtype 193 ompi/mca/coll/tuned/coll_tuned_decision_dynamic.c return ompi_coll_tuned_alltoallv_intra_dec_fixed(sbuf, scounts, sdisps, sdtype, sdtype 451 ompi/mca/coll/tuned/coll_tuned_decision_dynamic.c struct ompi_datatype_t *sdtype, sdtype 469 ompi/mca/coll/tuned/coll_tuned_decision_dynamic.c ompi_datatype_type_size (sdtype, &dsize); sdtype 478 ompi/mca/coll/tuned/coll_tuned_decision_dynamic.c return ompi_coll_tuned_allgather_intra_do_this (sbuf, scount, sdtype, sdtype 488 ompi/mca/coll/tuned/coll_tuned_decision_dynamic.c return ompi_coll_tuned_allgather_intra_do_this(sbuf, scount, sdtype, sdtype 497 ompi/mca/coll/tuned/coll_tuned_decision_dynamic.c return ompi_coll_tuned_allgather_intra_dec_fixed (sbuf, scount, sdtype, sdtype 512 ompi/mca/coll/tuned/coll_tuned_decision_dynamic.c struct ompi_datatype_t *sdtype, sdtype 532 ompi/mca/coll/tuned/coll_tuned_decision_dynamic.c ompi_datatype_type_size (sdtype, &dsize); sdtype 541 ompi/mca/coll/tuned/coll_tuned_decision_dynamic.c return ompi_coll_tuned_allgatherv_intra_do_this (sbuf, scount, sdtype, sdtype 552 ompi/mca/coll/tuned/coll_tuned_decision_dynamic.c return ompi_coll_tuned_allgatherv_intra_do_this(sbuf, scount, sdtype, sdtype 561 ompi/mca/coll/tuned/coll_tuned_decision_dynamic.c return ompi_coll_tuned_allgatherv_intra_dec_fixed (sbuf, scount, sdtype, sdtype 568 ompi/mca/coll/tuned/coll_tuned_decision_dynamic.c struct ompi_datatype_t *sdtype, sdtype 588 ompi/mca/coll/tuned/coll_tuned_decision_dynamic.c ompi_datatype_type_size (sdtype, &dsize); sdtype 596 ompi/mca/coll/tuned/coll_tuned_decision_dynamic.c return ompi_coll_tuned_gather_intra_do_this (sbuf, scount, sdtype, sdtype 604 ompi/mca/coll/tuned/coll_tuned_decision_dynamic.c return ompi_coll_tuned_gather_intra_do_this(sbuf, scount, sdtype, sdtype 612 ompi/mca/coll/tuned/coll_tuned_decision_dynamic.c return ompi_coll_tuned_gather_intra_dec_fixed (sbuf, scount, sdtype, sdtype 618 ompi/mca/coll/tuned/coll_tuned_decision_dynamic.c struct ompi_datatype_t *sdtype, sdtype 637 ompi/mca/coll/tuned/coll_tuned_decision_dynamic.c ompi_datatype_type_size (sdtype, &dsize); sdtype 645 ompi/mca/coll/tuned/coll_tuned_decision_dynamic.c return ompi_coll_tuned_scatter_intra_do_this (sbuf, scount, sdtype, sdtype 653 ompi/mca/coll/tuned/coll_tuned_decision_dynamic.c return ompi_coll_tuned_scatter_intra_do_this(sbuf, scount, sdtype, sdtype 661 ompi/mca/coll/tuned/coll_tuned_decision_dynamic.c return ompi_coll_tuned_scatter_intra_dec_fixed (sbuf, scount, sdtype, sdtype 97 ompi/mca/coll/tuned/coll_tuned_decision_fixed.c struct ompi_datatype_t *sdtype, sdtype 113 ompi/mca/coll/tuned/coll_tuned_decision_fixed.c return ompi_coll_base_alltoall_intra_two_procs(sbuf, scount, sdtype, sdtype 123 ompi/mca/coll/tuned/coll_tuned_decision_fixed.c ompi_datatype_type_size(sdtype, &dsize); sdtype 131 ompi/mca/coll/tuned/coll_tuned_decision_fixed.c return ompi_coll_base_alltoall_intra_bruck(sbuf, scount, sdtype, sdtype 136 ompi/mca/coll/tuned/coll_tuned_decision_fixed.c return ompi_coll_base_alltoall_intra_basic_linear(sbuf, scount, sdtype, sdtype 141 ompi/mca/coll/tuned/coll_tuned_decision_fixed.c return ompi_coll_base_alltoall_intra_pairwise(sbuf, scount, sdtype, sdtype 149 ompi/mca/coll/tuned/coll_tuned_decision_fixed.c ompi_datatype_type_size(sdtype, &dsize); sdtype 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); sdtype 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); sdtype 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); sdtype 171 ompi/mca/coll/tuned/coll_tuned_decision_fixed.c struct ompi_datatype_t *sdtype, sdtype 178 ompi/mca/coll/tuned/coll_tuned_decision_fixed.c return ompi_coll_base_alltoallv_intra_pairwise(sbuf, scounts, sdisps, sdtype, sdtype 537 ompi/mca/coll/tuned/coll_tuned_decision_fixed.c struct ompi_datatype_t *sdtype, sdtype 550 ompi/mca/coll/tuned/coll_tuned_decision_fixed.c return ompi_coll_base_allgather_intra_two_procs(sbuf, scount, sdtype, sdtype 557 ompi/mca/coll/tuned/coll_tuned_decision_fixed.c ompi_datatype_type_size(sdtype, &dsize); sdtype 579 ompi/mca/coll/tuned/coll_tuned_decision_fixed.c return ompi_coll_base_allgather_intra_recursivedoubling(sbuf, scount, sdtype, sdtype 583 ompi/mca/coll/tuned/coll_tuned_decision_fixed.c return ompi_coll_base_allgather_intra_bruck(sbuf, scount, sdtype, sdtype 589 ompi/mca/coll/tuned/coll_tuned_decision_fixed.c return ompi_coll_base_allgather_intra_ring(sbuf, scount, sdtype, sdtype 593 ompi/mca/coll/tuned/coll_tuned_decision_fixed.c return ompi_coll_base_allgather_intra_neighborexchange(sbuf, scount, sdtype, sdtype 610 ompi/mca/coll/tuned/coll_tuned_decision_fixed.c return ompi_coll_base_allgather_intra_recursivedoubling(sbuf, scount, sdtype, sdtype 614 ompi/mca/coll/tuned/coll_tuned_decision_fixed.c return ompi_coll_base_allgather_intra_bruck(sbuf, scount, sdtype, sdtype 618 ompi/mca/coll/tuned/coll_tuned_decision_fixed.c return ompi_coll_base_allgather_intra_ring(sbuf, scount, sdtype, sdtype 634 ompi/mca/coll/tuned/coll_tuned_decision_fixed.c struct ompi_datatype_t *sdtype, sdtype 649 ompi/mca/coll/tuned/coll_tuned_decision_fixed.c return ompi_coll_base_allgatherv_intra_two_procs(sbuf, scount, sdtype, sdtype 656 ompi/mca/coll/tuned/coll_tuned_decision_fixed.c ompi_datatype_type_size(sdtype, &dsize); sdtype 673 ompi/mca/coll/tuned/coll_tuned_decision_fixed.c return ompi_coll_base_allgatherv_intra_bruck(sbuf, scount, sdtype, sdtype 678 ompi/mca/coll/tuned/coll_tuned_decision_fixed.c return ompi_coll_base_allgatherv_intra_ring(sbuf, scount, sdtype, sdtype 682 ompi/mca/coll/tuned/coll_tuned_decision_fixed.c return ompi_coll_base_allgatherv_intra_neighborexchange(sbuf, scount, sdtype, sdtype 699 ompi/mca/coll/tuned/coll_tuned_decision_fixed.c struct ompi_datatype_t *sdtype, sdtype 730 ompi/mca/coll/tuned/coll_tuned_decision_fixed.c ompi_datatype_type_size(sdtype, &dsize); sdtype 735 ompi/mca/coll/tuned/coll_tuned_decision_fixed.c return ompi_coll_base_gather_intra_linear_sync(sbuf, scount, sdtype, sdtype 741 ompi/mca/coll/tuned/coll_tuned_decision_fixed.c return ompi_coll_base_gather_intra_linear_sync(sbuf, scount, sdtype, sdtype 749 ompi/mca/coll/tuned/coll_tuned_decision_fixed.c return ompi_coll_base_gather_intra_binomial(sbuf, scount, sdtype, sdtype 754 ompi/mca/coll/tuned/coll_tuned_decision_fixed.c return ompi_coll_base_gather_intra_basic_linear(sbuf, scount, sdtype, sdtype 769 ompi/mca/coll/tuned/coll_tuned_decision_fixed.c struct ompi_datatype_t *sdtype, sdtype 787 ompi/mca/coll/tuned/coll_tuned_decision_fixed.c ompi_datatype_type_size(sdtype, &dsize); sdtype 796 ompi/mca/coll/tuned/coll_tuned_decision_fixed.c return ompi_coll_base_scatter_intra_binomial(sbuf, scount, sdtype, sdtype 800 ompi/mca/coll/tuned/coll_tuned_decision_fixed.c return ompi_coll_base_scatter_intra_basic_linear(sbuf, scount, sdtype, sdtype 123 ompi/mca/coll/tuned/coll_tuned_gather_decision.c struct ompi_datatype_t *sdtype, sdtype 137 ompi/mca/coll/tuned/coll_tuned_gather_decision.c return ompi_coll_tuned_gather_intra_dec_fixed(sbuf, scount, sdtype, sdtype 141 ompi/mca/coll/tuned/coll_tuned_gather_decision.c return ompi_coll_base_gather_intra_basic_linear(sbuf, scount, sdtype, sdtype 145 ompi/mca/coll/tuned/coll_tuned_gather_decision.c return ompi_coll_base_gather_intra_binomial(sbuf, scount, sdtype, sdtype 149 ompi/mca/coll/tuned/coll_tuned_gather_decision.c return ompi_coll_base_gather_intra_linear_sync(sbuf, scount, sdtype, sdtype 122 ompi/mca/coll/tuned/coll_tuned_scatter_decision.c struct ompi_datatype_t *sdtype, sdtype 136 ompi/mca/coll/tuned/coll_tuned_scatter_decision.c return ompi_coll_tuned_scatter_intra_dec_fixed(sbuf, scount, sdtype, sdtype 140 ompi/mca/coll/tuned/coll_tuned_scatter_decision.c return ompi_coll_base_scatter_intra_basic_linear(sbuf, scount, sdtype, sdtype 144 ompi/mca/coll/tuned/coll_tuned_scatter_decision.c return ompi_coll_base_scatter_intra_binomial(sbuf, scount, sdtype, sdtype 40 ompi/mca/fcoll/base/fcoll_base_coll_array.c ompi_datatype_t *sdtype, sdtype 77 ompi/mca/fcoll/base/fcoll_base_coll_array.c send_type = sdtype; sdtype 123 ompi/mca/fcoll/base/fcoll_base_coll_array.c ompi_datatype_t *sdtype, sdtype 145 ompi/mca/fcoll/base/fcoll_base_coll_array.c sdtype, sdtype 174 ompi/mca/fcoll/base/fcoll_base_coll_array.c sdtype, sdtype 213 ompi/mca/fcoll/base/fcoll_base_coll_array.c ompi_datatype_t *sdtype, sdtype 246 ompi/mca/fcoll/base/fcoll_base_coll_array.c err = opal_datatype_get_extent (&sdtype->super, &lb, &extent); sdtype 264 ompi/mca/fcoll/base/fcoll_base_coll_array.c sdtype, sdtype 276 ompi/mca/fcoll/base/fcoll_base_coll_array.c sdtype, sdtype 302 ompi/mca/fcoll/base/fcoll_base_coll_array.c ompi_datatype_t *sdtype, sdtype 323 ompi/mca/fcoll/base/fcoll_base_coll_array.c sdtype = rdtype; sdtype 330 ompi/mca/fcoll/base/fcoll_base_coll_array.c sdtype, sdtype 355 ompi/mca/fcoll/base/fcoll_base_coll_array.c ompi_datatype_t *sdtype, sdtype 378 ompi/mca/fcoll/base/fcoll_base_coll_array.c sdtype, sdtype 402 ompi/mca/fcoll/base/fcoll_base_coll_array.c sdtype , sdtype 47 ompi/mca/fcoll/base/fcoll_base_coll_array.h ompi_datatype_t *sdtype, sdtype 59 ompi/mca/fcoll/base/fcoll_base_coll_array.h ompi_datatype_t *sdtype, sdtype 69 ompi/mca/fcoll/base/fcoll_base_coll_array.h ompi_datatype_t *sdtype, sdtype 80 ompi/mca/fcoll/base/fcoll_base_coll_array.h ompi_datatype_t *sdtype, sdtype 91 ompi/mca/fcoll/base/fcoll_base_coll_array.h ompi_datatype_t *sdtype, sdtype 298 opal/datatype/opal_datatype.h opal_datatype_sndrcv( void *sbuf, int32_t scount, const opal_datatype_t* sdtype, void *rbuf,