scount 1733 ompi/communicator/comm.c int scount=0; scount 1759 ompi/communicator/comm.c scount = 1; scount 1762 ompi/communicator/comm.c rc = intercomm->c_coll->coll_allgatherv(&high, scount, MPI_INT, scount 303 ompi/datatype/ompi_datatype.h OMPI_DECLSPEC int32_t ompi_datatype_sndrcv( const void *sbuf, int32_t scount, const ompi_datatype_t* sdtype, scount 45 ompi/datatype/ompi_datatype_sndrcv.c int32_t ompi_datatype_sndrcv( const void *sbuf, int32_t scount, const ompi_datatype_t* sdtype, scount 56 ompi/datatype/ompi_datatype_sndrcv.c return ((0 == scount || 0 == sdtype->super.size) ? MPI_SUCCESS : MPI_ERR_TRUNCATE); scount 61 ompi/datatype/ompi_datatype_sndrcv.c int32_t count = ( scount < rcount ? scount : rcount ); scount 63 ompi/datatype/ompi_datatype_sndrcv.c return ((scount > rcount) ? MPI_ERR_TRUNCATE : MPI_SUCCESS); scount 70 ompi/datatype/ompi_datatype_sndrcv.c &(sdtype->super), scount, sbuf, 0, scount 75 ompi/datatype/ompi_datatype_sndrcv.c iov.iov_len = scount * sdtype->super.size; scount 93 ompi/datatype/ompi_datatype_sndrcv.c if( (int32_t)iov.iov_len > scount ) iov.iov_len = scount; scount 97 ompi/datatype/ompi_datatype_sndrcv.c return (((size_t)scount > max_data) ? MPI_ERR_TRUNCATE : MPI_SUCCESS); scount 105 ompi/datatype/ompi_datatype_sndrcv.c &(sdtype->super), scount, sbuf, 0, scount 124 ompi/datatype/ompi_datatype_sndrcv.c return ( (scount * sdtype->super.size) <= (rcount * rdtype->super.size) ? MPI_SUCCESS : MPI_ERR_TRUNCATE ); scount 85 ompi/mca/coll/base/coll_base_allgather.c int ompi_coll_base_allgather_intra_bruck(const void *sbuf, int scount, scount 113 ompi/mca/coll/base/coll_base_allgather.c err = ompi_datatype_sndrcv(tmpsend, scount, sdtype, tmprecv, rcount, rdtype); scount 253 ompi/mca/coll/base/coll_base_allgather.c ompi_coll_base_allgather_intra_recursivedoubling(const void *sbuf, int scount, scount 280 ompi/mca/coll/base/coll_base_allgather.c return ompi_coll_base_allgather_intra_bruck(sbuf, scount, sdtype, scount 299 ompi/mca/coll/base/coll_base_allgather.c err = ompi_datatype_sndrcv(tmpsend, scount, sdtype, tmprecv, rcount, rdtype); scount 358 ompi/mca/coll/base/coll_base_allgather.c int ompi_coll_base_allgather_intra_ring(const void *sbuf, int scount, scount 385 ompi/mca/coll/base/coll_base_allgather.c err = ompi_datatype_sndrcv(tmpsend, scount, sdtype, tmprecv, rcount, rdtype); scount 484 ompi/mca/coll/base/coll_base_allgather.c ompi_coll_base_allgather_intra_neighborexchange(const void *sbuf, int scount, scount 503 ompi/mca/coll/base/coll_base_allgather.c return ompi_coll_base_allgather_intra_ring(sbuf, scount, sdtype, scount 521 ompi/mca/coll/base/coll_base_allgather.c err = ompi_datatype_sndrcv(tmpsend, scount, sdtype, tmprecv, rcount, rdtype); scount 598 ompi/mca/coll/base/coll_base_allgather.c int ompi_coll_base_allgather_intra_two_procs(const void *sbuf, int scount, scount 630 ompi/mca/coll/base/coll_base_allgather.c scount = rcount; scount 635 ompi/mca/coll/base/coll_base_allgather.c err = ompi_coll_base_sendrecv(tmpsend, scount, sdtype, remote, scount 644 ompi/mca/coll/base/coll_base_allgather.c err = ompi_datatype_sndrcv((char*)sbuf, scount, sdtype, scount 681 ompi/mca/coll/base/coll_base_allgather.c ompi_coll_base_allgather_intra_basic_linear(const void *sbuf, int scount, scount 701 ompi/mca/coll/base/coll_base_allgather.c scount = rcount; scount 706 ompi/mca/coll/base/coll_base_allgather.c err = comm->c_coll->coll_gather(sbuf, scount, sdtype, scount 93 ompi/mca/coll/base/coll_base_allgatherv.c int ompi_coll_base_allgatherv_intra_bruck(const void *sbuf, int scount, scount 123 ompi/mca/coll/base/coll_base_allgatherv.c err = ompi_datatype_sndrcv(tmpsend, scount, sdtype, scount 221 ompi/mca/coll/base/coll_base_allgatherv.c int ompi_coll_base_allgatherv_intra_ring(const void *sbuf, int scount, scount 248 ompi/mca/coll/base/coll_base_allgatherv.c err = ompi_datatype_sndrcv(tmpsend, scount, sdtype, scount 348 ompi/mca/coll/base/coll_base_allgatherv.c ompi_coll_base_allgatherv_intra_neighborexchange(const void *sbuf, int scount, scount 369 ompi/mca/coll/base/coll_base_allgatherv.c return ompi_coll_base_allgatherv_intra_ring(sbuf, scount, sdtype, scount 388 ompi/mca/coll/base/coll_base_allgatherv.c err = ompi_datatype_sndrcv(tmpsend, scount, sdtype, scount 493 ompi/mca/coll/base/coll_base_allgatherv.c int ompi_coll_base_allgatherv_intra_two_procs(const void *sbuf, int scount, scount 526 ompi/mca/coll/base/coll_base_allgatherv.c scount = rcounts[rank]; scount 531 ompi/mca/coll/base/coll_base_allgatherv.c err = ompi_coll_base_sendrecv(tmpsend, scount, sdtype, remote, scount 540 ompi/mca/coll/base/coll_base_allgatherv.c err = ompi_datatype_sndrcv((char*)sbuf, scount, sdtype, scount 579 ompi/mca/coll/base/coll_base_allgatherv.c ompi_coll_base_allgatherv_intra_basic_default(const void *sbuf, int scount, scount 608 ompi/mca/coll/base/coll_base_allgatherv.c scount = rcounts[rank]; scount 615 ompi/mca/coll/base/coll_base_allgatherv.c scount, send_type,rbuf, scount 975 ompi/mca/coll/base/coll_base_allreduce.c int *rindex = NULL, *rcount = NULL, *sindex = NULL, *scount = NULL; scount 1112 ompi/mca/coll/base/coll_base_allreduce.c scount = malloc(sizeof(*scount) * nsteps); scount 1113 ompi/mca/coll/base/coll_base_allreduce.c if (NULL == rindex || NULL == sindex || NULL == rcount || NULL == scount) { scount 1139 ompi/mca/coll/base/coll_base_allreduce.c scount[step] = wsize - rcount[step]; scount 1147 ompi/mca/coll/base/coll_base_allreduce.c scount[step] = wsize / 2; scount 1148 ompi/mca/coll/base/coll_base_allreduce.c rcount[step] = wsize - scount[step]; scount 1149 ompi/mca/coll/base/coll_base_allreduce.c rindex[step] = sindex[step] + scount[step]; scount 1154 ompi/mca/coll/base/coll_base_allreduce.c scount[step], dtype, dest, scount 1203 ompi/mca/coll/base/coll_base_allreduce.c scount[step], dtype, dest, scount 1240 ompi/mca/coll/base/coll_base_allreduce.c if (NULL != scount) scount 1241 ompi/mca/coll/base/coll_base_allreduce.c free(scount); scount 132 ompi/mca/coll/base/coll_base_alltoall.c int ompi_coll_base_alltoall_intra_pairwise(const void *sbuf, int scount, scount 168 ompi/mca/coll/base/coll_base_alltoall.c tmpsend = (char*)sbuf + (ptrdiff_t)sendto * sext * (ptrdiff_t)scount; scount 172 ompi/mca/coll/base/coll_base_alltoall.c err = ompi_coll_base_sendrecv( tmpsend, scount, sdtype, sendto, scount 191 ompi/mca/coll/base/coll_base_alltoall.c int ompi_coll_base_alltoall_intra_bruck(const void *sbuf, int scount, scount 221 ompi/mca/coll/base/coll_base_alltoall.c span = opal_datatype_span(&sdtype->super, (int64_t)size * scount, &gap); scount 235 ompi/mca/coll/base/coll_base_alltoall.c (int32_t) ((ptrdiff_t)(size - rank) * (ptrdiff_t)scount), scount 237 ompi/mca/coll/base/coll_base_alltoall.c ((char*) sbuf) + (ptrdiff_t)rank * (ptrdiff_t)scount * sext); scount 243 ompi/mca/coll/base/coll_base_alltoall.c err = ompi_datatype_copy_content_same_ddt (sdtype, (ptrdiff_t)rank * (ptrdiff_t)scount, scount 244 ompi/mca/coll/base/coll_base_alltoall.c tmpbuf + (ptrdiff_t)(size - rank) * (ptrdiff_t)scount* sext, scount 261 ompi/mca/coll/base/coll_base_alltoall.c displs[k] = (ptrdiff_t)i * (ptrdiff_t)scount; scount 262 ompi/mca/coll/base/coll_base_alltoall.c blen[k] = scount; scount 333 ompi/mca/coll/base/coll_base_alltoall.c int ompi_coll_base_alltoall_intra_linear_sync(const void *sbuf, int scount, scount 365 ompi/mca/coll/base/coll_base_alltoall.c sext *= scount; scount 378 ompi/mca/coll/base/coll_base_alltoall.c error = ompi_datatype_sndrcv(psnd, scount, sdtype, prcv, rcount, rdtype); scount 415 ompi/mca/coll/base/coll_base_alltoall.c (psnd + (ptrdiff_t)si * sext, scount, sdtype, si, scount 456 ompi/mca/coll/base/coll_base_alltoall.c (psnd + (ptrdiff_t)si * sext, scount, sdtype, si, scount 490 ompi/mca/coll/base/coll_base_alltoall.c int ompi_coll_base_alltoall_intra_two_procs(const void *sbuf, int scount, scount 524 ompi/mca/coll/base/coll_base_alltoall.c tmpsend = (char*)sbuf + (ptrdiff_t)remote * sext * (ptrdiff_t)scount; scount 528 ompi/mca/coll/base/coll_base_alltoall.c err = ompi_coll_base_sendrecv ( tmpsend, scount, sdtype, remote, scount 536 ompi/mca/coll/base/coll_base_alltoall.c err = ompi_datatype_sndrcv((char*) sbuf + (ptrdiff_t)rank * sext * (ptrdiff_t)scount, scount 537 ompi/mca/coll/base/coll_base_alltoall.c (int32_t) scount, sdtype, scount 569 ompi/mca/coll/base/coll_base_alltoall.c int ompi_coll_base_alltoall_intra_basic_linear(const void *sbuf, int scount, scount 601 ompi/mca/coll/base/coll_base_alltoall.c sndinc *= scount; scount 614 ompi/mca/coll/base/coll_base_alltoall.c err = ompi_datatype_sndrcv(psnd, scount, sdtype, prcv, rcount, rdtype); scount 653 ompi/mca/coll/base/coll_base_alltoall.c (psnd + (ptrdiff_t)i * sndinc, scount, sdtype, i, scount 41 ompi/mca/coll/base/coll_base_gather.c ompi_coll_base_gather_intra_binomial(const void *sbuf, int scount, scount 77 ompi/mca/coll/base/coll_base_gather.c err = ompi_datatype_sndrcv((void *)sbuf, scount, sdtype, scount 92 ompi/mca/coll/base/coll_base_gather.c err = ompi_datatype_sndrcv((void *)sbuf, scount, sdtype, scount 108 ompi/mca/coll/base/coll_base_gather.c ssize = opal_datatype_span(&sdtype->super, (int64_t)scount * size, &sgap); scount 116 ompi/mca/coll/base/coll_base_gather.c err = ompi_datatype_sndrcv((void *)sbuf, scount, sdtype, scount 117 ompi/mca/coll/base/coll_base_gather.c ptmp, scount, sdtype); scount 123 ompi/mca/coll/base/coll_base_gather.c rcount = scount; scount 130 ompi/mca/coll/base/coll_base_gather.c total_recv = scount; scount 208 ompi/mca/coll/base/coll_base_gather.c ompi_coll_base_gather_intra_linear_sync(const void *sbuf, int scount, scount 237 ompi/mca/coll/base/coll_base_gather.c first_segment_count = scount; scount 252 ompi/mca/coll/base/coll_base_gather.c (scount - first_segment_count), sdtype, scount 314 ompi/mca/coll/base/coll_base_gather.c ret = ompi_datatype_sndrcv((void *)sbuf, scount, sdtype, scount 368 ompi/mca/coll/base/coll_base_gather.c ompi_coll_base_gather_intra_basic_linear(const void *sbuf, int scount, scount 388 ompi/mca/coll/base/coll_base_gather.c return MCA_PML_CALL(send(sbuf, scount, sdtype, root, scount 400 ompi/mca/coll/base/coll_base_gather.c err = ompi_datatype_sndrcv((void *)sbuf, scount, sdtype, scount 817 ompi/mca/coll/base/coll_base_reduce.c int *rindex = NULL, *rcount = NULL, *sindex = NULL, *scount = NULL; scount 945 ompi/mca/coll/base/coll_base_reduce.c scount = malloc(sizeof(*scount) * nsteps); scount 946 ompi/mca/coll/base/coll_base_reduce.c if (NULL == rindex || NULL == sindex || NULL == rcount || NULL == scount) { scount 972 ompi/mca/coll/base/coll_base_reduce.c scount[step] = wsize - rcount[step]; scount 980 ompi/mca/coll/base/coll_base_reduce.c scount[step] = wsize / 2; scount 981 ompi/mca/coll/base/coll_base_reduce.c rcount[step] = wsize - scount[step]; scount 982 ompi/mca/coll/base/coll_base_reduce.c rindex[step] = sindex[step] + scount[step]; scount 987 ompi/mca/coll/base/coll_base_reduce.c scount[step], dtype, dest, scount 1035 ompi/mca/coll/base/coll_base_reduce.c scount[step] = wsize - rcount[step]; scount 1099 ompi/mca/coll/base/coll_base_reduce.c scount[step], dtype, dest, scount 1119 ompi/mca/coll/base/coll_base_reduce.c if (NULL != scount) scount 1120 ompi/mca/coll/base/coll_base_reduce.c free(scount); scount 63 ompi/mca/coll/base/coll_base_scatter.c const void *sbuf, int scount, struct ompi_datatype_t *sdtype, scount 93 ompi/mca/coll/base/coll_base_scatter.c ssize = opal_datatype_span(&sdtype->super, (int64_t)scount * size, &sgap); scount 99 ompi/mca/coll/base/coll_base_scatter.c err = ompi_datatype_sndrcv(sbuf, scount, sdtype, scount 112 ompi/mca/coll/base/coll_base_scatter.c err = ompi_datatype_copy_content_same_ddt(sdtype, (ptrdiff_t)scount * (ptrdiff_t)(size - root), scount 113 ompi/mca/coll/base/coll_base_scatter.c ptmp, (char *) sbuf + sextent * (ptrdiff_t)root * (ptrdiff_t)scount); scount 116 ompi/mca/coll/base/coll_base_scatter.c err = ompi_datatype_copy_content_same_ddt(sdtype, (ptrdiff_t)scount * (ptrdiff_t)root, scount 117 ompi/mca/coll/base/coll_base_scatter.c ptmp + sextent * (ptrdiff_t)scount * (ptrdiff_t)(size - root), (char *)sbuf); scount 122 ompi/mca/coll/base/coll_base_scatter.c err = ompi_datatype_sndrcv(ptmp, scount, sdtype, scount 138 ompi/mca/coll/base/coll_base_scatter.c scount = rcount; scount 142 ompi/mca/coll/base/coll_base_scatter.c int curr_count = (rank == root) ? scount * size : 0; scount 156 ompi/mca/coll/base/coll_base_scatter.c err = ompi_datatype_sndrcv(ptmp, scount, sdtype, scount 167 ompi/mca/coll/base/coll_base_scatter.c send_count *= scount; scount 217 ompi/mca/coll/base/coll_base_scatter.c ompi_coll_base_scatter_intra_basic_linear(const void *sbuf, int scount, scount 250 ompi/mca/coll/base/coll_base_scatter.c incr *= scount; scount 258 ompi/mca/coll/base/coll_base_scatter.c ompi_datatype_sndrcv(ptmp, scount, sdtype, rbuf, rcount, scount 262 ompi/mca/coll/base/coll_base_scatter.c err = MCA_PML_CALL(send(ptmp, scount, sdtype, i, scount 32 ompi/mca/coll/base/coll_base_util.c int ompi_coll_base_sendrecv_actual( const void* sendbuf, size_t scount, scount 55 ompi/mca/coll/base/coll_base_util.c err = MCA_PML_CALL(send( sendbuf, scount, sdatatype, dest, stag, scount 39 ompi/mca/coll/base/coll_base_util.h int ompi_coll_base_sendrecv_actual( const void* sendbuf, size_t scount, scount 56 ompi/mca/coll/base/coll_base_util.h ompi_coll_base_sendrecv( void* sendbuf, size_t scount, ompi_datatype_t* sdatatype, scount 64 ompi/mca/coll/base/coll_base_util.h return (int) ompi_datatype_sndrcv(sendbuf, (int32_t) scount, sdatatype, scount 67 ompi/mca/coll/base/coll_base_util.h return ompi_coll_base_sendrecv_actual (sendbuf, scount, sdatatype, scount 58 ompi/mca/coll/basic/coll_basic.h int mca_coll_basic_allgather_inter(const void *sbuf, int scount, scount 65 ompi/mca/coll/basic/coll_basic.h int mca_coll_basic_allgatherv_inter(const void *sbuf, int scount, scount 84 ompi/mca/coll/basic/coll_basic.h int mca_coll_basic_alltoall_inter(const void *sbuf, int scount, scount 153 ompi/mca/coll/basic/coll_basic.h int mca_coll_basic_gather_inter(const void *sbuf, int scount, scount 161 ompi/mca/coll/basic/coll_basic.h int mca_coll_basic_gatherv_intra(const void *sbuf, int scount, scount 169 ompi/mca/coll/basic/coll_basic.h int mca_coll_basic_gatherv_inter(const void *sbuf, int scount, scount 236 ompi/mca/coll/basic/coll_basic.h int mca_coll_basic_scatter_inter(const void *sbuf, int scount, scount 259 ompi/mca/coll/basic/coll_basic.h int mca_coll_basic_neighbor_allgather(const void *sbuf, int scount, scount 265 ompi/mca/coll/basic/coll_basic.h int mca_coll_basic_neighbor_allgatherv(const void *sbuf, int scount, struct ompi_datatype_t *sdtype, scount 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, scount 44 ompi/mca/coll/basic/coll_basic_allgather.c mca_coll_basic_allgather_inter(const void *sbuf, int scount, scount 72 ompi/mca/coll/basic/coll_basic_allgather.c err = MCA_PML_CALL(send(sbuf, scount, sdtype, root, scount 86 ompi/mca/coll/basic/coll_basic_allgather.c err = MCA_PML_CALL(isend(sbuf, scount, sdtype, 0, scount 110 ompi/mca/coll/basic/coll_basic_allgather.c span = opal_datatype_span(&sdtype->super, (int64_t)scount * (int64_t)size, &gap); scount 120 ompi/mca/coll/basic/coll_basic_allgather.c err = MCA_PML_CALL(recv(tmpbuf, size * scount, sdtype, 0, scount 145 ompi/mca/coll/basic/coll_basic_allgather.c err = MCA_PML_CALL(isend(tmpbuf, size * scount, sdtype, i, scount 41 ompi/mca/coll/basic/coll_basic_allgatherv.c mca_coll_basic_allgatherv_inter(const void *sbuf, int scount, scount 60 ompi/mca/coll/basic/coll_basic_allgatherv.c scounts[i] = scount; scount 44 ompi/mca/coll/basic/coll_basic_alltoall.c mca_coll_basic_alltoall_inter(const void *sbuf, int scount, scount 71 ompi/mca/coll/basic/coll_basic_alltoall.c sndinc *= scount; scount 100 ompi/mca/coll/basic/coll_basic_alltoall.c err = MCA_PML_CALL(isend(psnd + (i * sndinc), scount, sdtype, i, scount 41 ompi/mca/coll/basic/coll_basic_gather.c mca_coll_basic_gather_inter(const void *sbuf, int scount, scount 63 ompi/mca/coll/basic/coll_basic_gather.c err = MCA_PML_CALL(send(sbuf, scount, sdtype, root, scount 40 ompi/mca/coll/basic/coll_basic_gatherv.c mca_coll_basic_gatherv_intra(const void *sbuf, int scount, scount 61 ompi/mca/coll/basic/coll_basic_gatherv.c if (scount > 0) { scount 62 ompi/mca/coll/basic/coll_basic_gatherv.c return MCA_PML_CALL(send(sbuf, scount, sdtype, root, scount 81 ompi/mca/coll/basic/coll_basic_gatherv.c if (MPI_IN_PLACE != sbuf && (0 < scount) && (0 < rcounts[i])) { scount 82 ompi/mca/coll/basic/coll_basic_gatherv.c err = ompi_datatype_sndrcv(sbuf, scount, sdtype, scount 113 ompi/mca/coll/basic/coll_basic_gatherv.c mca_coll_basic_gatherv_inter(const void *sbuf, int scount, scount 135 ompi/mca/coll/basic/coll_basic_gatherv.c err = MCA_PML_CALL(send(sbuf, scount, sdtype, root, scount 40 ompi/mca/coll/basic/coll_basic_neighbor_allgather.c mca_coll_basic_neighbor_allgather_cart(const void *sbuf, int scount, scount 80 ompi/mca/coll/basic/coll_basic_neighbor_allgather.c rc = MCA_PML_CALL(isend((void *) sbuf, scount, sdtype, srank, scount 97 ompi/mca/coll/basic/coll_basic_neighbor_allgather.c rc = MCA_PML_CALL(isend((void *) sbuf, scount, sdtype, drank, scount 120 ompi/mca/coll/basic/coll_basic_neighbor_allgather.c mca_coll_basic_neighbor_allgather_graph(const void *sbuf, int scount, scount 154 ompi/mca/coll/basic/coll_basic_neighbor_allgather.c rc = MCA_PML_CALL(isend((void *) sbuf, scount, sdtype, edges[neighbor], scount 173 ompi/mca/coll/basic/coll_basic_neighbor_allgather.c mca_coll_basic_neighbor_allgather_dist_graph(const void *sbuf, int scount, scount 213 ompi/mca/coll/basic/coll_basic_neighbor_allgather.c rc = MCA_PML_CALL(isend((void *) sbuf, scount, sdtype, outedges[neighbor], scount 232 ompi/mca/coll/basic/coll_basic_neighbor_allgather.c int mca_coll_basic_neighbor_allgather(const void *sbuf, int scount, scount 243 ompi/mca/coll/basic/coll_basic_neighbor_allgather.c return mca_coll_basic_neighbor_allgather_cart (sbuf, scount, sdtype, rbuf, scount 246 ompi/mca/coll/basic/coll_basic_neighbor_allgather.c return mca_coll_basic_neighbor_allgather_graph (sbuf, scount, sdtype, rbuf, scount 249 ompi/mca/coll/basic/coll_basic_neighbor_allgather.c return mca_coll_basic_neighbor_allgather_dist_graph (sbuf, scount, sdtype, rbuf, scount 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, scount 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, scount 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, scount 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, scount 140 ompi/mca/coll/basic/coll_basic_neighbor_allgatherv.c rc = MCA_PML_CALL(isend((void *) sbuf, scount, sdtype, edges[neighbor], scount 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, scount 196 ompi/mca/coll/basic/coll_basic_neighbor_allgatherv.c rc = MCA_PML_CALL(isend((void *) sbuf, scount, sdtype, outedges[neighbor], scount 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, scount 223 ompi/mca/coll/basic/coll_basic_neighbor_allgatherv.c return mca_coll_basic_neighbor_allgatherv_cart (sbuf, scount, sdtype, rbuf, rcounts, scount 226 ompi/mca/coll/basic/coll_basic_neighbor_allgatherv.c return mca_coll_basic_neighbor_allgatherv_graph (sbuf, scount, sdtype, rbuf, rcounts, scount 229 ompi/mca/coll/basic/coll_basic_neighbor_allgatherv.c return mca_coll_basic_neighbor_allgatherv_dist_graph (sbuf, scount, sdtype, rbuf, rcounts, scount 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, scount 106 ompi/mca/coll/basic/coll_basic_neighbor_alltoall.c rc = MCA_PML_CALL(isend((void *) sbuf, scount, sdtype, srank, scount 113 ompi/mca/coll/basic/coll_basic_neighbor_alltoall.c sbuf = (const char *) sbuf + sdextent * scount; scount 117 ompi/mca/coll/basic/coll_basic_neighbor_alltoall.c rc = MCA_PML_CALL(isend((void *) sbuf, scount, sdtype, drank, scount 124 ompi/mca/coll/basic/coll_basic_neighbor_alltoall.c sbuf = (const char *) sbuf + sdextent * scount; scount 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, scount 179 ompi/mca/coll/basic/coll_basic_neighbor_alltoall.c rc = MCA_PML_CALL(isend((void *) sbuf, scount, sdtype, edges[neighbor], scount 183 ompi/mca/coll/basic/coll_basic_neighbor_alltoall.c sbuf = (const char *) sbuf + sdextent * scount; scount 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, scount 238 ompi/mca/coll/basic/coll_basic_neighbor_alltoall.c rc = MCA_PML_CALL(isend((void *) sbuf, scount, sdtype, outedges[neighbor], scount 242 ompi/mca/coll/basic/coll_basic_neighbor_alltoall.c sbuf = (char *) sbuf + sdextent * scount; scount 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, scount 266 ompi/mca/coll/basic/coll_basic_neighbor_alltoall.c return mca_coll_basic_neighbor_alltoall_cart (sbuf, scount, sdtype, rbuf, scount 269 ompi/mca/coll/basic/coll_basic_neighbor_alltoall.c return mca_coll_basic_neighbor_alltoall_graph (sbuf, scount, sdtype, rbuf, scount 272 ompi/mca/coll/basic/coll_basic_neighbor_alltoall.c return mca_coll_basic_neighbor_alltoall_dist_graph (sbuf, scount, sdtype, rbuf, scount 42 ompi/mca/coll/basic/coll_basic_scatter.c mca_coll_basic_scatter_inter(const void *sbuf, int scount, scount 75 ompi/mca/coll/basic/coll_basic_scatter.c incr *= scount; scount 77 ompi/mca/coll/basic/coll_basic_scatter.c err = MCA_PML_CALL(isend(ptmp, scount, sdtype, i, scount 201 ompi/mca/coll/coll.h (const void *sbuf, int scount, struct ompi_datatype_t *sdtype, scount 205 ompi/mca/coll/coll.h (const void *sbuf, int scount, struct ompi_datatype_t *sdtype, scount 212 ompi/mca/coll/coll.h (const void *sbuf, int scount, struct ompi_datatype_t *sdtype, scount 232 ompi/mca/coll/coll.h (const void *sbuf, int scount, struct ompi_datatype_t *sdtype, scount 236 ompi/mca/coll/coll.h (const void *sbuf, int scount, struct ompi_datatype_t *sdtype, scount 252 ompi/mca/coll/coll.h (const void *sbuf, int scount, struct ompi_datatype_t *sdtype, scount 262 ompi/mca/coll/coll.h (const void *sbuf, int scount, struct ompi_datatype_t *sdtype, scount 267 ompi/mca/coll/coll.h (const void *sbuf, int scount, struct ompi_datatype_t *sdtype, scount 276 ompi/mca/coll/coll.h (const void *sbuf, int scount, struct ompi_datatype_t *sdtype, scount 302 ompi/mca/coll/coll.h (const void *sbuf, int scount, struct ompi_datatype_t *sdtype, scount 307 ompi/mca/coll/coll.h (const void *sbuf, int scount, struct ompi_datatype_t *sdtype, scount 328 ompi/mca/coll/coll.h (const void *sbuf, int scount, struct ompi_datatype_t *sdtype, scount 340 ompi/mca/coll/coll.h (const void *sbuf, int scount, struct ompi_datatype_t *sdtype, scount 345 ompi/mca/coll/coll.h (const void *sbuf, int scount, struct ompi_datatype_t *sdtype, scount 354 ompi/mca/coll/coll.h (const void *sbuf, int scount, struct ompi_datatype_t *sdtype, scount 380 ompi/mca/coll/coll.h (const void *sbuf, int scount, struct ompi_datatype_t *sdtype, scount 385 ompi/mca/coll/coll.h (const void *sbuf, int scount, struct ompi_datatype_t *sdtype, scount 406 ompi/mca/coll/coll.h (const void *sbuf, int scount, struct ompi_datatype_t *sdtype, scount 50 ompi/mca/coll/demo/coll_demo.h int mca_coll_demo_allgather_intra(void *sbuf, int scount, scount 56 ompi/mca/coll/demo/coll_demo.h int mca_coll_demo_allgather_inter(void *sbuf, int scount, scount 63 ompi/mca/coll/demo/coll_demo.h int mca_coll_demo_allgatherv_intra(void *sbuf, int scount, scount 69 ompi/mca/coll/demo/coll_demo.h int mca_coll_demo_allgatherv_inter(void *sbuf, int scount, scount 87 ompi/mca/coll/demo/coll_demo.h int mca_coll_demo_alltoall_intra(void *sbuf, int scount, scount 93 ompi/mca/coll/demo/coll_demo.h int mca_coll_demo_alltoall_inter(void *sbuf, int scount, scount 153 ompi/mca/coll/demo/coll_demo.h int mca_coll_demo_gather_intra(void *sbuf, int scount, scount 158 ompi/mca/coll/demo/coll_demo.h int mca_coll_demo_gather_inter(void *sbuf, int scount, scount 164 ompi/mca/coll/demo/coll_demo.h int mca_coll_demo_gatherv_intra(void *sbuf, int scount, scount 170 ompi/mca/coll/demo/coll_demo.h int mca_coll_demo_gatherv_inter(void *sbuf, int scount, scount 214 ompi/mca/coll/demo/coll_demo.h int mca_coll_demo_scatter_intra(void *sbuf, int scount, scount 219 ompi/mca/coll/demo/coll_demo.h int mca_coll_demo_scatter_inter(void *sbuf, int scount, scount 36 ompi/mca/coll/demo/coll_demo_allgather.c int mca_coll_demo_allgather_intra(void *sbuf, int scount, scount 44 ompi/mca/coll/demo/coll_demo_allgather.c return demo_module->underlying.coll_allgather(sbuf, scount, sdtype, rbuf, scount 57 ompi/mca/coll/demo/coll_demo_allgather.c int mca_coll_demo_allgather_inter(void *sbuf, int scount, scount 66 ompi/mca/coll/demo/coll_demo_allgather.c return demo_module->underlying.coll_allgather(sbuf, scount, sdtype, rbuf, scount 36 ompi/mca/coll/demo/coll_demo_allgatherv.c int mca_coll_demo_allgatherv_intra(void *sbuf, int scount, scount 45 ompi/mca/coll/demo/coll_demo_allgatherv.c return demo_module->underlying.coll_allgatherv(sbuf, scount, sdtype, scount 59 ompi/mca/coll/demo/coll_demo_allgatherv.c int mca_coll_demo_allgatherv_inter(void *sbuf, int scount, scount 68 ompi/mca/coll/demo/coll_demo_allgatherv.c return demo_module->underlying.coll_allgatherv(sbuf, scount, sdtype, scount 36 ompi/mca/coll/demo/coll_demo_alltoall.c int mca_coll_demo_alltoall_intra(void *sbuf, int scount, scount 45 ompi/mca/coll/demo/coll_demo_alltoall.c return demo_module->underlying.coll_alltoall(sbuf, scount, sdtype, scount 59 ompi/mca/coll/demo/coll_demo_alltoall.c int mca_coll_demo_alltoall_inter(void *sbuf, int scount, scount 68 ompi/mca/coll/demo/coll_demo_alltoall.c return demo_module->underlying.coll_alltoall(sbuf, scount, sdtype, scount 35 ompi/mca/coll/demo/coll_demo_gather.c int mca_coll_demo_gather_intra(void *sbuf, int scount, scount 44 ompi/mca/coll/demo/coll_demo_gather.c return demo_module->underlying.coll_gather(sbuf, scount, sdtype, scount 58 ompi/mca/coll/demo/coll_demo_gather.c int mca_coll_demo_gather_inter(void *sbuf, int scount, scount 67 ompi/mca/coll/demo/coll_demo_gather.c return demo_module->underlying.coll_gather(sbuf, scount, sdtype, scount 36 ompi/mca/coll/demo/coll_demo_gatherv.c int mca_coll_demo_gatherv_intra(void *sbuf, int scount, scount 45 ompi/mca/coll/demo/coll_demo_gatherv.c return demo_module->underlying.coll_gatherv(sbuf, scount, sdtype, scount 59 ompi/mca/coll/demo/coll_demo_gatherv.c int mca_coll_demo_gatherv_inter(void *sbuf, int scount, scount 68 ompi/mca/coll/demo/coll_demo_gatherv.c return demo_module->underlying.coll_gatherv(sbuf, scount, sdtype, scount 36 ompi/mca/coll/demo/coll_demo_scatter.c int mca_coll_demo_scatter_intra(void *sbuf, int scount, scount 46 ompi/mca/coll/demo/coll_demo_scatter.c return demo_module->underlying.coll_scatter(sbuf, scount, sdtype, scount 60 ompi/mca/coll/demo/coll_demo_scatter.c int mca_coll_demo_scatter_inter(void *sbuf, int scount, scount 70 ompi/mca/coll/demo/coll_demo_scatter.c return demo_module->underlying.coll_scatter(sbuf, scount, sdtype, scount 186 ompi/mca/coll/hcoll/coll_hcoll.h int mca_coll_hcoll_allgather(const void *sbuf, int scount, scount 193 ompi/mca/coll/hcoll/coll_hcoll.h int mca_coll_hcoll_allgatherv(const void *sbuf, int scount, scount 201 ompi/mca/coll/hcoll/coll_hcoll.h int mca_coll_hcoll_gather(const void *sbuf, int scount, scount 222 ompi/mca/coll/hcoll/coll_hcoll.h int mca_coll_hcoll_alltoall(const void *sbuf, int scount, scount 238 ompi/mca/coll/hcoll/coll_hcoll.h int mca_coll_hcoll_gatherv(const void* sbuf, int scount, scount 265 ompi/mca/coll/hcoll/coll_hcoll.h int mca_coll_hcoll_iallgather(const void *sbuf, int scount, scount 273 ompi/mca/coll/hcoll/coll_hcoll.h int mca_coll_hcoll_iallgatherv(const void *sbuf, int scount, scount 297 ompi/mca/coll/hcoll/coll_hcoll.h int mca_coll_hcoll_ialltoall(const void *sbuf, int scount, scount 317 ompi/mca/coll/hcoll/coll_hcoll.h int mca_coll_hcoll_igatherv(const void* sbuf, int scount, scount 68 ompi/mca/coll/hcoll/coll_hcoll_ops.c int mca_coll_hcoll_allgather(const void *sbuf, int scount, scount 92 ompi/mca/coll/hcoll/coll_hcoll_ops.c rc = hcoll_module->previous_allgather(sbuf,scount,sdtype, scount 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); scount 101 ompi/mca/coll/hcoll/coll_hcoll_ops.c rc = hcoll_module->previous_allgather(sbuf,scount,sdtype, scount 109 ompi/mca/coll/hcoll/coll_hcoll_ops.c int mca_coll_hcoll_allgatherv(const void *sbuf, int scount, scount 131 ompi/mca/coll/hcoll/coll_hcoll_ops.c rc = hcoll_module->previous_allgatherv(sbuf,scount,sdtype, scount 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); scount 142 ompi/mca/coll/hcoll/coll_hcoll_ops.c rc = hcoll_module->previous_allgatherv(sbuf,scount,sdtype, scount 152 ompi/mca/coll/hcoll/coll_hcoll_ops.c int mca_coll_hcoll_gather(const void *sbuf, int scount, scount 173 ompi/mca/coll/hcoll/coll_hcoll_ops.c rc = hcoll_module->previous_gather(sbuf,scount,sdtype, scount 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); scount 182 ompi/mca/coll/hcoll/coll_hcoll_ops.c rc = hcoll_module->previous_gather((void *)sbuf,scount,sdtype, scount 289 ompi/mca/coll/hcoll/coll_hcoll_ops.c int mca_coll_hcoll_alltoall(const void *sbuf, int scount, scount 310 ompi/mca/coll/hcoll/coll_hcoll_ops.c rc = hcoll_module->previous_alltoall(sbuf,scount,sdtype, scount 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); scount 319 ompi/mca/coll/hcoll/coll_hcoll_ops.c rc = hcoll_module->previous_alltoall(sbuf,scount,sdtype, scount 362 ompi/mca/coll/hcoll/coll_hcoll_ops.c int mca_coll_hcoll_gatherv(const void* sbuf, int scount, scount 384 ompi/mca/coll/hcoll/coll_hcoll_ops.c rc = hcoll_module->previous_gatherv(sbuf,scount,sdtype, scount 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); scount 392 ompi/mca/coll/hcoll/coll_hcoll_ops.c rc = hcoll_module->previous_gatherv(sbuf,scount,sdtype, scount 485 ompi/mca/coll/hcoll/coll_hcoll_ops.c int mca_coll_hcoll_iallgather(const void *sbuf, int scount, scount 509 ompi/mca/coll/hcoll/coll_hcoll_ops.c rc = hcoll_module->previous_iallgather(sbuf,scount,sdtype, scount 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); scount 519 ompi/mca/coll/hcoll/coll_hcoll_ops.c rc = hcoll_module->previous_iallgather(sbuf,scount,sdtype, scount 528 ompi/mca/coll/hcoll/coll_hcoll_ops.c int mca_coll_hcoll_iallgatherv(const void *sbuf, int scount, scount 552 ompi/mca/coll/hcoll/coll_hcoll_ops.c rc = hcoll_module->previous_iallgatherv(sbuf,scount,sdtype, scount 561 ompi/mca/coll/hcoll/coll_hcoll_ops.c rc = hcoll_collectives.coll_iallgatherv((void *)sbuf,scount,stype,rbuf,rcount,displs,rtype, scount 565 ompi/mca/coll/hcoll/coll_hcoll_ops.c rc = hcoll_module->previous_iallgatherv(sbuf,scount,sdtype, scount 682 ompi/mca/coll/hcoll/coll_hcoll_ops.c int mca_coll_hcoll_igatherv(const void* sbuf, int scount, scount 707 ompi/mca/coll/hcoll/coll_hcoll_ops.c rc = hcoll_module->previous_igatherv(sbuf,scount,sdtype, scount 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); scount 716 ompi/mca/coll/hcoll/coll_hcoll_ops.c rc = hcoll_module->previous_igatherv(sbuf,scount,sdtype, scount 56 ompi/mca/coll/inter/coll_inter.h int mca_coll_inter_allgather_inter(const void *sbuf, int scount, scount 62 ompi/mca/coll/inter/coll_inter.h int mca_coll_inter_allgatherv_inter(const void *sbuf, int scount, scount 78 ompi/mca/coll/inter/coll_inter.h int mca_coll_inter_gather_inter(const void *sbuf, int scount, scount 85 ompi/mca/coll/inter/coll_inter.h int mca_coll_inter_gatherv_inter(const void *sbuf, int scount, scount 98 ompi/mca/coll/inter/coll_inter.h int mca_coll_inter_scatter_inter(const void *sbuf, int scount, scount 44 ompi/mca/coll/inter/coll_inter_allgather.c mca_coll_inter_allgather_inter(const void *sbuf, int scount, scount 60 ompi/mca/coll/inter/coll_inter_allgather.c if ( scount > 0 ) { scount 61 ompi/mca/coll/inter/coll_inter_allgather.c span = opal_datatype_span(&sdtype->super, (int64_t)scount*(int64_t)size, &gap); scount 68 ompi/mca/coll/inter/coll_inter_allgather.c err = comm->c_local_comm->c_coll->coll_gather(sbuf, scount, sdtype, scount 69 ompi/mca/coll/inter/coll_inter_allgather.c ptmp, scount, sdtype, scount 79 ompi/mca/coll/inter/coll_inter_allgather.c err = ompi_coll_base_sendrecv_actual(ptmp, scount*size, sdtype, 0, scount 43 ompi/mca/coll/inter/coll_inter_allgatherv.c mca_coll_inter_allgatherv_inter(const void *sbuf, int scount, scount 68 ompi/mca/coll/inter/coll_inter_allgatherv.c err = comm->c_local_comm->c_coll->coll_gather(&scount, 1, MPI_INT, scount 95 ompi/mca/coll/inter/coll_inter_allgatherv.c err = comm->c_local_comm->c_coll->coll_gatherv(sbuf, scount, sdtype, scount 41 ompi/mca/coll/inter/coll_inter_gather.c mca_coll_inter_gather_inter(const void *sbuf, int scount, scount 65 ompi/mca/coll/inter/coll_inter_gather.c span = opal_datatype_span(&sdtype->super, (int64_t)scount*(int64_t)size_local, &gap); scount 73 ompi/mca/coll/inter/coll_inter_gather.c err = comm->c_local_comm->c_coll->coll_gather(sbuf, scount, sdtype, scount 74 ompi/mca/coll/inter/coll_inter_gather.c ptmp, scount, sdtype, scount 79 ompi/mca/coll/inter/coll_inter_gather.c err = MCA_PML_CALL(send(ptmp, scount*size_local, sdtype, root, scount 40 ompi/mca/coll/inter/coll_inter_gatherv.c mca_coll_inter_gatherv_inter(const void *sbuf, int scount, scount 79 ompi/mca/coll/inter/coll_inter_gatherv.c err = comm->c_local_comm->c_coll->coll_gather(&scount, 1, MPI_INT, scount 106 ompi/mca/coll/inter/coll_inter_gatherv.c err = comm->c_local_comm->c_coll->coll_gatherv(sbuf, scount, sdtype, scount 40 ompi/mca/coll/inter/coll_inter_scatter.c mca_coll_inter_scatter_inter(const void *sbuf, int scount, scount 89 ompi/mca/coll/inter/coll_inter_scatter.c err = MCA_PML_CALL(send(sbuf, scount*size, sdtype, 0, scount 275 ompi/mca/coll/libnbc/coll_libnbc.h int ompi_coll_libnbc_ineighbor_allgather(const void *sbuf, int scount, MPI_Datatype stype, void *rbuf, scount 278 ompi/mca/coll/libnbc/coll_libnbc.h int ompi_coll_libnbc_ineighbor_allgatherv(const void *sbuf, int scount, MPI_Datatype stype, void *rbuf, scount 282 ompi/mca/coll/libnbc/coll_libnbc.h int ompi_coll_libnbc_ineighbor_alltoall(const void *sbuf, int scount, MPI_Datatype stype, void *rbuf, scount 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, scount 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, scount 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, scount 25 ompi/mca/coll/libnbc/nbc_iallgather.c int scount, struct ompi_datatype_t *sdtype, void *recvbuf, int rcount, scount 29 ompi/mca/coll/libnbc/nbc_iallgather.c int scount, struct ompi_datatype_t *sdtype, void *rbuf, int rcount, scount 299 ompi/mca/coll/libnbc/nbc_iallgather.c int scount, struct ompi_datatype_t *sdtype, void *recvbuf, int rcount, scount 357 ompi/mca/coll/libnbc/nbc_iallgather.c int scount, struct ompi_datatype_t *sdtype, void *rbuf, int rcount, scount 819 ompi/mca/coll/libnbc/nbc_iallreduce.c int *rindex = NULL, *rcount = NULL, *sindex = NULL, *scount = NULL; scount 913 ompi/mca/coll/libnbc/nbc_iallreduce.c scount = malloc(sizeof(*scount) * nsteps); scount 914 ompi/mca/coll/libnbc/nbc_iallreduce.c if (NULL == rindex || NULL == sindex || NULL == rcount || NULL == scount) { scount 937 ompi/mca/coll/libnbc/nbc_iallreduce.c scount[step] = wsize - rcount[step]; scount 945 ompi/mca/coll/libnbc/nbc_iallreduce.c scount[step] = wsize / 2; scount 946 ompi/mca/coll/libnbc/nbc_iallreduce.c rcount[step] = wsize - scount[step]; scount 947 ompi/mca/coll/libnbc/nbc_iallreduce.c rindex[step] = sindex[step] + scount[step]; scount 951 ompi/mca/coll/libnbc/nbc_iallreduce.c false, scount[step], datatype, dest, schedule, false); scount 993 ompi/mca/coll/libnbc/nbc_iallreduce.c false, scount[step], datatype, dest, schedule, true); scount 1019 ompi/mca/coll/libnbc/nbc_iallreduce.c if (NULL != scount) scount 1020 ompi/mca/coll/libnbc/nbc_iallreduce.c free(scount); scount 30 ompi/mca/coll/libnbc/nbc_ineighbor_allgather.c (a->scount == b->scount) && scount 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, scount 67 ompi/mca/coll/libnbc/nbc_ineighbor_allgather.c search.scount = scount; scount 106 ompi/mca/coll/libnbc/nbc_ineighbor_allgather.c res = NBC_Sched_send ((char *) sbuf, false, scount, stype, dsts[i], schedule, false); scount 131 ompi/mca/coll/libnbc/nbc_ineighbor_allgather.c args->scount = scount; scount 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, scount 169 ompi/mca/coll/libnbc/nbc_ineighbor_allgather.c int res = nbc_neighbor_allgather_init(sbuf, scount, stype, rbuf, rcount, rtype, scount 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, scount 188 ompi/mca/coll/libnbc/nbc_ineighbor_allgather.c int res = nbc_neighbor_allgather_init(sbuf, scount, stype, rbuf, rcount, rtype, scount 30 ompi/mca/coll/libnbc/nbc_ineighbor_allgatherv.c (a->scount == b->scount) && scount 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, scount 67 ompi/mca/coll/libnbc/nbc_ineighbor_allgatherv.c search.scount = scount; scount 107 ompi/mca/coll/libnbc/nbc_ineighbor_allgatherv.c res = NBC_Sched_send ((char *) sbuf, false, scount, stype, dsts[i], schedule, false); scount 131 ompi/mca/coll/libnbc/nbc_ineighbor_allgatherv.c args->scount = scount; scount 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, scount 171 ompi/mca/coll/libnbc/nbc_ineighbor_allgatherv.c int res = nbc_neighbor_allgatherv_init(sbuf, scount, stype, rbuf, rcounts, displs, rtype, scount 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, scount 190 ompi/mca/coll/libnbc/nbc_ineighbor_allgatherv.c int res = nbc_neighbor_allgatherv_init(sbuf, scount, stype, rbuf, rcounts, displs, rtype, scount 30 ompi/mca/coll/libnbc/nbc_ineighbor_alltoall.c (a->scount == b->scount) && scount 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, scount 70 ompi/mca/coll/libnbc/nbc_ineighbor_alltoall.c search.scount = scount; scount 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); scount 134 ompi/mca/coll/libnbc/nbc_ineighbor_alltoall.c args->scount = scount; scount 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, scount 173 ompi/mca/coll/libnbc/nbc_ineighbor_alltoall.c int res = nbc_neighbor_alltoall_init(sbuf, scount, stype, rbuf, rcount, rtype, scount 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, scount 191 ompi/mca/coll/libnbc/nbc_ineighbor_alltoall.c int res = nbc_neighbor_alltoall_init(sbuf, scount, stype, rbuf, rcount, rtype, scount 30 ompi/mca/coll/libnbc/nbc_ineighbor_alltoallv.c (a->scount == b->scount) && scount 73 ompi/mca/coll/libnbc/nbc_ineighbor_alltoallv.c search.scount = scount; scount 138 ompi/mca/coll/libnbc/nbc_ineighbor_alltoallv.c args->scount = scount; scount 30 ompi/mca/coll/libnbc/nbc_ineighbor_alltoallw.c (a->scount == b->scount) && scount 59 ompi/mca/coll/libnbc/nbc_ineighbor_alltoallw.c search.scount = scount; scount 124 ompi/mca/coll/libnbc/nbc_ineighbor_alltoallw.c args->scount = scount; scount 655 ompi/mca/coll/libnbc/nbc_ireduce.c int *rindex = NULL, *rcount = NULL, *sindex = NULL, *scount = NULL; scount 771 ompi/mca/coll/libnbc/nbc_ireduce.c scount = malloc(sizeof(*scount) * nsteps); scount 772 ompi/mca/coll/libnbc/nbc_ireduce.c if (NULL == rindex || NULL == sindex || NULL == rcount || NULL == scount) { scount 798 ompi/mca/coll/libnbc/nbc_ireduce.c scount[step] = wsize - rcount[step]; scount 806 ompi/mca/coll/libnbc/nbc_ireduce.c scount[step] = wsize / 2; scount 807 ompi/mca/coll/libnbc/nbc_ireduce.c rcount[step] = wsize - scount[step]; scount 808 ompi/mca/coll/libnbc/nbc_ireduce.c rindex[step] = sindex[step] + scount[step]; scount 813 ompi/mca/coll/libnbc/nbc_ireduce.c tmpredbuf, scount[step], datatype, dest, schedule, false); scount 860 ompi/mca/coll/libnbc/nbc_ireduce.c scount[step] = wsize - rcount[step]; scount 921 ompi/mca/coll/libnbc/nbc_ireduce.c tmpredbuf, scount[step], datatype, dest, schedule, true); scount 935 ompi/mca/coll/libnbc/nbc_ireduce.c if (NULL != scount) scount 936 ompi/mca/coll/libnbc/nbc_ireduce.c free(scount); scount 49 ompi/mca/coll/monitoring/coll_monitoring.h extern int mca_coll_monitoring_allgather(const void *sbuf, int scount, scount 56 ompi/mca/coll/monitoring/coll_monitoring.h extern int mca_coll_monitoring_allgatherv(const void *sbuf, int scount, scount 70 ompi/mca/coll/monitoring/coll_monitoring.h extern int mca_coll_monitoring_alltoall(const void *sbuf, int scount, scount 110 ompi/mca/coll/monitoring/coll_monitoring.h extern int mca_coll_monitoring_gather(const void *sbuf, int scount, scount 116 ompi/mca/coll/monitoring/coll_monitoring.h extern int mca_coll_monitoring_gatherv(const void *sbuf, int scount, scount 151 ompi/mca/coll/monitoring/coll_monitoring.h extern int mca_coll_monitoring_scatter(const void *sbuf, int scount, scount 168 ompi/mca/coll/monitoring/coll_monitoring.h extern int mca_coll_monitoring_iallgather(const void *sbuf, int scount, scount 176 ompi/mca/coll/monitoring/coll_monitoring.h extern int mca_coll_monitoring_iallgatherv(const void *sbuf, int scount, scount 192 ompi/mca/coll/monitoring/coll_monitoring.h extern int mca_coll_monitoring_ialltoall(const void *sbuf, int scount, scount 238 ompi/mca/coll/monitoring/coll_monitoring.h extern int mca_coll_monitoring_igather(const void *sbuf, int scount, scount 245 ompi/mca/coll/monitoring/coll_monitoring.h extern int mca_coll_monitoring_igatherv(const void *sbuf, int scount, scount 285 ompi/mca/coll/monitoring/coll_monitoring.h extern int mca_coll_monitoring_iscatter(const void *sbuf, int scount, scount 304 ompi/mca/coll/monitoring/coll_monitoring.h extern int mca_coll_monitoring_neighbor_allgather(const void *sbuf, int scount, scount 310 ompi/mca/coll/monitoring/coll_monitoring.h extern int mca_coll_monitoring_neighbor_allgatherv(const void *sbuf, int scount, scount 317 ompi/mca/coll/monitoring/coll_monitoring.h extern int mca_coll_monitoring_neighbor_alltoall(const void *sbuf, int scount, scount 342 ompi/mca/coll/monitoring/coll_monitoring.h extern int mca_coll_monitoring_ineighbor_allgather(const void *sbuf, int scount, scount 349 ompi/mca/coll/monitoring/coll_monitoring.h extern int mca_coll_monitoring_ineighbor_allgatherv(const void *sbuf, int scount, scount 358 ompi/mca/coll/monitoring/coll_monitoring.h extern int mca_coll_monitoring_ineighbor_alltoall(const void *sbuf, int scount, scount 16 ompi/mca/coll/monitoring/coll_monitoring_allgather.c int mca_coll_monitoring_allgather(const void *sbuf, int scount, scount 29 ompi/mca/coll/monitoring/coll_monitoring_allgather.c data_size = scount * type_size; scount 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); scount 44 ompi/mca/coll/monitoring/coll_monitoring_allgather.c int mca_coll_monitoring_iallgather(const void *sbuf, int scount, scount 58 ompi/mca/coll/monitoring/coll_monitoring_allgather.c data_size = scount * type_size; scount 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); scount 16 ompi/mca/coll/monitoring/coll_monitoring_allgatherv.c int mca_coll_monitoring_allgatherv(const void *sbuf, int scount, scount 29 ompi/mca/coll/monitoring/coll_monitoring_allgatherv.c data_size = scount * type_size; scount 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); scount 44 ompi/mca/coll/monitoring/coll_monitoring_allgatherv.c int mca_coll_monitoring_iallgatherv(const void *sbuf, int scount, scount 58 ompi/mca/coll/monitoring/coll_monitoring_allgatherv.c data_size = scount * type_size; scount 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); scount 16 ompi/mca/coll/monitoring/coll_monitoring_alltoall.c int mca_coll_monitoring_alltoall(const void *sbuf, int scount, struct ompi_datatype_t *sdtype, scount 27 ompi/mca/coll/monitoring/coll_monitoring_alltoall.c data_size = scount * type_size; scount 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); scount 42 ompi/mca/coll/monitoring/coll_monitoring_alltoall.c int mca_coll_monitoring_ialltoall(const void *sbuf, int scount, scount 56 ompi/mca/coll/monitoring/coll_monitoring_alltoall.c data_size = scount * type_size; scount 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); scount 16 ompi/mca/coll/monitoring/coll_monitoring_gather.c int mca_coll_monitoring_gather(const void *sbuf, int scount, scount 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); scount 44 ompi/mca/coll/monitoring/coll_monitoring_gather.c int mca_coll_monitoring_igather(const void *sbuf, int scount, scount 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); scount 16 ompi/mca/coll/monitoring/coll_monitoring_gatherv.c int mca_coll_monitoring_gatherv(const void *sbuf, int scount, scount 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); scount 47 ompi/mca/coll/monitoring/coll_monitoring_gatherv.c int mca_coll_monitoring_igatherv(const void *sbuf, int scount, scount 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); scount 17 ompi/mca/coll/monitoring/coll_monitoring_neighbor_allgather.c int mca_coll_monitoring_neighbor_allgather(const void *sbuf, int scount, scount 29 ompi/mca/coll/monitoring/coll_monitoring_neighbor_allgather.c data_size = scount * type_size; scount 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); scount 69 ompi/mca/coll/monitoring/coll_monitoring_neighbor_allgather.c int mca_coll_monitoring_ineighbor_allgather(const void *sbuf, int scount, scount 82 ompi/mca/coll/monitoring/coll_monitoring_neighbor_allgather.c data_size = scount * type_size; scount 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); scount 19 ompi/mca/coll/monitoring/coll_monitoring_neighbor_allgatherv.c int mca_coll_monitoring_neighbor_allgatherv(const void *sbuf, int scount, scount 32 ompi/mca/coll/monitoring/coll_monitoring_neighbor_allgatherv.c data_size = scount * type_size; scount 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); scount 72 ompi/mca/coll/monitoring/coll_monitoring_neighbor_allgatherv.c int mca_coll_monitoring_ineighbor_allgatherv(const void *sbuf, int scount, scount 86 ompi/mca/coll/monitoring/coll_monitoring_neighbor_allgatherv.c data_size = scount * type_size; scount 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); scount 17 ompi/mca/coll/monitoring/coll_monitoring_neighbor_alltoall.c int mca_coll_monitoring_neighbor_alltoall(const void *sbuf, int scount, scount 30 ompi/mca/coll/monitoring/coll_monitoring_neighbor_alltoall.c data_size = scount * type_size; scount 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); scount 70 ompi/mca/coll/monitoring/coll_monitoring_neighbor_alltoall.c int mca_coll_monitoring_ineighbor_alltoall(const void *sbuf, int scount, scount 84 ompi/mca/coll/monitoring/coll_monitoring_neighbor_alltoall.c data_size = scount * type_size; scount 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); scount 16 ompi/mca/coll/monitoring/coll_monitoring_scatter.c int mca_coll_monitoring_scatter(const void *sbuf, int scount, scount 31 ompi/mca/coll/monitoring/coll_monitoring_scatter.c data_size = scount * type_size; scount 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); scount 48 ompi/mca/coll/monitoring/coll_monitoring_scatter.c int mca_coll_monitoring_iscatter(const void *sbuf, int scount, scount 64 ompi/mca/coll/monitoring/coll_monitoring_scatter.c data_size = scount * type_size; scount 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); scount 225 ompi/mca/coll/portals4/coll_portals4.h int ompi_coll_portals4_gather_intra(const void *sbuf, int scount, struct ompi_datatype_t *sdtype, scount 230 ompi/mca/coll/portals4/coll_portals4.h int ompi_coll_portals4_igather_intra(const void *sbuf, int scount, struct ompi_datatype_t *sdtype, scount 238 ompi/mca/coll/portals4/coll_portals4.h int ompi_coll_portals4_scatter_intra(const void *sbuf, int scount, struct ompi_datatype_t *sdtype, scount 243 ompi/mca/coll/portals4/coll_portals4.h int ompi_coll_portals4_iscatter_intra(const void *sbuf, int scount, struct ompi_datatype_t *sdtype, scount 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, scount 556 ompi/mca/coll/portals4/coll_portals4_gather.c request->u.gather.pack_src_count = scount; scount 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, scount 851 ompi/mca/coll/portals4/coll_portals4_gather.c request->u.gather.pack_src_count = scount; scount 1221 ompi/mca/coll/portals4/coll_portals4_gather.c ompi_coll_portals4_gather_intra(const void *sbuf, int scount, struct ompi_datatype_t *sdtype, scount 1250 ompi/mca/coll/portals4/coll_portals4_gather.c ret = ompi_coll_portals4_gather_intra_binomial_top(sbuf, scount, sdtype, scount 1261 ompi/mca/coll/portals4/coll_portals4_gather.c ret = ompi_coll_portals4_gather_intra_linear_top(sbuf, scount, sdtype, scount 1293 ompi/mca/coll/portals4/coll_portals4_gather.c ompi_coll_portals4_igather_intra(const void *sbuf, int scount, struct ompi_datatype_t *sdtype, scount 1324 ompi/mca/coll/portals4/coll_portals4_gather.c ret = ompi_coll_portals4_gather_intra_binomial_top(sbuf, scount, sdtype, scount 1332 ompi/mca/coll/portals4/coll_portals4_gather.c ret = ompi_coll_portals4_gather_intra_linear_top(sbuf, scount, sdtype, scount 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, scount 353 ompi/mca/coll/portals4/coll_portals4_scatter.c request->u.scatter.pack_src_count = scount; scount 649 ompi/mca/coll/portals4/coll_portals4_scatter.c ompi_coll_portals4_scatter_intra(const void *sbuf, int scount, struct ompi_datatype_t *sdtype, scount 677 ompi/mca/coll/portals4/coll_portals4_scatter.c ret = ompi_coll_portals4_scatter_intra_linear_top(sbuf, scount, sdtype, scount 708 ompi/mca/coll/portals4/coll_portals4_scatter.c ompi_coll_portals4_iscatter_intra(const void *sbuf, int scount, struct ompi_datatype_t *sdtype, scount 738 ompi/mca/coll/portals4/coll_portals4_scatter.c ret = ompi_coll_portals4_scatter_intra_linear_top(sbuf, scount, sdtype, scount 56 ompi/mca/coll/self/coll_self.h int mca_coll_self_allgather_intra(const void *sbuf, int scount, scount 62 ompi/mca/coll/self/coll_self.h int mca_coll_self_allgatherv_intra(const void *sbuf, int scount, scount 73 ompi/mca/coll/self/coll_self.h int mca_coll_self_alltoall_intra(const void *sbuf, int scount, scount 103 ompi/mca/coll/self/coll_self.h int mca_coll_self_gather_intra(const void *sbuf, int scount, scount 108 ompi/mca/coll/self/coll_self.h int mca_coll_self_gatherv_intra(const void *sbuf, int scount, scount 131 ompi/mca/coll/self/coll_self.h int mca_coll_self_scatter_intra(const void *sbuf, int scount, scount 35 ompi/mca/coll/self/coll_self_allgather.c int mca_coll_self_allgather_intra(const void *sbuf, int scount, scount 44 ompi/mca/coll/self/coll_self_allgather.c return ompi_datatype_sndrcv(sbuf, scount, sdtype, scount 35 ompi/mca/coll/self/coll_self_allgatherv.c int mca_coll_self_allgatherv_intra(const void *sbuf, int scount, scount 51 ompi/mca/coll/self/coll_self_allgatherv.c return ompi_datatype_sndrcv(sbuf, scount, sdtype, scount 36 ompi/mca/coll/self/coll_self_alltoall.c int mca_coll_self_alltoall_intra(const void *sbuf, int scount, scount 47 ompi/mca/coll/self/coll_self_alltoall.c return ompi_datatype_sndrcv(sbuf, scount, sdtype, scount 35 ompi/mca/coll/self/coll_self_gather.c int mca_coll_self_gather_intra(const void *sbuf, int scount, scount 45 ompi/mca/coll/self/coll_self_gather.c return ompi_datatype_sndrcv(sbuf, scount, sdtype, scount 35 ompi/mca/coll/self/coll_self_gatherv.c int mca_coll_self_gatherv_intra(const void *sbuf, int scount, scount 51 ompi/mca/coll/self/coll_self_gatherv.c return ompi_datatype_sndrcv(sbuf, scount, sdtype, scount 35 ompi/mca/coll/self/coll_self_scatter.c int mca_coll_self_scatter_intra(const void *sbuf, int scount, scount 46 ompi/mca/coll/self/coll_self_scatter.c return ompi_datatype_sndrcv(sbuf, scount, sdtype, scount 220 ompi/mca/coll/sm/coll_sm.h int mca_coll_sm_allgather_intra(const void *sbuf, int scount, scount 227 ompi/mca/coll/sm/coll_sm.h int mca_coll_sm_allgatherv_intra(const void *sbuf, int scount, scount 238 ompi/mca/coll/sm/coll_sm.h int mca_coll_sm_alltoall_intra(const void *sbuf, int scount, scount 273 ompi/mca/coll/sm/coll_sm.h int mca_coll_sm_gather_intra(void *sbuf, int scount, scount 278 ompi/mca/coll/sm/coll_sm.h int mca_coll_sm_gatherv_intra(void *sbuf, int scount, scount 307 ompi/mca/coll/sm/coll_sm.h int mca_coll_sm_scatter_intra(const void *sbuf, int scount, scount 34 ompi/mca/coll/sm/coll_sm_allgather.c int mca_coll_sm_allgather_intra(const void *sbuf, int scount, scount 34 ompi/mca/coll/sm/coll_sm_allgatherv.c int mca_coll_sm_allgatherv_intra(const void *sbuf, int scount, scount 34 ompi/mca/coll/sm/coll_sm_alltoall.c int mca_coll_sm_alltoall_intra(const void *sbuf, int scount, scount 34 ompi/mca/coll/sm/coll_sm_gather.c int mca_coll_sm_gather_intra(const void *sbuf, int scount, scount 34 ompi/mca/coll/sm/coll_sm_gatherv.c int mca_coll_sm_gatherv_intra(const void *sbuf, int scount, scount 34 ompi/mca/coll/sm/coll_sm_scatter.c int mca_coll_sm_scatter_intra(const void *sbuf, int scount, scount 64 ompi/mca/coll/sync/coll_sync.h int mca_coll_sync_gather(const void *sbuf, int scount, scount 72 ompi/mca/coll/sync/coll_sync.h int mca_coll_sync_gatherv(const void *sbuf, int scount, scount 100 ompi/mca/coll/sync/coll_sync.h int mca_coll_sync_scatter(const void *sbuf, int scount, scount 32 ompi/mca/coll/sync/coll_sync_gather.c int mca_coll_sync_gather(const void *sbuf, int scount, scount 42 ompi/mca/coll/sync/coll_sync_gather.c return s->c_coll.coll_gather(sbuf, scount, sdtype, scount 46 ompi/mca/coll/sync/coll_sync_gather.c COLL_SYNC(s, s->c_coll.coll_gather(sbuf, scount, sdtype, scount 32 ompi/mca/coll/sync/coll_sync_gatherv.c int mca_coll_sync_gatherv(const void *sbuf, int scount, scount 42 ompi/mca/coll/sync/coll_sync_gatherv.c return s->c_coll.coll_gatherv(sbuf, scount, sdtype, scount 46 ompi/mca/coll/sync/coll_sync_gatherv.c COLL_SYNC(s, s->c_coll.coll_gatherv(sbuf, scount, sdtype, scount 32 ompi/mca/coll/sync/coll_sync_scatter.c int mca_coll_sync_scatter(const void *sbuf, int scount, scount 42 ompi/mca/coll/sync/coll_sync_scatter.c return s->c_coll.coll_scatter(sbuf, scount, sdtype, scount 46 ompi/mca/coll/sync/coll_sync_scatter.c COLL_SYNC(s, s->c_coll.coll_scatter(sbuf, scount, sdtype, scount 123 ompi/mca/coll/tuned/coll_tuned_allgather_decision.c int ompi_coll_tuned_allgather_intra_do_this(const void *sbuf, int scount, scount 137 ompi/mca/coll/tuned/coll_tuned_allgather_decision.c return ompi_coll_tuned_allgather_intra_dec_fixed(sbuf, scount, sdtype, scount 141 ompi/mca/coll/tuned/coll_tuned_allgather_decision.c return ompi_coll_base_allgather_intra_basic_linear(sbuf, scount, sdtype, scount 145 ompi/mca/coll/tuned/coll_tuned_allgather_decision.c return ompi_coll_base_allgather_intra_bruck(sbuf, scount, sdtype, scount 149 ompi/mca/coll/tuned/coll_tuned_allgather_decision.c return ompi_coll_base_allgather_intra_recursivedoubling(sbuf, scount, sdtype, scount 153 ompi/mca/coll/tuned/coll_tuned_allgather_decision.c return ompi_coll_base_allgather_intra_ring(sbuf, scount, sdtype, scount 157 ompi/mca/coll/tuned/coll_tuned_allgather_decision.c return ompi_coll_base_allgather_intra_neighborexchange(sbuf, scount, sdtype, scount 161 ompi/mca/coll/tuned/coll_tuned_allgather_decision.c return ompi_coll_base_allgather_intra_two_procs(sbuf, scount, sdtype, scount 122 ompi/mca/coll/tuned/coll_tuned_allgatherv_decision.c int ompi_coll_tuned_allgatherv_intra_do_this(const void *sbuf, int scount, scount 138 ompi/mca/coll/tuned/coll_tuned_allgatherv_decision.c return ompi_coll_tuned_allgatherv_intra_dec_fixed(sbuf, scount, sdtype, scount 142 ompi/mca/coll/tuned/coll_tuned_allgatherv_decision.c return ompi_coll_base_allgatherv_intra_basic_default(sbuf, scount, sdtype, scount 146 ompi/mca/coll/tuned/coll_tuned_allgatherv_decision.c return ompi_coll_base_allgatherv_intra_bruck(sbuf, scount, sdtype, scount 150 ompi/mca/coll/tuned/coll_tuned_allgatherv_decision.c return ompi_coll_base_allgatherv_intra_ring(sbuf, scount, sdtype, scount 154 ompi/mca/coll/tuned/coll_tuned_allgatherv_decision.c return ompi_coll_base_allgatherv_intra_neighborexchange(sbuf, scount, sdtype, scount 158 ompi/mca/coll/tuned/coll_tuned_allgatherv_decision.c return ompi_coll_base_allgatherv_intra_two_procs(sbuf, scount, sdtype, scount 142 ompi/mca/coll/tuned/coll_tuned_alltoall_decision.c int ompi_coll_tuned_alltoall_intra_do_this(const void *sbuf, int scount, scount 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); scount 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); scount 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); scount 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); scount 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); scount 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); scount 101 ompi/mca/coll/tuned/coll_tuned_decision_dynamic.c int ompi_coll_tuned_alltoall_intra_dec_dynamic(const void *sbuf, int scount, scount 121 ompi/mca/coll/tuned/coll_tuned_decision_dynamic.c dsize *= (ptrdiff_t)comsize * (ptrdiff_t)scount; scount 128 ompi/mca/coll/tuned/coll_tuned_decision_dynamic.c return ompi_coll_tuned_alltoall_intra_do_this (sbuf, scount, sdtype, scount 136 ompi/mca/coll/tuned/coll_tuned_decision_dynamic.c return ompi_coll_tuned_alltoall_intra_do_this(sbuf, scount, sdtype, scount 144 ompi/mca/coll/tuned/coll_tuned_decision_dynamic.c return ompi_coll_tuned_alltoall_intra_dec_fixed (sbuf, scount, sdtype, scount 450 ompi/mca/coll/tuned/coll_tuned_decision_dynamic.c int ompi_coll_tuned_allgather_intra_dec_dynamic(const void *sbuf, int scount, scount 471 ompi/mca/coll/tuned/coll_tuned_decision_dynamic.c dsize *= (ptrdiff_t)comsize * (ptrdiff_t)scount; scount 478 ompi/mca/coll/tuned/coll_tuned_decision_dynamic.c return ompi_coll_tuned_allgather_intra_do_this (sbuf, scount, sdtype, scount 488 ompi/mca/coll/tuned/coll_tuned_decision_dynamic.c return ompi_coll_tuned_allgather_intra_do_this(sbuf, scount, sdtype, scount 497 ompi/mca/coll/tuned/coll_tuned_decision_dynamic.c return ompi_coll_tuned_allgather_intra_dec_fixed (sbuf, scount, sdtype, scount 511 ompi/mca/coll/tuned/coll_tuned_decision_dynamic.c int ompi_coll_tuned_allgatherv_intra_dec_dynamic(const void *sbuf, int scount, scount 541 ompi/mca/coll/tuned/coll_tuned_decision_dynamic.c return ompi_coll_tuned_allgatherv_intra_do_this (sbuf, scount, sdtype, scount 552 ompi/mca/coll/tuned/coll_tuned_decision_dynamic.c return ompi_coll_tuned_allgatherv_intra_do_this(sbuf, scount, sdtype, scount 561 ompi/mca/coll/tuned/coll_tuned_decision_dynamic.c return ompi_coll_tuned_allgatherv_intra_dec_fixed (sbuf, scount, sdtype, scount 567 ompi/mca/coll/tuned/coll_tuned_decision_dynamic.c int ompi_coll_tuned_gather_intra_dec_dynamic(const void *sbuf, int scount, scount 596 ompi/mca/coll/tuned/coll_tuned_decision_dynamic.c return ompi_coll_tuned_gather_intra_do_this (sbuf, scount, sdtype, scount 604 ompi/mca/coll/tuned/coll_tuned_decision_dynamic.c return ompi_coll_tuned_gather_intra_do_this(sbuf, scount, sdtype, scount 612 ompi/mca/coll/tuned/coll_tuned_decision_dynamic.c return ompi_coll_tuned_gather_intra_dec_fixed (sbuf, scount, sdtype, scount 617 ompi/mca/coll/tuned/coll_tuned_decision_dynamic.c int ompi_coll_tuned_scatter_intra_dec_dynamic(const void *sbuf, int scount, scount 645 ompi/mca/coll/tuned/coll_tuned_decision_dynamic.c return ompi_coll_tuned_scatter_intra_do_this (sbuf, scount, sdtype, scount 653 ompi/mca/coll/tuned/coll_tuned_decision_dynamic.c return ompi_coll_tuned_scatter_intra_do_this(sbuf, scount, sdtype, scount 661 ompi/mca/coll/tuned/coll_tuned_decision_dynamic.c return ompi_coll_tuned_scatter_intra_dec_fixed (sbuf, scount, sdtype, scount 96 ompi/mca/coll/tuned/coll_tuned_decision_fixed.c int ompi_coll_tuned_alltoall_intra_dec_fixed(const void *sbuf, int scount, scount 113 ompi/mca/coll/tuned/coll_tuned_decision_fixed.c return ompi_coll_base_alltoall_intra_two_procs(sbuf, scount, sdtype, scount 127 ompi/mca/coll/tuned/coll_tuned_decision_fixed.c block_dsize = dsize * (ptrdiff_t)scount; scount 131 ompi/mca/coll/tuned/coll_tuned_decision_fixed.c return ompi_coll_base_alltoall_intra_bruck(sbuf, scount, sdtype, scount 136 ompi/mca/coll/tuned/coll_tuned_decision_fixed.c return ompi_coll_base_alltoall_intra_basic_linear(sbuf, scount, sdtype, scount 141 ompi/mca/coll/tuned/coll_tuned_decision_fixed.c return ompi_coll_base_alltoall_intra_pairwise(sbuf, scount, sdtype, scount 150 ompi/mca/coll/tuned/coll_tuned_decision_fixed.c total_dsize = dsize * scount * communicator_size; /* needed for decision */ scount 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); scount 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); scount 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); scount 536 ompi/mca/coll/tuned/coll_tuned_decision_fixed.c int ompi_coll_tuned_allgather_intra_dec_fixed(const void *sbuf, int scount, scount 550 ompi/mca/coll/tuned/coll_tuned_decision_fixed.c return ompi_coll_base_allgather_intra_two_procs(sbuf, scount, sdtype, scount 561 ompi/mca/coll/tuned/coll_tuned_decision_fixed.c total_dsize = dsize * (ptrdiff_t)scount * (ptrdiff_t)communicator_size; scount 579 ompi/mca/coll/tuned/coll_tuned_decision_fixed.c return ompi_coll_base_allgather_intra_recursivedoubling(sbuf, scount, sdtype, scount 583 ompi/mca/coll/tuned/coll_tuned_decision_fixed.c return ompi_coll_base_allgather_intra_bruck(sbuf, scount, sdtype, scount 589 ompi/mca/coll/tuned/coll_tuned_decision_fixed.c return ompi_coll_base_allgather_intra_ring(sbuf, scount, sdtype, scount 593 ompi/mca/coll/tuned/coll_tuned_decision_fixed.c return ompi_coll_base_allgather_intra_neighborexchange(sbuf, scount, sdtype, scount 610 ompi/mca/coll/tuned/coll_tuned_decision_fixed.c return ompi_coll_base_allgather_intra_recursivedoubling(sbuf, scount, sdtype, scount 614 ompi/mca/coll/tuned/coll_tuned_decision_fixed.c return ompi_coll_base_allgather_intra_bruck(sbuf, scount, sdtype, scount 618 ompi/mca/coll/tuned/coll_tuned_decision_fixed.c return ompi_coll_base_allgather_intra_ring(sbuf, scount, sdtype, scount 633 ompi/mca/coll/tuned/coll_tuned_decision_fixed.c int ompi_coll_tuned_allgatherv_intra_dec_fixed(const void *sbuf, int scount, scount 649 ompi/mca/coll/tuned/coll_tuned_decision_fixed.c return ompi_coll_base_allgatherv_intra_two_procs(sbuf, scount, sdtype, scount 673 ompi/mca/coll/tuned/coll_tuned_decision_fixed.c return ompi_coll_base_allgatherv_intra_bruck(sbuf, scount, sdtype, scount 678 ompi/mca/coll/tuned/coll_tuned_decision_fixed.c return ompi_coll_base_allgatherv_intra_ring(sbuf, scount, sdtype, scount 682 ompi/mca/coll/tuned/coll_tuned_decision_fixed.c return ompi_coll_base_allgatherv_intra_neighborexchange(sbuf, scount, sdtype, scount 698 ompi/mca/coll/tuned/coll_tuned_decision_fixed.c int ompi_coll_tuned_gather_intra_dec_fixed(const void *sbuf, int scount, scount 731 ompi/mca/coll/tuned/coll_tuned_decision_fixed.c block_size = dsize * (ptrdiff_t)scount; scount 735 ompi/mca/coll/tuned/coll_tuned_decision_fixed.c return ompi_coll_base_gather_intra_linear_sync(sbuf, scount, sdtype, scount 741 ompi/mca/coll/tuned/coll_tuned_decision_fixed.c return ompi_coll_base_gather_intra_linear_sync(sbuf, scount, sdtype, scount 749 ompi/mca/coll/tuned/coll_tuned_decision_fixed.c return ompi_coll_base_gather_intra_binomial(sbuf, scount, sdtype, scount 754 ompi/mca/coll/tuned/coll_tuned_decision_fixed.c return ompi_coll_base_gather_intra_basic_linear(sbuf, scount, sdtype, scount 768 ompi/mca/coll/tuned/coll_tuned_decision_fixed.c int ompi_coll_tuned_scatter_intra_dec_fixed(const void *sbuf, int scount, scount 788 ompi/mca/coll/tuned/coll_tuned_decision_fixed.c block_size = dsize * (ptrdiff_t)scount; scount 796 ompi/mca/coll/tuned/coll_tuned_decision_fixed.c return ompi_coll_base_scatter_intra_binomial(sbuf, scount, sdtype, scount 800 ompi/mca/coll/tuned/coll_tuned_decision_fixed.c return ompi_coll_base_scatter_intra_basic_linear(sbuf, scount, sdtype, scount 122 ompi/mca/coll/tuned/coll_tuned_gather_decision.c ompi_coll_tuned_gather_intra_do_this(const void *sbuf, int scount, scount 137 ompi/mca/coll/tuned/coll_tuned_gather_decision.c return ompi_coll_tuned_gather_intra_dec_fixed(sbuf, scount, sdtype, scount 141 ompi/mca/coll/tuned/coll_tuned_gather_decision.c return ompi_coll_base_gather_intra_basic_linear(sbuf, scount, sdtype, scount 145 ompi/mca/coll/tuned/coll_tuned_gather_decision.c return ompi_coll_base_gather_intra_binomial(sbuf, scount, sdtype, scount 149 ompi/mca/coll/tuned/coll_tuned_gather_decision.c return ompi_coll_base_gather_intra_linear_sync(sbuf, scount, sdtype, scount 121 ompi/mca/coll/tuned/coll_tuned_scatter_decision.c ompi_coll_tuned_scatter_intra_do_this(const void *sbuf, int scount, scount 136 ompi/mca/coll/tuned/coll_tuned_scatter_decision.c return ompi_coll_tuned_scatter_intra_dec_fixed(sbuf, scount, sdtype, scount 140 ompi/mca/coll/tuned/coll_tuned_scatter_decision.c return ompi_coll_base_scatter_intra_basic_linear(sbuf, scount, sdtype, scount 144 ompi/mca/coll/tuned/coll_tuned_scatter_decision.c return ompi_coll_base_scatter_intra_binomial(sbuf, scount, sdtype, scount 39 ompi/mca/fcoll/base/fcoll_base_coll_array.c int scount, scount 122 ompi/mca/fcoll/base/fcoll_base_coll_array.c int scount, scount 142 ompi/mca/fcoll/base/fcoll_base_coll_array.c if (scount > 0) { scount 144 ompi/mca/fcoll/base/fcoll_base_coll_array.c scount, scount 170 ompi/mca/fcoll/base/fcoll_base_coll_array.c (0 < scount) && scount 173 ompi/mca/fcoll/base/fcoll_base_coll_array.c scount, scount 301 ompi/mca/fcoll/base/fcoll_base_coll_array.c int scount, scount 324 ompi/mca/fcoll/base/fcoll_base_coll_array.c scount = rcount; scount 329 ompi/mca/fcoll/base/fcoll_base_coll_array.c scount, scount 354 ompi/mca/fcoll/base/fcoll_base_coll_array.c int scount, scount 377 ompi/mca/fcoll/base/fcoll_base_coll_array.c scount, scount 401 ompi/mca/fcoll/base/fcoll_base_coll_array.c scount, scount 46 ompi/mca/fcoll/base/fcoll_base_coll_array.h int scount, scount 68 ompi/mca/fcoll/base/fcoll_base_coll_array.h int scount, scount 79 ompi/mca/fcoll/base/fcoll_base_coll_array.h int scount, scount 90 ompi/mca/fcoll/base/fcoll_base_coll_array.h int scount, scount 480 ompi/mpi/java/java/Comm.java long comm, Object sbuf, boolean sdb, int soffset, int scount, scount 298 opal/datatype/opal_datatype.h opal_datatype_sndrcv( void *sbuf, int32_t scount, const opal_datatype_t* sdtype, void *rbuf, scount 191 test/datatype/to_self.c MPI_Datatype sdt, int scount, void* sbuf, scount 200 test/datatype/to_self.c slength *= scount; scount 209 test/datatype/to_self.c MPI_Isend( sbuf, scount, sdt, myself, tag, MPI_COMM_WORLD, &req ); scount 214 test/datatype/to_self.c ftmpi_mpi_isend( sbuf, scount, sdt, myself, tag, MPI_COMM_WORLD, &req ); scount 225 test/datatype/to_self.c MPI_Datatype sdt, int scount, void* sbuf, scount 234 test/datatype/to_self.c slength *= scount; scount 244 test/datatype/to_self.c MPI_Send( sbuf, scount, sdt, myself, tag, MPI_COMM_WORLD ); scount 249 test/datatype/to_self.c ftmpi_mpi_send( sbuf, scount, sdt, myself, tag, MPI_COMM_WORLD ); scount 259 test/datatype/to_self.c MPI_Datatype sdt, int scount, void* sbuf, scount 268 test/datatype/to_self.c slength *= scount; scount 277 test/datatype/to_self.c MPI_Isend( sbuf, scount, sdt, myself, tag, MPI_COMM_WORLD, &sreq ); scount 284 test/datatype/to_self.c ftmpi_mpi_isend( sbuf, scount, sdt, myself, tag, MPI_COMM_WORLD, &sreq ); scount 297 test/datatype/to_self.c MPI_Datatype sdt, int scount, void* sbuf, scount 306 test/datatype/to_self.c slength *= scount; scount 316 test/datatype/to_self.c MPI_Isend( sbuf, scount, sdt, myself, tag, MPI_COMM_WORLD, &sreq ); scount 323 test/datatype/to_self.c ftmpi_mpi_isend( sbuf, scount, sdt, myself, tag, MPI_COMM_WORLD, &sreq );