scounts           125 ompi/mca/coll/base/coll_base_alltoallv.c ompi_coll_base_alltoallv_intra_pairwise(const void *sbuf, const int *scounts, const int *sdisps,
scounts           162 ompi/mca/coll/base/coll_base_alltoallv.c         err = ompi_coll_base_sendrecv( psnd, scounts[sendto], sdtype, sendto,
scounts           189 ompi/mca/coll/base/coll_base_alltoallv.c ompi_coll_base_alltoallv_intra_basic_linear(const void *sbuf, const int *scounts, const int *sdisps,
scounts           220 ompi/mca/coll/base/coll_base_alltoallv.c     if (0 != scounts[rank]) {
scounts           221 ompi/mca/coll/base/coll_base_alltoallv.c         err = ompi_datatype_sndrcv(psnd, scounts[rank], sdtype,
scounts           260 ompi/mca/coll/base/coll_base_alltoallv.c         err = MCA_PML_CALL(isend_init(psnd, scounts[i], sdtype,
scounts            91 ompi/mca/coll/basic/coll_basic.h     int mca_coll_basic_alltoallv_inter(const void *sbuf, const int *scounts,
scounts           100 ompi/mca/coll/basic/coll_basic.h     int mca_coll_basic_alltoallw_intra(const void *sbuf, const int *scounts,
scounts           108 ompi/mca/coll/basic/coll_basic.h     int mca_coll_basic_alltoallw_inter(const void *sbuf, const int *scounts,
scounts           244 ompi/mca/coll/basic/coll_basic.h     int mca_coll_basic_scatterv_intra(const void *sbuf, const int *scounts, const int *disps,
scounts           251 ompi/mca/coll/basic/coll_basic.h     int mca_coll_basic_scatterv_inter(const void *sbuf, const int *scounts, const int *disps,
scounts           273 ompi/mca/coll/basic/coll_basic.h      int mca_coll_basic_neighbor_alltoallv(const void *sbuf, const int scounts[], const int sdisps[],
scounts           278 ompi/mca/coll/basic/coll_basic.h      int mca_coll_basic_neighbor_alltoallw(const void *sbuf, const int scounts[], const MPI_Aint sdisps[],
scounts            49 ompi/mca/coll/basic/coll_basic_allgatherv.c     int *scounts, *sdisps;
scounts            53 ompi/mca/coll/basic/coll_basic_allgatherv.c     scounts = (int *) malloc(2 * rsize * sizeof(int));
scounts            54 ompi/mca/coll/basic/coll_basic_allgatherv.c     sdisps = scounts + rsize;
scounts            55 ompi/mca/coll/basic/coll_basic_allgatherv.c     if (NULL == scounts) {
scounts            60 ompi/mca/coll/basic/coll_basic_allgatherv.c         scounts[i] = scount;
scounts            64 ompi/mca/coll/basic/coll_basic_allgatherv.c     err = comm->c_coll->coll_alltoallv(sbuf, scounts, sdisps, sdtype,
scounts            68 ompi/mca/coll/basic/coll_basic_allgatherv.c     if (NULL != scounts) {
scounts            69 ompi/mca/coll/basic/coll_basic_allgatherv.c         free(scounts);
scounts            45 ompi/mca/coll/basic/coll_basic_alltoallv.c mca_coll_basic_alltoallv_inter(const void *sbuf, const int *scounts, const int *sdisps,
scounts            93 ompi/mca/coll/basic/coll_basic_alltoallv.c         if (scounts[i] > 0) {
scounts            94 ompi/mca/coll/basic/coll_basic_alltoallv.c             err = MCA_PML_CALL(isend(psnd, scounts[i], sdtype,
scounts           143 ompi/mca/coll/basic/coll_basic_alltoallw.c mca_coll_basic_alltoallw_intra(const void *sbuf, const int *scounts, const int *sdisps,
scounts           168 ompi/mca/coll/basic/coll_basic_alltoallw.c     err = ompi_datatype_sndrcv(psnd, scounts[rank], sdtypes[rank],
scounts           212 ompi/mca/coll/basic/coll_basic_alltoallw.c         msg_size *= scounts[i];
scounts           218 ompi/mca/coll/basic/coll_basic_alltoallw.c         err = MCA_PML_CALL(isend_init(psnd, scounts[i], sdtypes[i],
scounts           257 ompi/mca/coll/basic/coll_basic_alltoallw.c mca_coll_basic_alltoallw_inter(const void *sbuf, const int *scounts, const int *sdisps,
scounts           300 ompi/mca/coll/basic/coll_basic_alltoallw.c         msg_size *= scounts[i];
scounts           306 ompi/mca/coll/basic/coll_basic_alltoallw.c         err = MCA_PML_CALL(isend_init(psnd, scounts[i], sdtypes[i],
scounts            40 ompi/mca/coll/basic/coll_basic_neighbor_alltoallv.c mca_coll_basic_neighbor_alltoallv_cart(const void *sbuf, const int scounts[], const int sdisps[],
scounts           100 ompi/mca/coll/basic/coll_basic_neighbor_alltoallv.c             rc = MCA_PML_CALL(isend((char *) sbuf + sdisps[i] * sdextent, scounts[i], sdtype, srank,
scounts           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,
scounts           126 ompi/mca/coll/basic/coll_basic_neighbor_alltoallv.c mca_coll_basic_neighbor_alltoallv_graph(const void *sbuf, const int scounts[], const int sdisps[],
scounts           165 ompi/mca/coll/basic/coll_basic_neighbor_alltoallv.c         rc = MCA_PML_CALL(isend((char *) sbuf + sdisps[neighbor] * sdextent, scounts[neighbor], sdtype,
scounts           184 ompi/mca/coll/basic/coll_basic_neighbor_alltoallv.c mca_coll_basic_neighbor_alltoallv_dist_graph(const void *sbuf, const int scounts[], const int sdisps[],
scounts           222 ompi/mca/coll/basic/coll_basic_neighbor_alltoallv.c         rc = MCA_PML_CALL(isend((char *) sbuf + sdisps[neighbor] * sdextent, scounts[neighbor], sdtype,
scounts           240 ompi/mca/coll/basic/coll_basic_neighbor_alltoallv.c int mca_coll_basic_neighbor_alltoallv(const void *sbuf, const int scounts[], const int sdisps[],
scounts           250 ompi/mca/coll/basic/coll_basic_neighbor_alltoallv.c         return mca_coll_basic_neighbor_alltoallv_cart (sbuf, scounts, sdisps, sdtype, rbuf,
scounts           253 ompi/mca/coll/basic/coll_basic_neighbor_alltoallv.c         return mca_coll_basic_neighbor_alltoallv_graph (sbuf, scounts, sdisps, sdtype, rbuf,
scounts           256 ompi/mca/coll/basic/coll_basic_neighbor_alltoallv.c         return mca_coll_basic_neighbor_alltoallv_dist_graph (sbuf, scounts, sdisps, sdtype, rbuf,
scounts            40 ompi/mca/coll/basic/coll_basic_neighbor_alltoallw.c mca_coll_basic_neighbor_alltoallw_cart(const void *sbuf, const int scounts[], const MPI_Aint sdisps[],
scounts            97 ompi/mca/coll/basic/coll_basic_neighbor_alltoallw.c             rc = MCA_PML_CALL(isend((char *) sbuf + sdisps[i], scounts[i], sdtypes[i], srank,
scounts           104 ompi/mca/coll/basic/coll_basic_neighbor_alltoallw.c             rc = MCA_PML_CALL(isend((char *) sbuf + sdisps[i+1], scounts[i+1], sdtypes[i+1], drank,
scounts           123 ompi/mca/coll/basic/coll_basic_neighbor_alltoallw.c mca_coll_basic_neighbor_alltoallw_graph(const void *sbuf, const int scounts[], const MPI_Aint sdisps[],
scounts           159 ompi/mca/coll/basic/coll_basic_neighbor_alltoallw.c         rc = MCA_PML_CALL(isend((char *) sbuf + sdisps[neighbor], scounts[neighbor], sdtypes[neighbor],
scounts           178 ompi/mca/coll/basic/coll_basic_neighbor_alltoallw.c mca_coll_basic_neighbor_alltoallw_dist_graph(const void *sbuf, const int scounts[], const MPI_Aint sdisps[],
scounts           215 ompi/mca/coll/basic/coll_basic_neighbor_alltoallw.c         rc = MCA_PML_CALL(isend((char *) sbuf + sdisps[neighbor], scounts[neighbor], sdtypes[neighbor],
scounts           233 ompi/mca/coll/basic/coll_basic_neighbor_alltoallw.c int mca_coll_basic_neighbor_alltoallw(const void *sbuf, const int scounts[], const MPI_Aint sdisps[],
scounts           243 ompi/mca/coll/basic/coll_basic_neighbor_alltoallw.c         return mca_coll_basic_neighbor_alltoallw_cart (sbuf, scounts, sdisps, sdtypes, rbuf,
scounts           246 ompi/mca/coll/basic/coll_basic_neighbor_alltoallw.c         return mca_coll_basic_neighbor_alltoallw_graph (sbuf, scounts, sdisps, sdtypes, rbuf,
scounts           249 ompi/mca/coll/basic/coll_basic_neighbor_alltoallw.c         return mca_coll_basic_neighbor_alltoallw_dist_graph (sbuf, scounts, sdisps, sdtypes, rbuf,
scounts            42 ompi/mca/coll/basic/coll_basic_scatterv.c mca_coll_basic_scatterv_intra(const void *sbuf, const int *scounts,
scounts            84 ompi/mca/coll/basic/coll_basic_scatterv.c             if (scounts[i] > 0 && MPI_IN_PLACE != rbuf) {
scounts            85 ompi/mca/coll/basic/coll_basic_scatterv.c                 err = ompi_datatype_sndrcv(ptmp, scounts[i], sdtype, rbuf, rcount,
scounts            90 ompi/mca/coll/basic/coll_basic_scatterv.c             if (scounts[i] > 0) {
scounts            91 ompi/mca/coll/basic/coll_basic_scatterv.c                 err = MCA_PML_CALL(send(ptmp, scounts[i], sdtype, i,
scounts           115 ompi/mca/coll/basic/coll_basic_scatterv.c mca_coll_basic_scatterv_inter(const void *sbuf, const int *scounts,
scounts           153 ompi/mca/coll/basic/coll_basic_scatterv.c             err = MCA_PML_CALL(isend(ptmp, scounts[i], sdtype, i,
scounts           216 ompi/mca/coll/coll.h   (const void *sbuf, const int *scounts, const int *sdisps, struct ompi_datatype_t *sdtype,
scounts           220 ompi/mca/coll/coll.h   (const void *sbuf, const int *scounts, const int *sdisps, struct ompi_datatype_t * const *sdtypes,
scounts           256 ompi/mca/coll/coll.h   (const void *sbuf, const int *scounts, const int *disps, struct ompi_datatype_t *sdtype,
scounts           281 ompi/mca/coll/coll.h   (const void *sbuf, const int *scounts, const int *sdisps, struct ompi_datatype_t *sdtype,
scounts           286 ompi/mca/coll/coll.h   (const void *sbuf, const int *scounts, const int *sdisps, struct ompi_datatype_t * const *sdtypes,
scounts           333 ompi/mca/coll/coll.h   (const void *sbuf, const int *scounts, const int *disps, struct ompi_datatype_t *sdtype,
scounts           359 ompi/mca/coll/coll.h   (const void *sbuf, const int *scounts, const int *sdisps, struct ompi_datatype_t *sdtype,
scounts           364 ompi/mca/coll/coll.h   (const void *sbuf, const int *scounts, const int *sdisps, struct ompi_datatype_t * const *sdtypes,
scounts           411 ompi/mca/coll/coll.h   (const void *sbuf, const int *scounts, const int *disps, struct ompi_datatype_t *sdtype,
scounts           420 ompi/mca/coll/coll.h   (const void *sbuf, const int *scounts, const MPI_Aint *sdisps, struct ompi_datatype_t * const *sdtypes,
scounts           424 ompi/mca/coll/coll.h   (const void *sbuf, const int *scounts, const MPI_Aint *sdisps, struct ompi_datatype_t * const *sdtypes,
scounts           429 ompi/mca/coll/coll.h   (const void *sbuf, const int *scounts, const MPI_Aint *sdisps, struct ompi_datatype_t * const *sdtypes,
scounts           100 ompi/mca/coll/demo/coll_demo.h     int mca_coll_demo_alltoallv_intra(void *sbuf, int *scounts, int *sdisps,
scounts           106 ompi/mca/coll/demo/coll_demo.h     int mca_coll_demo_alltoallv_inter(void *sbuf, int *scounts, int *sdisps,
scounts           113 ompi/mca/coll/demo/coll_demo.h     int mca_coll_demo_alltoallw_intra(void *sbuf, int *scounts, int *sdisps,
scounts           119 ompi/mca/coll/demo/coll_demo.h     int mca_coll_demo_alltoallw_inter(void *sbuf, int *scounts, int *sdisps,
scounts           225 ompi/mca/coll/demo/coll_demo.h     int mca_coll_demo_scatterv_intra(void *sbuf, int *scounts, int *disps,
scounts           231 ompi/mca/coll/demo/coll_demo.h     int mca_coll_demo_scatterv_inter(void *sbuf, int *scounts, int *disps,
scounts            37 ompi/mca/coll/demo/coll_demo_alltoallv.c mca_coll_demo_alltoallv_intra(void *sbuf, int *scounts, int *sdisps,
scounts            46 ompi/mca/coll/demo/coll_demo_alltoallv.c     return demo_module->underlying.coll_alltoallv(sbuf, scounts, sdisps,
scounts            61 ompi/mca/coll/demo/coll_demo_alltoallv.c mca_coll_demo_alltoallv_inter(void *sbuf, int *scounts, int *sdisps,
scounts            70 ompi/mca/coll/demo/coll_demo_alltoallv.c     return demo_module->underlying.coll_alltoallv(sbuf, scounts, sdisps,
scounts            36 ompi/mca/coll/demo/coll_demo_alltoallw.c int mca_coll_demo_alltoallw_intra(void *sbuf, int *scounts, int *sdisps,
scounts            45 ompi/mca/coll/demo/coll_demo_alltoallw.c     return demo_module->underlying.coll_alltoallw(sbuf, scounts, sdisps,
scounts            59 ompi/mca/coll/demo/coll_demo_alltoallw.c int mca_coll_demo_alltoallw_inter(void *sbuf, int *scounts, int *sdisps,
scounts            68 ompi/mca/coll/demo/coll_demo_alltoallw.c     return demo_module->underlying.coll_alltoallw(sbuf, scounts, sdisps,
scounts            36 ompi/mca/coll/demo/coll_demo_scatterv.c int mca_coll_demo_scatterv_intra(void *sbuf, int *scounts,
scounts            45 ompi/mca/coll/demo/coll_demo_scatterv.c     return demo_module->underlying.coll_scatterv(sbuf, scounts, disps,
scounts            59 ompi/mca/coll/demo/coll_demo_scatterv.c int mca_coll_demo_scatterv_inter(void *sbuf, int *scounts,
scounts            68 ompi/mca/coll/demo/coll_demo_scatterv.c     return demo_module->underlying.coll_scatterv(sbuf, scounts, disps,
scounts           229 ompi/mca/coll/hcoll/coll_hcoll.h int mca_coll_hcoll_alltoallv(const void *sbuf, const int *scounts,
scounts           247 ompi/mca/coll/hcoll/coll_hcoll.h int mca_coll_hcoll_scatterv(const void* sbuf, const int *scounts, const int *displs,
scounts           306 ompi/mca/coll/hcoll/coll_hcoll.h int mca_coll_hcoll_ialltoallv(const void *sbuf, int *scounts,
scounts           327 ompi/mca/coll/hcoll/coll_hcoll_ops.c int mca_coll_hcoll_alltoallv(const void *sbuf, const int *scounts, const int *sdisps,
scounts           345 ompi/mca/coll/hcoll/coll_hcoll_ops.c         rc = hcoll_module->previous_alltoallv(sbuf, scounts, sdisps, sdtype,
scounts           350 ompi/mca/coll/hcoll/coll_hcoll_ops.c     rc = hcoll_collectives.coll_alltoallv((void *)sbuf, (int *)scounts, (int *)sdisps, stype,
scounts           355 ompi/mca/coll/hcoll/coll_hcoll_ops.c         rc = hcoll_module->previous_alltoallv(sbuf, scounts, sdisps, sdtype,
scounts           400 ompi/mca/coll/hcoll/coll_hcoll_ops.c int mca_coll_hcoll_scatterv(const void* sbuf, const int *scounts, const int *displs,
scounts           422 ompi/mca/coll/hcoll/coll_hcoll_ops.c         rc = hcoll_module->previous_scatterv(sbuf, scounts, displs, sdtype,
scounts           427 ompi/mca/coll/hcoll/coll_hcoll_ops.c     rc = hcoll_collectives.coll_scatterv((void *)sbuf, (int *)scounts, (int *)displs, stype, rbuf, rcount, rtype, root, hcoll_module->hcoll_context);
scounts           430 ompi/mca/coll/hcoll/coll_hcoll_ops.c         rc = hcoll_module->previous_scatterv(sbuf, scounts, displs, sdtype,
scounts           727 ompi/mca/coll/hcoll/coll_hcoll_ops.c int mca_coll_hcoll_ialltoallv(const void *sbuf, int *scounts, int *sdisps,
scounts           746 ompi/mca/coll/hcoll/coll_hcoll_ops.c         rc = hcoll_module->previous_ialltoallv(sbuf, scounts, sdisps, sdtype,
scounts           751 ompi/mca/coll/hcoll/coll_hcoll_ops.c     rc = hcoll_collectives.coll_ialltoallv((void *)sbuf, (int *)scounts, (int *)sdisps, stype,
scounts           756 ompi/mca/coll/hcoll/coll_hcoll_ops.c         rc = hcoll_module->previous_ialltoallv(sbuf, scounts, sdisps, sdtype,
scounts           103 ompi/mca/coll/inter/coll_inter.h int mca_coll_inter_scatterv_inter(const void *sbuf, const int *scounts, const int *disps,
scounts            41 ompi/mca/coll/inter/coll_inter_scatterv.c mca_coll_inter_scatterv_inter(const void *sbuf, const int *scounts,
scounts           118 ompi/mca/coll/inter/coll_inter_scatterv.c 	err = MCA_PML_CALL(send(scounts, size, MPI_INT, 0,
scounts           125 ompi/mca/coll/inter/coll_inter_scatterv.c 	ompi_datatype_create_indexed(size,scounts,disps,sdtype,&ndtype);
scounts           181 ompi/mca/coll/libnbc/coll_libnbc.h int ompi_coll_libnbc_ialltoallw(const void *sbuf, const int *scounts, const int *sdisps, struct ompi_datatype_t * const *sdtypes,
scounts           239 ompi/mca/coll/libnbc/coll_libnbc.h int ompi_coll_libnbc_ialltoallw_inter(const void *sbuf, const int *scounts, const int *sdisps, struct ompi_datatype_t * const *sdtypes,
scounts           285 ompi/mca/coll/libnbc/coll_libnbc.h int ompi_coll_libnbc_ineighbor_alltoallv(const void *sbuf, const int *scounts, const int *sdispls, MPI_Datatype stype,
scounts           289 ompi/mca/coll/libnbc/coll_libnbc.h int ompi_coll_libnbc_ineighbor_alltoallw(const void *sbuf, const int *scounts, const MPI_Aint *sdisps, struct ompi_datatype_t * const *stypes,
scounts           310 ompi/mca/coll/libnbc/coll_libnbc.h int ompi_coll_libnbc_alltoallw_init(const void *sbuf, const int *scounts, const int *sdisps, struct ompi_datatype_t * const *sdtypes,
scounts           366 ompi/mca/coll/libnbc/coll_libnbc.h int ompi_coll_libnbc_alltoallw_inter_init(const void *sbuf, const int *scounts, const int *sdisps, struct ompi_datatype_t * const *sdtypes,
scounts           411 ompi/mca/coll/libnbc/coll_libnbc.h int ompi_coll_libnbc_neighbor_alltoallv_init(const void *sbuf, const int *scounts, const int *sdispls, MPI_Datatype stype,
scounts           415 ompi/mca/coll/libnbc/coll_libnbc.h int ompi_coll_libnbc_neighbor_alltoallw_init(const void *sbuf, const int *scounts, const MPI_Aint *sdisps, struct ompi_datatype_t * const *stypes,
scounts            47 ompi/mca/coll/libnbc/nbc_ineighbor_alltoallv.c static int nbc_neighbor_alltoallv_init(const void *sbuf, const int *scounts, const int *sdispls, MPI_Datatype stype,
scounts           113 ompi/mca/coll/libnbc/nbc_ineighbor_alltoallv.c         res = NBC_Sched_send ((char *) sbuf + sdispls[i] * sndext, false, scounts[i], stype, dsts[i], schedule, false);
scounts           174 ompi/mca/coll/libnbc/nbc_ineighbor_alltoallv.c int ompi_coll_libnbc_ineighbor_alltoallv(const void *sbuf, const int *scounts, const int *sdispls, MPI_Datatype stype,
scounts           178 ompi/mca/coll/libnbc/nbc_ineighbor_alltoallv.c     int res = nbc_neighbor_alltoallv_init(sbuf, scounts, sdispls, stype, rbuf, rcounts, rdispls, rtype,
scounts           193 ompi/mca/coll/libnbc/nbc_ineighbor_alltoallv.c int ompi_coll_libnbc_neighbor_alltoallv_init(const void *sbuf, const int *scounts, const int *sdispls, MPI_Datatype stype,
scounts           197 ompi/mca/coll/libnbc/nbc_ineighbor_alltoallv.c     int res = nbc_neighbor_alltoallv_init(sbuf, scounts, sdispls, stype, rbuf, rcounts, rdispls, rtype,
scounts            46 ompi/mca/coll/libnbc/nbc_ineighbor_alltoallw.c static int nbc_neighbor_alltoallw_init(const void *sbuf, const int *scounts, const MPI_Aint *sdisps, struct ompi_datatype_t * const *stypes,
scounts            99 ompi/mca/coll/libnbc/nbc_ineighbor_alltoallw.c         res = NBC_Sched_send ((char *) sbuf + sdisps[i], false, scounts[i], stypes[i], dsts[i], schedule, false);
scounts           159 ompi/mca/coll/libnbc/nbc_ineighbor_alltoallw.c int ompi_coll_libnbc_ineighbor_alltoallw(const void *sbuf, const int *scounts, const MPI_Aint *sdisps, struct ompi_datatype_t * const *stypes,
scounts           163 ompi/mca/coll/libnbc/nbc_ineighbor_alltoallw.c     int res = nbc_neighbor_alltoallw_init(sbuf, scounts, sdisps, stypes, rbuf, rcounts, rdisps, rtypes,
scounts           178 ompi/mca/coll/libnbc/nbc_ineighbor_alltoallw.c int ompi_coll_libnbc_neighbor_alltoallw_init(const void *sbuf, const int *scounts, const MPI_Aint *sdisps, struct ompi_datatype_t * const *stypes,
scounts           182 ompi/mca/coll/libnbc/nbc_ineighbor_alltoallw.c     int res = nbc_neighbor_alltoallw_init(sbuf, scounts, sdisps, stypes, rbuf, rcounts, rdisps, rtypes,
scounts            77 ompi/mca/coll/monitoring/coll_monitoring.h extern int mca_coll_monitoring_alltoallv(const void *sbuf, const int *scounts,
scounts            86 ompi/mca/coll/monitoring/coll_monitoring.h extern int mca_coll_monitoring_alltoallw(const void *sbuf, const int *scounts,
scounts           159 ompi/mca/coll/monitoring/coll_monitoring.h extern int mca_coll_monitoring_scatterv(const void *sbuf, const int *scounts, const int *disps,
scounts           200 ompi/mca/coll/monitoring/coll_monitoring.h extern int mca_coll_monitoring_ialltoallv(const void *sbuf, const int *scounts,
scounts           210 ompi/mca/coll/monitoring/coll_monitoring.h extern int mca_coll_monitoring_ialltoallw(const void *sbuf, const int *scounts,
scounts           294 ompi/mca/coll/monitoring/coll_monitoring.h extern int mca_coll_monitoring_iscatterv(const void *sbuf, const int *scounts, const int *disps,
scounts           324 ompi/mca/coll/monitoring/coll_monitoring.h extern int mca_coll_monitoring_neighbor_alltoallv(const void *sbuf, const int *scounts,
scounts           333 ompi/mca/coll/monitoring/coll_monitoring.h extern int mca_coll_monitoring_neighbor_alltoallw(const void *sbuf, const int *scounts,
scounts           365 ompi/mca/coll/monitoring/coll_monitoring.h extern int mca_coll_monitoring_ineighbor_alltoallv(const void *sbuf, const int *scounts,
scounts           375 ompi/mca/coll/monitoring/coll_monitoring.h extern int mca_coll_monitoring_ineighbor_alltoallw(const void *sbuf, const int *scounts,
scounts            16 ompi/mca/coll/monitoring/coll_monitoring_alltoallv.c int mca_coll_monitoring_alltoallv(const void *sbuf, const int *scounts, const int *sdisps,
scounts            31 ompi/mca/coll/monitoring/coll_monitoring_alltoallv.c         data_size = scounts[i] * type_size;
scounts            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);
scounts            45 ompi/mca/coll/monitoring/coll_monitoring_alltoallv.c int mca_coll_monitoring_ialltoallv(const void *sbuf, const int *scounts,
scounts            63 ompi/mca/coll/monitoring/coll_monitoring_alltoallv.c         data_size = scounts[i] * type_size;
scounts            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);
scounts            16 ompi/mca/coll/monitoring/coll_monitoring_alltoallw.c int mca_coll_monitoring_alltoallw(const void *sbuf, const int *scounts,
scounts            33 ompi/mca/coll/monitoring/coll_monitoring_alltoallw.c         data_size = scounts[i] * type_size;
scounts            44 ompi/mca/coll/monitoring/coll_monitoring_alltoallw.c     return monitoring_module->real.coll_alltoallw(sbuf, scounts, sdisps, sdtypes, rbuf, rcounts, rdisps, rdtypes, comm, monitoring_module->real.coll_alltoallw_module);
scounts            47 ompi/mca/coll/monitoring/coll_monitoring_alltoallw.c int mca_coll_monitoring_ialltoallw(const void *sbuf, const int *scounts,
scounts            65 ompi/mca/coll/monitoring/coll_monitoring_alltoallw.c         data_size = scounts[i] * type_size;
scounts            76 ompi/mca/coll/monitoring/coll_monitoring_alltoallw.c     return monitoring_module->real.coll_ialltoallw(sbuf, scounts, sdisps, sdtypes, rbuf, rcounts, rdisps, rdtypes, comm, request, monitoring_module->real.coll_ialltoallw_module);
scounts            17 ompi/mca/coll/monitoring/coll_monitoring_neighbor_alltoallv.c int mca_coll_monitoring_neighbor_alltoallv(const void *sbuf, const int *scounts,
scounts            42 ompi/mca/coll/monitoring/coll_monitoring_neighbor_alltoallv.c             data_size = scounts[i] * type_size;
scounts            55 ompi/mca/coll/monitoring/coll_monitoring_neighbor_alltoallv.c             data_size = scounts[i] * type_size;
scounts            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);
scounts            73 ompi/mca/coll/monitoring/coll_monitoring_neighbor_alltoallv.c int mca_coll_monitoring_ineighbor_alltoallv(const void *sbuf, const int *scounts,
scounts           101 ompi/mca/coll/monitoring/coll_monitoring_neighbor_alltoallv.c             data_size = scounts[i] * type_size;
scounts           114 ompi/mca/coll/monitoring/coll_monitoring_neighbor_alltoallv.c             data_size = scounts[i] * type_size;
scounts           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);
scounts            17 ompi/mca/coll/monitoring/coll_monitoring_neighbor_alltoallw.c int mca_coll_monitoring_neighbor_alltoallw(const void *sbuf, const int *scounts,
scounts            43 ompi/mca/coll/monitoring/coll_monitoring_neighbor_alltoallw.c             data_size = scounts[i] * type_size;
scounts            57 ompi/mca/coll/monitoring/coll_monitoring_neighbor_alltoallw.c             data_size = scounts[i] * type_size;
scounts            72 ompi/mca/coll/monitoring/coll_monitoring_neighbor_alltoallw.c     return monitoring_module->real.coll_neighbor_alltoallw(sbuf, scounts, sdisps, sdtypes, rbuf, rcounts, rdisps, rdtypes, comm, monitoring_module->real.coll_neighbor_alltoallw_module);
scounts            75 ompi/mca/coll/monitoring/coll_monitoring_neighbor_alltoallw.c int mca_coll_monitoring_ineighbor_alltoallw(const void *sbuf, const int *scounts,
scounts           102 ompi/mca/coll/monitoring/coll_monitoring_neighbor_alltoallw.c             data_size = scounts[i] * type_size;
scounts           116 ompi/mca/coll/monitoring/coll_monitoring_neighbor_alltoallw.c             data_size = scounts[i] * type_size;
scounts           131 ompi/mca/coll/monitoring/coll_monitoring_neighbor_alltoallw.c     return monitoring_module->real.coll_ineighbor_alltoallw(sbuf, scounts, sdisps, sdtypes, rbuf, rcounts, rdisps, rdtypes, comm, request, monitoring_module->real.coll_ineighbor_alltoallw_module);
scounts            16 ompi/mca/coll/monitoring/coll_monitoring_scatterv.c int mca_coll_monitoring_scatterv(const void *sbuf, const int *scounts, const int *disps,
scounts            30 ompi/mca/coll/monitoring/coll_monitoring_scatterv.c             data_size = scounts[i] * type_size;
scounts            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);
scounts            45 ompi/mca/coll/monitoring/coll_monitoring_scatterv.c int mca_coll_monitoring_iscatterv(const void *sbuf, const int *scounts, const int *disps,
scounts            60 ompi/mca/coll/monitoring/coll_monitoring_scatterv.c             data_size = scounts[i] * type_size;
scounts            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);
scounts            79 ompi/mca/coll/self/coll_self.h int mca_coll_self_alltoallv_intra(const void *sbuf, const int *scounts, const int *sdisps,
scounts            85 ompi/mca/coll/self/coll_self.h int mca_coll_self_alltoallw_intra(const void *sbuf, const int *scounts, const int *sdisps,
scounts           136 ompi/mca/coll/self/coll_self.h int mca_coll_self_scatterv_intra(const void *sbuf, const int *scounts, const int *disps,
scounts            37 ompi/mca/coll/self/coll_self_alltoallv.c mca_coll_self_alltoallv_intra(const void *sbuf, const int *scounts, const int *sdisps,
scounts            60 ompi/mca/coll/self/coll_self_alltoallv.c                            scounts[0], sdtype,
scounts            36 ompi/mca/coll/self/coll_self_alltoallw.c int mca_coll_self_alltoallw_intra(const void *sbuf, const int *scounts, const int *sdisps,
scounts            60 ompi/mca/coll/self/coll_self_alltoallw.c                            scounts[0], sdtypes[0],
scounts            35 ompi/mca/coll/self/coll_self_scatterv.c int mca_coll_self_scatterv_intra(const void *sbuf, const int *scounts,
scounts            51 ompi/mca/coll/self/coll_self_scatterv.c         return ompi_datatype_sndrcv(((char *) sbuf) + disps[0]*extent, scounts[0],
scounts           244 ompi/mca/coll/sm/coll_sm.h     int mca_coll_sm_alltoallv_intra(const void *sbuf, const int *scounts, const int *sdisps,
scounts           250 ompi/mca/coll/sm/coll_sm.h     int mca_coll_sm_alltoallw_intra(const void *sbuf, const int *scounts, const int *sdisps,
scounts           312 ompi/mca/coll/sm/coll_sm.h     int mca_coll_sm_scatterv_intra(const void *sbuf, const int *scounts, const int *disps,
scounts            34 ompi/mca/coll/sm/coll_sm_alltoallv.c int mca_coll_sm_alltoallv_intra(const void *sbuf, const int *scounts, const int *sdisps,
scounts            34 ompi/mca/coll/sm/coll_sm_alltoallw.c int mca_coll_sm_alltoallw_intra(const void *sbuf, const int *scounts, const int *sdisps,
scounts            34 ompi/mca/coll/sm/coll_sm_scatterv.c int mca_coll_sm_scatterv_intra(const void *sbuf, const int *scounts,
scounts           108 ompi/mca/coll/sync/coll_sync.h int mca_coll_sync_scatterv(const void *sbuf, const int *scounts, const int *disps,
scounts            32 ompi/mca/coll/sync/coll_sync_scatterv.c int mca_coll_sync_scatterv(const void *sbuf, const int *scounts,
scounts            42 ompi/mca/coll/sync/coll_sync_scatterv.c         return s->c_coll.coll_scatterv(sbuf, scounts, disps, sdtype,
scounts            46 ompi/mca/coll/sync/coll_sync_scatterv.c     COLL_SYNC(s, s->c_coll.coll_scatterv(sbuf, scounts, disps, sdtype,
scounts            90 ompi/mca/coll/tuned/coll_tuned_alltoallv_decision.c int ompi_coll_tuned_alltoallv_intra_do_this(const void *sbuf, const int *scounts, const int *sdisps,
scounts           104 ompi/mca/coll/tuned/coll_tuned_alltoallv_decision.c         return ompi_coll_tuned_alltoallv_intra_dec_fixed(sbuf, scounts, sdisps, sdtype,
scounts           108 ompi/mca/coll/tuned/coll_tuned_alltoallv_decision.c         return ompi_coll_base_alltoallv_intra_basic_linear(sbuf, scounts, sdisps, sdtype,
scounts           112 ompi/mca/coll/tuned/coll_tuned_alltoallv_decision.c         return ompi_coll_base_alltoallv_intra_pairwise(sbuf, scounts, sdisps, sdtype,
scounts           155 ompi/mca/coll/tuned/coll_tuned_decision_dynamic.c int ompi_coll_tuned_alltoallv_intra_dec_dynamic(const void *sbuf, const int *scounts, const int *sdisps,
scounts           180 ompi/mca/coll/tuned/coll_tuned_decision_dynamic.c             return ompi_coll_tuned_alltoallv_intra_do_this (sbuf, scounts, sdisps, sdtype,
scounts           188 ompi/mca/coll/tuned/coll_tuned_decision_dynamic.c         return ompi_coll_tuned_alltoallv_intra_do_this(sbuf, scounts, sdisps, sdtype,
scounts           193 ompi/mca/coll/tuned/coll_tuned_decision_dynamic.c     return ompi_coll_tuned_alltoallv_intra_dec_fixed(sbuf, scounts, sdisps, sdtype,
scounts           170 ompi/mca/coll/tuned/coll_tuned_decision_fixed.c int ompi_coll_tuned_alltoallv_intra_dec_fixed(const void *sbuf, const int *scounts, const int *sdisps,
scounts           178 ompi/mca/coll/tuned/coll_tuned_decision_fixed.c     return ompi_coll_base_alltoallv_intra_pairwise(sbuf, scounts, sdisps, sdtype,
scounts           211 ompi/mca/fcoll/base/fcoll_base_coll_array.c                                     int *scounts,
scounts           260 ompi/mca/fcoll/base/fcoll_base_coll_array.c                 (0 < scounts[i]) &&
scounts           263 ompi/mca/fcoll/base/fcoll_base_coll_array.c                                             scounts[i],
scounts           273 ompi/mca/fcoll/base/fcoll_base_coll_array.c             if (scounts[i] > 0) {
scounts           275 ompi/mca/fcoll/base/fcoll_base_coll_array.c                                          scounts[i],
scounts            57 ompi/mca/fcoll/base/fcoll_base_coll_array.h                                                   int *scounts,
scounts           664 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_aggrs.c     int *scounts, *sdispls, *rcounts, *rdispls;
scounts           691 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_aggrs.c     scounts = ADIOI_Malloc(nprocs*sizeof(int));
scounts           741 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_aggrs.c 	scounts[i] = count_my_req_per_proc[i];
scounts           743 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_aggrs.c         scount_total += scounts[i];
scounts           763 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_aggrs.c             scounts[i] * sizeof(ADIO_Offset));
scounts           768 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_aggrs.c 		  scounts, sdispls, ADIO_OFFSET,
scounts           787 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_aggrs.c             scounts[i] * sizeof(ADIO_Offset));
scounts           792 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_aggrs.c 		  scounts, sdispls, ADIO_OFFSET,
scounts           807 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_aggrs.c     ADIOI_Free (scounts);
scounts            94 test/datatype/large_data.c     int scounts[2] = {per_process, per_process};
scounts           110 test/datatype/large_data.c     ompi_datatype_create_indexed(2, scounts, sdispls, ddt, &stype);