sendcounts         74 ompi/mca/coll/base/coll_base_functions.h #define ALLTOALLV_BASE_ARGS           const void *sendbuf, const int sendcounts[], const int sdispls[], struct ompi_datatype_t *sendtype, void *recvbuf, const int recvcounts[], const int rdispls[], struct ompi_datatype_t *recvtype, struct ompi_communicator_t *comm
sendcounts         75 ompi/mca/coll/base/coll_base_functions.h #define ALLTOALLW_BASE_ARGS           const void *sendbuf, const int sendcounts[], const int sdispls[], struct ompi_datatype_t * const sendtypes[], void *recvbuf, const int recvcounts[], const int rdispls[], struct ompi_datatype_t * const recvtypes[], struct ompi_communicator_t *comm
sendcounts         86 ompi/mca/coll/base/coll_base_functions.h #define SCATTERV_BASE_ARGS            const void *sendbuf, const int sendcounts[], const int displs[], struct ompi_datatype_t *sendtype, void *recvbuf, int recvcount, struct ompi_datatype_t *recvtype, int root, struct ompi_communicator_t *comm
sendcounts         90 ompi/mca/coll/base/coll_base_functions.h #define NEIGHBOR_ALLTOALLV_BASE_ARGS  const void *sendbuf, const int sendcounts[], const int sdispls[], struct ompi_datatype_t *sendtype, void *recvbuf, const int recvcounts[], const int rdispls[], struct ompi_datatype_t *recvtype, struct ompi_communicator_t *comm
sendcounts         91 ompi/mca/coll/base/coll_base_functions.h #define NEIGHBOR_ALLTOALLW_BASE_ARGS  const void *sendbuf, const int sendcounts[], const MPI_Aint sdispls[], struct ompi_datatype_t * const sendtypes[], void *recvbuf, const int recvcounts[], const MPI_Aint rdispls[], struct ompi_datatype_t * const recvtypes[], struct ompi_communicator_t *comm
sendcounts        166 ompi/mca/coll/base/coll_base_functions.h #define ALLTOALLV_BASE_ARG_NAMES           sendbuf, sendcounts, sdispls, sendtype, recvbuf, recvcounts, rdispls, recvtype, comm
sendcounts        167 ompi/mca/coll/base/coll_base_functions.h #define ALLTOALLW_BASE_ARG_NAMES           sendbuf, sendcounts, sdispls, sendtypes, recvbuf, recvcounts, rdispls, recvtypes, comm
sendcounts        178 ompi/mca/coll/base/coll_base_functions.h #define SCATTERV_BASE_ARG_NAMES            sendbuf, sendcounts, displs, sendtype, recvbuf, recvcount, recvtype, root, comm
sendcounts        182 ompi/mca/coll/base/coll_base_functions.h #define NEIGHBOR_ALLTOALLV_BASE_ARG_NAMES  sendbuf, sendcounts, sdispls, sendtype, recvbuf, recvcounts, rdispls, recvtype, comm
sendcounts        183 ompi/mca/coll/base/coll_base_functions.h #define NEIGHBOR_ALLTOALLW_BASE_ARG_NAMES  sendbuf, sendcounts, sdispls, sendtypes, recvbuf, recvcounts, rdispls, recvtypes, comm
sendcounts        177 ompi/mca/coll/libnbc/coll_libnbc.h int ompi_coll_libnbc_ialltoallv(const void* sendbuf, const int *sendcounts, const int *sdispls,
sendcounts        217 ompi/mca/coll/libnbc/coll_libnbc.h int ompi_coll_libnbc_iscatterv(const void* sendbuf, const int *sendcounts, const int *displs, MPI_Datatype sendtype,
sendcounts        235 ompi/mca/coll/libnbc/coll_libnbc.h int ompi_coll_libnbc_ialltoallv_inter(const void* sendbuf, const int *sendcounts, const int *sdispls,
sendcounts        269 ompi/mca/coll/libnbc/coll_libnbc.h int ompi_coll_libnbc_iscatterv_inter(const void* sendbuf, const int *sendcounts, const int *displs, MPI_Datatype sendtype,
sendcounts        306 ompi/mca/coll/libnbc/coll_libnbc.h int ompi_coll_libnbc_alltoallv_init(const void* sendbuf, const int *sendcounts, const int *sdispls,
sendcounts        345 ompi/mca/coll/libnbc/coll_libnbc.h int ompi_coll_libnbc_scatterv_init(const void* sendbuf, const int *sendcounts, const int *displs, MPI_Datatype sendtype,
sendcounts        362 ompi/mca/coll/libnbc/coll_libnbc.h int ompi_coll_libnbc_alltoallv_inter_init(const void* sendbuf, const int *sendcounts, const int *sdispls,
sendcounts        396 ompi/mca/coll/libnbc/coll_libnbc.h int ompi_coll_libnbc_scatterv_inter_init(const void* sendbuf, const int *sendcounts, const int *displs, MPI_Datatype sendtype,
sendcounts         24 ompi/mca/coll/libnbc/nbc_ialltoallv.c                                     const void *sendbuf, const int *sendcounts,
sendcounts         30 ompi/mca/coll/libnbc/nbc_ialltoallv.c                                       const void *sendbuf, const int *sendcounts, const int *sdispls,
sendcounts         44 ompi/mca/coll/libnbc/nbc_ialltoallv.c static int nbc_alltoallv_init(const void* sendbuf, const int *sendcounts, const int *sdispls,
sendcounts         84 ompi/mca/coll/libnbc/nbc_ialltoallv.c     sendcounts = recvcounts;
sendcounts        101 ompi/mca/coll/libnbc/nbc_ialltoallv.c   if (!inplace && sendcounts[rank] != 0) {
sendcounts        104 ompi/mca/coll/libnbc/nbc_ialltoallv.c     res = NBC_Sched_copy (sbuf, false, sendcounts[rank], sendtype,
sendcounts        117 ompi/mca/coll/libnbc/nbc_ialltoallv.c                             sendbuf, sendcounts, sdispls, sndext, sendtype,
sendcounts        143 ompi/mca/coll/libnbc/nbc_ialltoallv.c int ompi_coll_libnbc_ialltoallv(const void* sendbuf, const int *sendcounts, const int *sdispls,
sendcounts        147 ompi/mca/coll/libnbc/nbc_ialltoallv.c     int res = nbc_alltoallv_init(sendbuf, sendcounts, sdispls, sendtype,
sendcounts        165 ompi/mca/coll/libnbc/nbc_ialltoallv.c static int nbc_alltoallv_inter_init (const void* sendbuf, const int *sendcounts, const int *sdispls,
sendcounts        197 ompi/mca/coll/libnbc/nbc_ialltoallv.c     if (sendcounts[i] != 0) {
sendcounts        199 ompi/mca/coll/libnbc/nbc_ialltoallv.c       res = NBC_Sched_send (sbuf, false, sendcounts[i], sendtype, i, schedule, false);
sendcounts        231 ompi/mca/coll/libnbc/nbc_ialltoallv.c int ompi_coll_libnbc_ialltoallv_inter (const void* sendbuf, const int *sendcounts, const int *sdispls,
sendcounts        235 ompi/mca/coll/libnbc/nbc_ialltoallv.c     int res = nbc_alltoallv_inter_init(sendbuf, sendcounts, sdispls, sendtype,
sendcounts        254 ompi/mca/coll/libnbc/nbc_ialltoallv.c                                     const void *sendbuf, const int *sendcounts, const int *sdispls,
sendcounts        266 ompi/mca/coll/libnbc/nbc_ialltoallv.c     if (sendcounts[i] != 0) {
sendcounts        268 ompi/mca/coll/libnbc/nbc_ialltoallv.c       res = NBC_Sched_send(sbuf, false, sendcounts[i], sendtype, i, schedule, false);
sendcounts        289 ompi/mca/coll/libnbc/nbc_ialltoallv.c                                       const void *sendbuf, const int *sendcounts, const int *sdispls,
sendcounts        300 ompi/mca/coll/libnbc/nbc_ialltoallv.c     if (sendcounts[sndpeer] != 0) {
sendcounts        302 ompi/mca/coll/libnbc/nbc_ialltoallv.c       res = NBC_Sched_send(sbuf, false, sendcounts[sndpeer], sendtype, sndpeer, schedule, false);
sendcounts        391 ompi/mca/coll/libnbc/nbc_ialltoallv.c int ompi_coll_libnbc_alltoallv_init(const void* sendbuf, const int *sendcounts, const int *sdispls,
sendcounts        395 ompi/mca/coll/libnbc/nbc_ialltoallv.c     int res = nbc_alltoallv_init(sendbuf, sendcounts, sdispls, sendtype, recvbuf, recvcounts, rdispls, recvtype,
sendcounts        404 ompi/mca/coll/libnbc/nbc_ialltoallv.c int ompi_coll_libnbc_alltoallv_inter_init(const void* sendbuf, const int *sendcounts, const int *sdispls,
sendcounts        408 ompi/mca/coll/libnbc/nbc_ialltoallv.c     int res = nbc_alltoallv_inter_init(sendbuf, sendcounts, sdispls, sendtype, recvbuf, recvcounts, rdispls, recvtype,
sendcounts         24 ompi/mca/coll/libnbc/nbc_ialltoallw.c                                     const void *sendbuf, const int *sendcounts, const int *sdispls,
sendcounts         30 ompi/mca/coll/libnbc/nbc_ialltoallw.c                                       const void *sendbuf, const int *sendcounts, const int *sdispls,
sendcounts         44 ompi/mca/coll/libnbc/nbc_ialltoallw.c static int nbc_alltoallw_init(const void* sendbuf, const int *sendcounts, const int *sdispls,
sendcounts         77 ompi/mca/coll/libnbc/nbc_ialltoallw.c     sendcounts = recvcounts;
sendcounts         88 ompi/mca/coll/libnbc/nbc_ialltoallw.c   if (!inplace && sendcounts[rank] != 0) {
sendcounts         91 ompi/mca/coll/libnbc/nbc_ialltoallw.c     res = NBC_Sched_copy(sbuf, false, sendcounts[rank], sendtypes[rank],
sendcounts        103 ompi/mca/coll/libnbc/nbc_ialltoallw.c                             sendbuf, sendcounts, sdispls, sendtypes,
sendcounts        129 ompi/mca/coll/libnbc/nbc_ialltoallw.c int ompi_coll_libnbc_ialltoallw(const void* sendbuf, const int *sendcounts, const int *sdispls,
sendcounts        133 ompi/mca/coll/libnbc/nbc_ialltoallw.c     int res = nbc_alltoallw_init(sendbuf, sendcounts, sdispls, sendtypes,
sendcounts        151 ompi/mca/coll/libnbc/nbc_ialltoallw.c static int nbc_alltoallw_inter_init (const void* sendbuf, const int *sendcounts, const int *sdispls,
sendcounts        170 ompi/mca/coll/libnbc/nbc_ialltoallw.c     if (sendcounts[i] != 0) {
sendcounts        172 ompi/mca/coll/libnbc/nbc_ialltoallw.c       res = NBC_Sched_send (sbuf, false, sendcounts[i], sendtypes[i], i, schedule, false);
sendcounts        204 ompi/mca/coll/libnbc/nbc_ialltoallw.c int ompi_coll_libnbc_ialltoallw_inter(const void* sendbuf, const int *sendcounts, const int *sdispls,
sendcounts        208 ompi/mca/coll/libnbc/nbc_ialltoallw.c     int res = nbc_alltoallw_inter_init(sendbuf, sendcounts, sdispls, sendtypes,
sendcounts        226 ompi/mca/coll/libnbc/nbc_ialltoallw.c                                     const void *sendbuf, const int *sendcounts, const int *sdispls,
sendcounts        239 ompi/mca/coll/libnbc/nbc_ialltoallw.c     span = opal_datatype_span(&sendtypes[i]->super, sendcounts[i], &gap);
sendcounts        242 ompi/mca/coll/libnbc/nbc_ialltoallw.c       res = NBC_Sched_send (sbuf, false, sendcounts[i], sendtypes[i], i, schedule, false);
sendcounts        263 ompi/mca/coll/libnbc/nbc_ialltoallw.c                                       const void *sendbuf, const int *sendcounts, const int *sdispls,
sendcounts        274 ompi/mca/coll/libnbc/nbc_ialltoallw.c     if (sendcounts[sndpeer] != 0) {
sendcounts        276 ompi/mca/coll/libnbc/nbc_ialltoallw.c       res = NBC_Sched_send (sbuf, false, sendcounts[sndpeer], sendtypes[sndpeer], sndpeer, schedule, false);
sendcounts        365 ompi/mca/coll/libnbc/nbc_ialltoallw.c int ompi_coll_libnbc_alltoallw_init(const void* sendbuf, const int *sendcounts, const int *sdispls,
sendcounts        369 ompi/mca/coll/libnbc/nbc_ialltoallw.c     int res = nbc_alltoallw_init(sendbuf, sendcounts, sdispls, sendtypes, recvbuf, recvcounts, rdispls, recvtypes,
sendcounts        378 ompi/mca/coll/libnbc/nbc_ialltoallw.c int ompi_coll_libnbc_alltoallw_inter_init(const void* sendbuf, const int *sendcounts, const int *sdispls,
sendcounts        382 ompi/mca/coll/libnbc/nbc_ialltoallw.c     int res = nbc_alltoallw_inter_init(sendbuf, sendcounts, sdispls, sendtypes, recvbuf, recvcounts, rdispls, recvtypes,
sendcounts         31 ompi/mca/coll/libnbc/nbc_iscatterv.c static int nbc_scatterv_init(const void* sendbuf, const int *sendcounts, const int *displs, MPI_Datatype sendtype,
sendcounts         67 ompi/mca/coll/libnbc/nbc_iscatterv.c           res = NBC_Sched_copy (sbuf, false, sendcounts[i], sendtype,
sendcounts         74 ompi/mca/coll/libnbc/nbc_iscatterv.c         res = NBC_Sched_send (sbuf, false, sendcounts[i], sendtype, i, schedule, false);
sendcounts        106 ompi/mca/coll/libnbc/nbc_iscatterv.c int ompi_coll_libnbc_iscatterv(const void* sendbuf, const int *sendcounts, const int *displs, MPI_Datatype sendtype,
sendcounts        110 ompi/mca/coll/libnbc/nbc_iscatterv.c     int res = nbc_scatterv_init(sendbuf, sendcounts, displs, sendtype, recvbuf, recvcount, recvtype, root,
sendcounts        125 ompi/mca/coll/libnbc/nbc_iscatterv.c static int nbc_scatterv_inter_init (const void* sendbuf, const int *sendcounts, const int *displs, MPI_Datatype sendtype,
sendcounts        161 ompi/mca/coll/libnbc/nbc_iscatterv.c             res = NBC_Sched_send (sbuf, false, sendcounts[i], sendtype, i, schedule, false);
sendcounts        184 ompi/mca/coll/libnbc/nbc_iscatterv.c int ompi_coll_libnbc_iscatterv_inter(const void* sendbuf, const int *sendcounts, const int *displs, MPI_Datatype sendtype,
sendcounts        188 ompi/mca/coll/libnbc/nbc_iscatterv.c     int res = nbc_scatterv_inter_init(sendbuf, sendcounts, displs, sendtype, recvbuf, recvcount, recvtype, root,
sendcounts        203 ompi/mca/coll/libnbc/nbc_iscatterv.c int ompi_coll_libnbc_scatterv_init(const void* sendbuf, const int *sendcounts, const int *displs, MPI_Datatype sendtype,
sendcounts        207 ompi/mca/coll/libnbc/nbc_iscatterv.c     int res = nbc_scatterv_init(sendbuf, sendcounts, displs, sendtype, recvbuf, recvcount, recvtype, root,
sendcounts        216 ompi/mca/coll/libnbc/nbc_iscatterv.c int ompi_coll_libnbc_scatterv_inter_init(const void* sendbuf, const int *sendcounts, const int *displs, MPI_Datatype sendtype,
sendcounts        220 ompi/mca/coll/libnbc/nbc_iscatterv.c     int res = nbc_scatterv_inter_init(sendbuf, sendcounts, displs, sendtype, recvbuf, recvcount, recvtype, root,
sendcounts         46 ompi/mpi/c/alltoallv.c int MPI_Alltoallv(const void *sendbuf, const int sendcounts[],
sendcounts         74 ompi/mpi/c/alltoallv.c                                 sendcounts[i], sendtype);
sendcounts         95 ompi/mpi/c/alltoallv.c             sendcounts = recvcounts;
sendcounts        100 ompi/mpi/c/alltoallv.c         if ((NULL == sendcounts) || (NULL == sdispls) ||
sendcounts        109 ompi/mpi/c/alltoallv.c             OMPI_CHECK_DATATYPE_FOR_SEND(err, sendtype, sendcounts[i]);
sendcounts        120 ompi/mpi/c/alltoallv.c             if ((sendtype_size*sendcounts[me]) != (recvtype_size*recvcounts[me])) {
sendcounts        129 ompi/mpi/c/alltoallv.c     err = comm->c_coll->coll_alltoallv(sendbuf, sendcounts, sdispls, sendtype,
sendcounts         46 ompi/mpi/c/alltoallw.c int MPI_Alltoallw(const void *sendbuf, const int sendcounts[],
sendcounts         68 ompi/mpi/c/alltoallw.c                                 sendcounts[i], sendtypes[i]);
sendcounts         90 ompi/mpi/c/alltoallw.c             sendcounts = recvcounts;
sendcounts         95 ompi/mpi/c/alltoallw.c         if ((NULL == sendcounts) || (NULL == sdispls) || (NULL == sendtypes) ||
sendcounts        104 ompi/mpi/c/alltoallw.c             OMPI_CHECK_DATATYPE_FOR_SEND(err, sendtypes[i], sendcounts[i]);
sendcounts        115 ompi/mpi/c/alltoallw.c             if ((sendtype_size*sendcounts[me]) != (recvtype_size*recvcounts[me])) {
sendcounts        124 ompi/mpi/c/alltoallw.c     err = comm->c_coll->coll_alltoallw(sendbuf, sendcounts, sdispls, (ompi_datatype_t **) sendtypes,
sendcounts         46 ompi/mpi/c/ialltoallv.c int MPI_Ialltoallv(const void *sendbuf, const int sendcounts[], const int sdispls[],
sendcounts         75 ompi/mpi/c/ialltoallv.c                                 sendcounts[i], sendtype);
sendcounts         96 ompi/mpi/c/ialltoallv.c             sendcounts = recvcounts;
sendcounts        101 ompi/mpi/c/ialltoallv.c         if ((NULL == sendcounts) || (NULL == sdispls) ||
sendcounts        110 ompi/mpi/c/ialltoallv.c             OMPI_CHECK_DATATYPE_FOR_SEND(err, sendtype, sendcounts[i]);
sendcounts        121 ompi/mpi/c/ialltoallv.c             if ((sendtype_size*sendcounts[me]) != (recvtype_size*recvcounts[me])) {
sendcounts        130 ompi/mpi/c/ialltoallv.c     err = comm->c_coll->coll_ialltoallv(sendbuf, sendcounts, sdispls,
sendcounts         46 ompi/mpi/c/ialltoallw.c int MPI_Ialltoallw(const void *sendbuf, const int sendcounts[], const int sdispls[],
sendcounts         69 ompi/mpi/c/ialltoallw.c                                 sendcounts[i], sendtypes[i]);
sendcounts         92 ompi/mpi/c/ialltoallw.c             sendcounts = recvcounts;
sendcounts         97 ompi/mpi/c/ialltoallw.c         if ((NULL == sendcounts) || (NULL == sdispls) || (NULL == sendtypes) ||
sendcounts        106 ompi/mpi/c/ialltoallw.c             OMPI_CHECK_DATATYPE_FOR_SEND(err, sendtypes[i], sendcounts[i]);
sendcounts        117 ompi/mpi/c/ialltoallw.c             if ((sendtype_size*sendcounts[me]) != (recvtype_size*recvcounts[me])) {
sendcounts        126 ompi/mpi/c/ialltoallw.c     err = comm->c_coll->coll_ialltoallw(sendbuf, sendcounts, sdispls,
sendcounts         49 ompi/mpi/c/ineighbor_alltoallv.c int MPI_Ineighbor_alltoallv(const void *sendbuf, const int sendcounts[], const int sdispls[],
sendcounts         80 ompi/mpi/c/ineighbor_alltoallv.c                                     sendcounts[i], sendtype);
sendcounts        104 ompi/mpi/c/ineighbor_alltoallv.c         } else if ((NULL == sendcounts) || (NULL == sdispls) ||
sendcounts        113 ompi/mpi/c/ineighbor_alltoallv.c             OMPI_CHECK_DATATYPE_FOR_SEND(err, sendtype, sendcounts[i]);
sendcounts        147 ompi/mpi/c/ineighbor_alltoallv.c     err = comm->c_coll->coll_ineighbor_alltoallv(sendbuf, sendcounts, sdispls,
sendcounts         49 ompi/mpi/c/ineighbor_alltoallw.c int MPI_Ineighbor_alltoallw(const void *sendbuf, const int sendcounts[], const MPI_Aint sdispls[],
sendcounts         75 ompi/mpi/c/ineighbor_alltoallw.c                                     sendcounts[i], sendtypes[i]);
sendcounts        104 ompi/mpi/c/ineighbor_alltoallw.c         if ((NULL == sendcounts) || (NULL == sdispls) || (NULL == sendtypes) ||
sendcounts        113 ompi/mpi/c/ineighbor_alltoallw.c             OMPI_CHECK_DATATYPE_FOR_SEND(err, sendtypes[i], sendcounts[i]);
sendcounts        147 ompi/mpi/c/ineighbor_alltoallw.c     err = comm->c_coll->coll_ineighbor_alltoallw(sendbuf, sendcounts, sdispls, sendtypes,
sendcounts         45 ompi/mpi/c/iscatterv.c int MPI_Iscatterv(const void *sendbuf, const int sendcounts[], const int displs[],
sendcounts         67 ompi/mpi/c/iscatterv.c                                     sendcounts[i], sendtype);
sendcounts         86 ompi/mpi/c/iscatterv.c                                       sendcounts[i], sendtype);
sendcounts        139 ompi/mpi/c/iscatterv.c                 if (NULL == sendcounts) {
sendcounts        145 ompi/mpi/c/iscatterv.c                     OMPI_CHECK_DATATYPE_FOR_SEND(err, sendtype, sendcounts[i]);
sendcounts        180 ompi/mpi/c/iscatterv.c                 if (NULL == sendcounts) {
sendcounts        186 ompi/mpi/c/iscatterv.c                     OMPI_CHECK_DATATYPE_FOR_SEND(err, sendtype, sendcounts[i]);
sendcounts        196 ompi/mpi/c/iscatterv.c     err = comm->c_coll->coll_iscatterv(sendbuf, sendcounts, displs,
sendcounts         49 ompi/mpi/c/neighbor_alltoallv.c int MPI_Neighbor_alltoallv(const void *sendbuf, const int sendcounts[], const int sdispls[],
sendcounts         80 ompi/mpi/c/neighbor_alltoallv.c                                     sendcounts[i], sendtype);
sendcounts        104 ompi/mpi/c/neighbor_alltoallv.c         } else if ((NULL == sendcounts) || (NULL == sdispls) ||
sendcounts        113 ompi/mpi/c/neighbor_alltoallv.c             OMPI_CHECK_DATATYPE_FOR_SEND(err, sendtype, sendcounts[i]);
sendcounts        147 ompi/mpi/c/neighbor_alltoallv.c     err = comm->c_coll->coll_neighbor_alltoallv(sendbuf, sendcounts, sdispls, sendtype,
sendcounts         49 ompi/mpi/c/neighbor_alltoallw.c int MPI_Neighbor_alltoallw(const void *sendbuf, const int sendcounts[], const MPI_Aint sdispls[],
sendcounts         75 ompi/mpi/c/neighbor_alltoallw.c                                     sendcounts[i], sendtypes[i]);
sendcounts        100 ompi/mpi/c/neighbor_alltoallw.c         } else if ((NULL == sendcounts) || (NULL == sdispls) || (NULL == sendtypes) ||
sendcounts        109 ompi/mpi/c/neighbor_alltoallw.c             OMPI_CHECK_DATATYPE_FOR_SEND(err, sendtypes[i], sendcounts[i]);
sendcounts        143 ompi/mpi/c/neighbor_alltoallw.c     err = comm->c_coll->coll_neighbor_alltoallw(sendbuf, sendcounts, sdispls, sendtypes,
sendcounts         45 ompi/mpi/c/scatterv.c int MPI_Scatterv(const void *sendbuf, const int sendcounts[], const int displs[],
sendcounts         67 ompi/mpi/c/scatterv.c                                     sendcounts[i], sendtype);
sendcounts         86 ompi/mpi/c/scatterv.c                                       sendcounts[i], sendtype);
sendcounts        139 ompi/mpi/c/scatterv.c                 if (NULL == sendcounts) {
sendcounts        145 ompi/mpi/c/scatterv.c                     OMPI_CHECK_DATATYPE_FOR_SEND(err, sendtype, sendcounts[i]);
sendcounts        180 ompi/mpi/c/scatterv.c                 if (NULL == sendcounts) {
sendcounts        186 ompi/mpi/c/scatterv.c                     OMPI_CHECK_DATATYPE_FOR_SEND(err, sendtype, sendcounts[i]);
sendcounts        196 ompi/mpi/c/scatterv.c     err = comm->c_coll->coll_scatterv(sendbuf, sendcounts, displs,
sendcounts        303 ompi/mpi/cxx/comm.h   Scatterv(const void *sendbuf, const int sendcounts[],
sendcounts        325 ompi/mpi/cxx/comm.h   Alltoallv(const void *sendbuf, const int sendcounts[],
sendcounts        331 ompi/mpi/cxx/comm.h   Alltoallw(const void *sendbuf, const int sendcounts[],
sendcounts        353 ompi/mpi/cxx/comm_inln.h MPI::Comm::Scatterv(const void *sendbuf, const int sendcounts[],
sendcounts        359 ompi/mpi/cxx/comm_inln.h                        const_cast<int *>(sendcounts),
sendcounts        399 ompi/mpi/cxx/comm_inln.h MPI::Comm::Alltoallv(const void *sendbuf, const int sendcounts[],
sendcounts        406 ompi/mpi/cxx/comm_inln.h                         const_cast<int *>(sendcounts),
sendcounts        414 ompi/mpi/cxx/comm_inln.h MPI::Comm::Alltoallw(const void *sendbuf, const int sendcounts[],
sendcounts        431 ompi/mpi/cxx/comm_inln.h                         const_cast<int *>(sendcounts),
sendcounts         42 ompi/mpi/fortran/mpif-h/alltoallv_f.c                            (char *sendbuf, MPI_Fint *sendcounts, MPI_Fint *sdispls, MPI_Fint *sendtype, char *recvbuf, MPI_Fint *recvcounts, MPI_Fint *rdispls, MPI_Fint *recvtype, MPI_Fint *comm, MPI_Fint *ierr),
sendcounts         43 ompi/mpi/fortran/mpif-h/alltoallv_f.c                            (sendbuf, sendcounts, sdispls, sendtype, recvbuf, recvcounts, rdispls, recvtype, comm, ierr) )
sendcounts         62 ompi/mpi/fortran/mpif-h/alltoallv_f.c                            (char *sendbuf, MPI_Fint *sendcounts, MPI_Fint *sdispls, MPI_Fint *sendtype, char *recvbuf, MPI_Fint *recvcounts, MPI_Fint *rdispls, MPI_Fint *recvtype, MPI_Fint *comm, MPI_Fint *ierr),
sendcounts         63 ompi/mpi/fortran/mpif-h/alltoallv_f.c                            (sendbuf, sendcounts, sdispls, sendtype, recvbuf, recvcounts, rdispls, recvtype, comm, ierr) )
sendcounts         70 ompi/mpi/fortran/mpif-h/alltoallv_f.c void ompi_alltoallv_f(char *sendbuf, MPI_Fint *sendcounts, MPI_Fint *sdispls,
sendcounts         78 ompi/mpi/fortran/mpif-h/alltoallv_f.c     OMPI_ARRAY_NAME_DECL(sendcounts);
sendcounts         88 ompi/mpi/fortran/mpif-h/alltoallv_f.c     OMPI_ARRAY_FINT_2_INT(sendcounts, size);
sendcounts         98 ompi/mpi/fortran/mpif-h/alltoallv_f.c                            OMPI_ARRAY_NAME_CONVERT(sendcounts),
sendcounts        107 ompi/mpi/fortran/mpif-h/alltoallv_f.c     OMPI_ARRAY_FINT_2_INT_CLEANUP(sendcounts);
sendcounts         42 ompi/mpi/fortran/mpif-h/alltoallw_f.c                            (char *sendbuf, MPI_Fint *sendcounts, MPI_Fint *sdispls, MPI_Fint *sendtypes, char *recvbuf, MPI_Fint *recvcounts, MPI_Fint *rdispls, MPI_Fint *recvtypes, MPI_Fint *comm, MPI_Fint *ierr),
sendcounts         43 ompi/mpi/fortran/mpif-h/alltoallw_f.c                            (sendbuf, sendcounts, sdispls, sendtypes, recvbuf, recvcounts, rdispls, recvtypes, comm, ierr) )
sendcounts         62 ompi/mpi/fortran/mpif-h/alltoallw_f.c                            (char *sendbuf, MPI_Fint *sendcounts, MPI_Fint *sdispls, MPI_Fint *sendtypes, char *recvbuf, MPI_Fint *recvcounts, MPI_Fint *rdispls, MPI_Fint *recvtypes, MPI_Fint *comm, MPI_Fint *ierr),
sendcounts         63 ompi/mpi/fortran/mpif-h/alltoallw_f.c                            (sendbuf, sendcounts, sdispls, sendtypes, recvbuf, recvcounts, rdispls, recvtypes, comm, ierr) )
sendcounts         70 ompi/mpi/fortran/mpif-h/alltoallw_f.c void ompi_alltoallw_f(char *sendbuf, MPI_Fint *sendcounts,
sendcounts         79 ompi/mpi/fortran/mpif-h/alltoallw_f.c     OMPI_ARRAY_NAME_DECL(sendcounts);
sendcounts         90 ompi/mpi/fortran/mpif-h/alltoallw_f.c     OMPI_ARRAY_FINT_2_INT(sendcounts, size);
sendcounts        106 ompi/mpi/fortran/mpif-h/alltoallw_f.c                            OMPI_ARRAY_NAME_CONVERT(sendcounts),
sendcounts        115 ompi/mpi/fortran/mpif-h/alltoallw_f.c     OMPI_ARRAY_FINT_2_INT_CLEANUP(sendcounts);
sendcounts         42 ompi/mpi/fortran/mpif-h/ialltoallv_f.c                             (char *sendbuf, MPI_Fint *sendcounts, MPI_Fint *sdispls, MPI_Fint *sendtype, char *recvbuf, MPI_Fint *recvcounts, MPI_Fint *rdispls, MPI_Fint *recvtype, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr),
sendcounts         43 ompi/mpi/fortran/mpif-h/ialltoallv_f.c                             (sendbuf, sendcounts, sdispls, sendtype, recvbuf, recvcounts, rdispls, recvtype, comm, request, ierr) )
sendcounts         62 ompi/mpi/fortran/mpif-h/ialltoallv_f.c                             (char *sendbuf, MPI_Fint *sendcounts, MPI_Fint *sdispls, MPI_Fint *sendtype, char *recvbuf, MPI_Fint *recvcounts, MPI_Fint *rdispls, MPI_Fint *recvtype, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr),
sendcounts         63 ompi/mpi/fortran/mpif-h/ialltoallv_f.c                             (sendbuf, sendcounts, sdispls, sendtype, recvbuf, recvcounts, rdispls, recvtype, comm, request, ierr) )
sendcounts         70 ompi/mpi/fortran/mpif-h/ialltoallv_f.c void ompi_ialltoallv_f(char *sendbuf, MPI_Fint *sendcounts, MPI_Fint *sdispls,
sendcounts         79 ompi/mpi/fortran/mpif-h/ialltoallv_f.c     OMPI_ARRAY_NAME_DECL(sendcounts);
sendcounts         89 ompi/mpi/fortran/mpif-h/ialltoallv_f.c     OMPI_ARRAY_FINT_2_INT(sendcounts, size);
sendcounts         99 ompi/mpi/fortran/mpif-h/ialltoallv_f.c                             OMPI_ARRAY_NAME_CONVERT(sendcounts),
sendcounts        109 ompi/mpi/fortran/mpif-h/ialltoallv_f.c     OMPI_ARRAY_FINT_2_INT_CLEANUP(sendcounts);
sendcounts         42 ompi/mpi/fortran/mpif-h/ialltoallw_f.c                             (char *sendbuf, MPI_Fint *sendcounts, MPI_Fint *sdispls, MPI_Fint *sendtypes, char *recvbuf, MPI_Fint *recvcounts, MPI_Fint *rdispls, MPI_Fint *recvtypes, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr),
sendcounts         43 ompi/mpi/fortran/mpif-h/ialltoallw_f.c                             (sendbuf, sendcounts, sdispls, sendtypes, recvbuf, recvcounts, rdispls, recvtypes, comm, request, ierr) )
sendcounts         62 ompi/mpi/fortran/mpif-h/ialltoallw_f.c                             (char *sendbuf, MPI_Fint *sendcounts, MPI_Fint *sdispls, MPI_Fint *sendtypes, char *recvbuf, MPI_Fint *recvcounts, MPI_Fint *rdispls, MPI_Fint *recvtypes, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr),
sendcounts         63 ompi/mpi/fortran/mpif-h/ialltoallw_f.c                             (sendbuf, sendcounts, sdispls, sendtypes, recvbuf, recvcounts, rdispls, recvtypes, comm, request, ierr) )
sendcounts         70 ompi/mpi/fortran/mpif-h/ialltoallw_f.c void ompi_ialltoallw_f(char *sendbuf, MPI_Fint *sendcounts,
sendcounts         80 ompi/mpi/fortran/mpif-h/ialltoallw_f.c     OMPI_ARRAY_NAME_DECL(sendcounts);
sendcounts         91 ompi/mpi/fortran/mpif-h/ialltoallw_f.c     OMPI_ARRAY_FINT_2_INT(sendcounts, size);
sendcounts        107 ompi/mpi/fortran/mpif-h/ialltoallw_f.c                             OMPI_ARRAY_NAME_CONVERT(sendcounts),
sendcounts        117 ompi/mpi/fortran/mpif-h/ialltoallw_f.c     OMPI_ARRAY_FINT_2_INT_CLEANUP(sendcounts);
sendcounts         45 ompi/mpi/fortran/mpif-h/ineighbor_alltoallv_f.c                             (char *sendbuf, MPI_Fint *sendcounts, MPI_Fint *sdispls, MPI_Fint *sendtype, char *recvbuf, MPI_Fint *recvcounts, MPI_Fint *rdispls, MPI_Fint *recvtype, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr),
sendcounts         46 ompi/mpi/fortran/mpif-h/ineighbor_alltoallv_f.c                             (sendbuf, sendcounts, sdispls, sendtype, recvbuf, recvcounts, rdispls, recvtype, comm, request, ierr) )
sendcounts         65 ompi/mpi/fortran/mpif-h/ineighbor_alltoallv_f.c                             (char *sendbuf, MPI_Fint *sendcounts, MPI_Fint *sdispls, MPI_Fint *sendtype, char *recvbuf, MPI_Fint *recvcounts, MPI_Fint *rdispls, MPI_Fint *recvtype, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr),
sendcounts         66 ompi/mpi/fortran/mpif-h/ineighbor_alltoallv_f.c                             (sendbuf, sendcounts, sdispls, sendtype, recvbuf, recvcounts, rdispls, recvtype, comm, request, ierr) )
sendcounts         73 ompi/mpi/fortran/mpif-h/ineighbor_alltoallv_f.c void ompi_ineighbor_alltoallv_f(char *sendbuf, MPI_Fint *sendcounts, MPI_Fint *sdispls,
sendcounts         82 ompi/mpi/fortran/mpif-h/ineighbor_alltoallv_f.c     OMPI_ARRAY_NAME_DECL(sendcounts);
sendcounts         92 ompi/mpi/fortran/mpif-h/ineighbor_alltoallv_f.c     OMPI_ARRAY_FINT_2_INT(sendcounts, size);
sendcounts        102 ompi/mpi/fortran/mpif-h/ineighbor_alltoallv_f.c                                      OMPI_ARRAY_NAME_CONVERT(sendcounts),
sendcounts        112 ompi/mpi/fortran/mpif-h/ineighbor_alltoallv_f.c     OMPI_ARRAY_FINT_2_INT_CLEANUP(sendcounts);
sendcounts         45 ompi/mpi/fortran/mpif-h/ineighbor_alltoallw_f.c                             (char *sendbuf, MPI_Fint *sendcounts, MPI_Aint *sdispls, MPI_Fint *sendtypes, char *recvbuf, MPI_Fint *recvcounts, MPI_Aint *rdispls, MPI_Fint *recvtypes, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr),
sendcounts         46 ompi/mpi/fortran/mpif-h/ineighbor_alltoallw_f.c                             (sendbuf, sendcounts, sdispls, sendtypes, recvbuf, recvcounts, rdispls, recvtypes, comm, request, ierr) )
sendcounts         65 ompi/mpi/fortran/mpif-h/ineighbor_alltoallw_f.c                             (char *sendbuf, MPI_Fint *sendcounts, MPI_Aint *sdispls, MPI_Fint *sendtypes, char *recvbuf, MPI_Fint *recvcounts, MPI_Aint *rdispls, MPI_Fint *recvtypes, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr),
sendcounts         66 ompi/mpi/fortran/mpif-h/ineighbor_alltoallw_f.c                             (sendbuf, sendcounts, sdispls, sendtypes, recvbuf, recvcounts, rdispls, recvtypes, comm, request, ierr) )
sendcounts         73 ompi/mpi/fortran/mpif-h/ineighbor_alltoallw_f.c void ompi_ineighbor_alltoallw_f(char *sendbuf, MPI_Fint *sendcounts,
sendcounts         83 ompi/mpi/fortran/mpif-h/ineighbor_alltoallw_f.c     OMPI_ARRAY_NAME_DECL(sendcounts);
sendcounts         92 ompi/mpi/fortran/mpif-h/ineighbor_alltoallw_f.c     OMPI_ARRAY_FINT_2_INT(sendcounts, size);
sendcounts        106 ompi/mpi/fortran/mpif-h/ineighbor_alltoallw_f.c                                      OMPI_ARRAY_NAME_CONVERT(sendcounts),
sendcounts        116 ompi/mpi/fortran/mpif-h/ineighbor_alltoallw_f.c     OMPI_ARRAY_FINT_2_INT_CLEANUP(sendcounts);
sendcounts         43 ompi/mpi/fortran/mpif-h/iscatterv_f.c                             (char *sendbuf, MPI_Fint *sendcounts, MPI_Fint *displs, MPI_Fint *sendtype, char *recvbuf, MPI_Fint *recvcount, MPI_Fint *recvtype, MPI_Fint *root, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr),
sendcounts         44 ompi/mpi/fortran/mpif-h/iscatterv_f.c                             (sendbuf, sendcounts, displs, sendtype, recvbuf, recvcount, recvtype, root, comm, request, ierr) )
sendcounts         63 ompi/mpi/fortran/mpif-h/iscatterv_f.c                             (char *sendbuf, MPI_Fint *sendcounts, MPI_Fint *displs, MPI_Fint *sendtype, char *recvbuf, MPI_Fint *recvcount, MPI_Fint *recvtype, MPI_Fint *root, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr),
sendcounts         64 ompi/mpi/fortran/mpif-h/iscatterv_f.c                             (sendbuf, sendcounts, displs, sendtype, recvbuf, recvcount, recvtype, root, comm, request, ierr) )
sendcounts         71 ompi/mpi/fortran/mpif-h/iscatterv_f.c void ompi_iscatterv_f(char *sendbuf, MPI_Fint *sendcounts,
sendcounts         81 ompi/mpi/fortran/mpif-h/iscatterv_f.c     OMPI_ARRAY_NAME_DECL(sendcounts);
sendcounts         89 ompi/mpi/fortran/mpif-h/iscatterv_f.c     OMPI_ARRAY_FINT_2_INT(sendcounts, size);
sendcounts         97 ompi/mpi/fortran/mpif-h/iscatterv_f.c                            OMPI_ARRAY_NAME_CONVERT(sendcounts),
sendcounts        106 ompi/mpi/fortran/mpif-h/iscatterv_f.c     OMPI_ARRAY_FINT_2_INT_CLEANUP(sendcounts);
sendcounts         45 ompi/mpi/fortran/mpif-h/neighbor_alltoallv_f.c                            (char *sendbuf, MPI_Fint *sendcounts, MPI_Fint *sdispls, MPI_Fint *sendtype, char *recvbuf, MPI_Fint *recvcounts, MPI_Fint *rdispls, MPI_Fint *recvtype, MPI_Fint *comm, MPI_Fint *ierr),
sendcounts         46 ompi/mpi/fortran/mpif-h/neighbor_alltoallv_f.c                            (sendbuf, sendcounts, sdispls, sendtype, recvbuf, recvcounts, rdispls, recvtype, comm, ierr) )
sendcounts         65 ompi/mpi/fortran/mpif-h/neighbor_alltoallv_f.c                            (char *sendbuf, MPI_Fint *sendcounts, MPI_Fint *sdispls, MPI_Fint *sendtype, char *recvbuf, MPI_Fint *recvcounts, MPI_Fint *rdispls, MPI_Fint *recvtype, MPI_Fint *comm, MPI_Fint *ierr),
sendcounts         66 ompi/mpi/fortran/mpif-h/neighbor_alltoallv_f.c                            (sendbuf, sendcounts, sdispls, sendtype, recvbuf, recvcounts, rdispls, recvtype, comm, ierr) )
sendcounts         73 ompi/mpi/fortran/mpif-h/neighbor_alltoallv_f.c void ompi_neighbor_alltoallv_f(char *sendbuf, MPI_Fint *sendcounts, MPI_Fint *sdispls,
sendcounts         81 ompi/mpi/fortran/mpif-h/neighbor_alltoallv_f.c     OMPI_ARRAY_NAME_DECL(sendcounts);
sendcounts         91 ompi/mpi/fortran/mpif-h/neighbor_alltoallv_f.c     OMPI_ARRAY_FINT_2_INT(sendcounts, size);
sendcounts        101 ompi/mpi/fortran/mpif-h/neighbor_alltoallv_f.c                                     OMPI_ARRAY_NAME_CONVERT(sendcounts),
sendcounts        110 ompi/mpi/fortran/mpif-h/neighbor_alltoallv_f.c     OMPI_ARRAY_FINT_2_INT_CLEANUP(sendcounts);
sendcounts         45 ompi/mpi/fortran/mpif-h/neighbor_alltoallw_f.c                            (char *sendbuf, MPI_Fint *sendcounts, MPI_Aint *sdispls, MPI_Fint *sendtypes, char *recvbuf, MPI_Fint *recvcounts, MPI_Aint *rdispls, MPI_Fint *recvtypes, MPI_Fint *comm, MPI_Fint *ierr),
sendcounts         46 ompi/mpi/fortran/mpif-h/neighbor_alltoallw_f.c                            (sendbuf, sendcounts, sdispls, sendtypes, recvbuf, recvcounts, rdispls, recvtypes, comm, ierr) )
sendcounts         65 ompi/mpi/fortran/mpif-h/neighbor_alltoallw_f.c                            (char *sendbuf, MPI_Fint *sendcounts, MPI_Aint *sdispls, MPI_Fint *sendtypes, char *recvbuf, MPI_Fint *recvcounts, MPI_Aint *rdispls, MPI_Fint *recvtypes, MPI_Fint *comm, MPI_Fint *ierr),
sendcounts         66 ompi/mpi/fortran/mpif-h/neighbor_alltoallw_f.c                            (sendbuf, sendcounts, sdispls, sendtypes, recvbuf, recvcounts, rdispls, recvtypes, comm, ierr) )
sendcounts         73 ompi/mpi/fortran/mpif-h/neighbor_alltoallw_f.c void ompi_neighbor_alltoallw_f(char *sendbuf, MPI_Fint *sendcounts,
sendcounts         82 ompi/mpi/fortran/mpif-h/neighbor_alltoallw_f.c     OMPI_ARRAY_NAME_DECL(sendcounts);
sendcounts         91 ompi/mpi/fortran/mpif-h/neighbor_alltoallw_f.c     OMPI_ARRAY_FINT_2_INT(sendcounts, size);
sendcounts        105 ompi/mpi/fortran/mpif-h/neighbor_alltoallw_f.c                                     OMPI_ARRAY_NAME_CONVERT(sendcounts),
sendcounts        114 ompi/mpi/fortran/mpif-h/neighbor_alltoallw_f.c     OMPI_ARRAY_FINT_2_INT_CLEANUP(sendcounts);
sendcounts         99 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Alltoallv, mpi_alltoallv, MPI_ALLTOALLV, (char *sendbuf, MPI_Fint *sendcounts, MPI_Fint *sdispls, MPI_Fint *sendtype, char *recvbuf, MPI_Fint *recvcounts, MPI_Fint *rdispls, MPI_Fint *recvtype, MPI_Fint *comm, MPI_Fint *ierr));
sendcounts        100 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Alltoallw, mpi_alltoallw, MPI_ALLTOALLW, (char *sendbuf, MPI_Fint *sendcounts, MPI_Fint *sdispls, MPI_Fint *sendtypes, char *recvbuf, MPI_Fint *recvcounts, MPI_Fint *rdispls, MPI_Fint *recvtypes, MPI_Fint *comm, MPI_Fint *ierr));
sendcounts        267 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Ialltoallv, mpi_ialltoallv, MPI_IALLTOALLV, (char *sendbuf, MPI_Fint *sendcounts, MPI_Fint *sdispls, MPI_Fint *sendtype, char *recvbuf, MPI_Fint *recvcounts, MPI_Fint *rdispls, MPI_Fint *recvtype, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr));
sendcounts        268 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Ialltoallw, mpi_ialltoallw, MPI_IALLTOALLW, (char *sendbuf, MPI_Fint *sendcounts, MPI_Fint *sdispls, MPI_Fint *sendtypes, char *recvbuf, MPI_Fint *recvcounts, MPI_Fint *rdispls, MPI_Fint *recvtypes, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr));
sendcounts        280 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Ineighbor_alltoallv, mpi_ineighbor_alltoallv, MPI_INEIGHBOR_ALLTOALLV, (char *sendbuf, MPI_Fint *sendcounts, MPI_Fint *sdispls, MPI_Fint *sendtype, char *recvbuf, MPI_Fint *recvcounts, MPI_Fint *rdispls, MPI_Fint *recvtype, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr));
sendcounts        281 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Ineighbor_alltoallw, mpi_ineighbor_alltoallw, MPI_INEIGHBOR_ALLTOALLW, (char *sendbuf, MPI_Fint *sendcounts, MPI_Aint *sdispls, MPI_Fint *sendtypes, char *recvbuf, MPI_Fint *recvcounts, MPI_Aint *rdispls, MPI_Fint *recvtypes, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr));
sendcounts        287 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Iscatterv, mpi_iscatterv, MPI_ISCATTERV, (char *sendbuf, MPI_Fint *sendcounts, MPI_Fint *displs, MPI_Fint *sendtype, char *recvbuf, MPI_Fint *recvcount, MPI_Fint *recvtype, MPI_Fint *root, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr));
sendcounts        316 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Neighbor_alltoallv, mpi_neighbor_alltoallv, MPI_NEIGHBOR_ALLTOALLV, (char *sendbuf, MPI_Fint *sendcounts, MPI_Fint *sdispls, MPI_Fint *sendtype, char *recvbuf, MPI_Fint *recvcounts, MPI_Fint *rdispls, MPI_Fint *recvtype, MPI_Fint *comm, MPI_Fint *ierr));
sendcounts        317 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Neighbor_alltoallw, mpi_neighbor_alltoallw, MPI_NEIGHBOR_ALLTOALLW, (char *sendbuf, MPI_Fint *sendcounts, MPI_Aint *sdispls, MPI_Fint *sendtypes, char *recvbuf, MPI_Fint *recvcounts, MPI_Aint *rdispls, MPI_Fint *recvtypes, MPI_Fint *comm, MPI_Fint *ierr));
sendcounts        348 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Scatterv, mpi_scatterv, MPI_SCATTERV, (char *sendbuf, MPI_Fint *sendcounts, MPI_Fint *displs, MPI_Fint *sendtype, char *recvbuf, MPI_Fint *recvcount, MPI_Fint *recvtype, MPI_Fint *root, MPI_Fint *comm, MPI_Fint *ierr));
sendcounts         42 ompi/mpi/fortran/mpif-h/scatterv_f.c                            (char *sendbuf, MPI_Fint *sendcounts, MPI_Fint *displs, MPI_Fint *sendtype, char *recvbuf, MPI_Fint *recvcount, MPI_Fint *recvtype, MPI_Fint *root, MPI_Fint *comm, MPI_Fint *ierr),
sendcounts         43 ompi/mpi/fortran/mpif-h/scatterv_f.c                            (sendbuf, sendcounts, displs, sendtype, recvbuf, recvcount, recvtype, root, comm, ierr) )
sendcounts         62 ompi/mpi/fortran/mpif-h/scatterv_f.c                            (char *sendbuf, MPI_Fint *sendcounts, MPI_Fint *displs, MPI_Fint *sendtype, char *recvbuf, MPI_Fint *recvcount, MPI_Fint *recvtype, MPI_Fint *root, MPI_Fint *comm, MPI_Fint *ierr),
sendcounts         63 ompi/mpi/fortran/mpif-h/scatterv_f.c                            (sendbuf, sendcounts, displs, sendtype, recvbuf, recvcount, recvtype, root, comm, ierr) )
sendcounts         70 ompi/mpi/fortran/mpif-h/scatterv_f.c void ompi_scatterv_f(char *sendbuf, MPI_Fint *sendcounts,
sendcounts         79 ompi/mpi/fortran/mpif-h/scatterv_f.c     OMPI_ARRAY_NAME_DECL(sendcounts);
sendcounts         87 ompi/mpi/fortran/mpif-h/scatterv_f.c     OMPI_ARRAY_FINT_2_INT(sendcounts, size);
sendcounts         95 ompi/mpi/fortran/mpif-h/scatterv_f.c                           OMPI_ARRAY_NAME_CONVERT(sendcounts),
sendcounts        103 ompi/mpi/fortran/mpif-h/scatterv_f.c     OMPI_ARRAY_FINT_2_INT_CLEANUP(sendcounts);
sendcounts        909 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_alltoallv_f(sendbuf,sendcounts,sdispls,sendtype, &
sendcounts        915 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(IN) :: sendcounts(*), sdispls(*), recvcounts(*), rdispls(*)
sendcounts        922 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_ialltoallv_f(sendbuf,sendcounts,sdispls,sendtype, &
sendcounts        928 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(IN), ASYNCHRONOUS :: sendcounts(*), sdispls(*), recvcounts(*), rdispls(*)
sendcounts        936 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_alltoallw_f(sendbuf,sendcounts,sdispls,sendtypes, &
sendcounts        942 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(IN) :: sendcounts(*), sdispls(*), recvcounts(*), rdispls(*)
sendcounts        949 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_ialltoallw_f(sendbuf,sendcounts,sdispls,sendtypes, &
sendcounts        955 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(IN), ASYNCHRONOUS :: sendcounts(*), sdispls(*), recvcounts(*), rdispls(*)
sendcounts       1229 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_scatterv_f(sendbuf,sendcounts,displs,sendtype, &
sendcounts       1236 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(IN) :: sendcounts(*), displs(*)
sendcounts       1243 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_iscatterv_f(sendbuf,sendcounts,displs,sendtype, &
sendcounts       1250 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(IN), ASYNCHRONOUS :: sendcounts(*), displs(*)
sendcounts       3447 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_neighbor_alltoallv_f(sendbuf,sendcounts,sdispls,sendtype,recvbuf,recvcounts, &
sendcounts       3454 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(IN) :: sendcounts(*), sdispls(*), recvcounts(*), rdispls(*)
sendcounts       3460 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_ineighbor_alltoallv_f(sendbuf,sendcounts,sdispls,sendtype,recvbuf,recvcounts, &
sendcounts       3467 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(IN) :: sendcounts(*), sdispls(*), recvcounts(*), rdispls(*)
sendcounts       3474 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_neighbor_alltoallw_f(sendbuf,sendcounts,sdispls,sendtypes,recvbuf,recvcounts, &
sendcounts       3481 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(IN) :: sendcounts(*), recvcounts(*)
sendcounts       3488 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_ineighbor_alltoallw_f(sendbuf,sendcounts,sdispls,sendtypes,recvbuf,recvcounts, &
sendcounts       3495 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(IN) :: sendcounts(*), recvcounts(*)
sendcounts         47 ompi/mpiext/pcollreq/c/alltoallv_init.c int MPIX_Alltoallv_init(const void *sendbuf, const int sendcounts[], const int sdispls[],
sendcounts         76 ompi/mpiext/pcollreq/c/alltoallv_init.c                                 sendcounts[i], sendtype);
sendcounts         97 ompi/mpiext/pcollreq/c/alltoallv_init.c             sendcounts = recvcounts;
sendcounts        102 ompi/mpiext/pcollreq/c/alltoallv_init.c         if ((NULL == sendcounts) || (NULL == sdispls) ||
sendcounts        111 ompi/mpiext/pcollreq/c/alltoallv_init.c             OMPI_CHECK_DATATYPE_FOR_SEND(err, sendtype, sendcounts[i]);
sendcounts        122 ompi/mpiext/pcollreq/c/alltoallv_init.c             if ((sendtype_size*sendcounts[me]) != (recvtype_size*recvcounts[me])) {
sendcounts        131 ompi/mpiext/pcollreq/c/alltoallv_init.c     err = comm->c_coll->coll_alltoallv_init(sendbuf, sendcounts, sdispls,
sendcounts         47 ompi/mpiext/pcollreq/c/alltoallw_init.c int MPIX_Alltoallw_init(const void *sendbuf, const int sendcounts[], const int sdispls[],
sendcounts         70 ompi/mpiext/pcollreq/c/alltoallw_init.c                                 sendcounts[i], sendtypes[i]);
sendcounts         93 ompi/mpiext/pcollreq/c/alltoallw_init.c             sendcounts = recvcounts;
sendcounts         98 ompi/mpiext/pcollreq/c/alltoallw_init.c         if ((NULL == sendcounts) || (NULL == sdispls) || (NULL == sendtypes) ||
sendcounts        107 ompi/mpiext/pcollreq/c/alltoallw_init.c             OMPI_CHECK_DATATYPE_FOR_SEND(err, sendtypes[i], sendcounts[i]);
sendcounts        118 ompi/mpiext/pcollreq/c/alltoallw_init.c             if ((sendtype_size*sendcounts[me]) != (recvtype_size*recvcounts[me])) {
sendcounts        127 ompi/mpiext/pcollreq/c/alltoallw_init.c     err = comm->c_coll->coll_alltoallw_init(sendbuf, sendcounts, sdispls,
sendcounts         17 ompi/mpiext/pcollreq/c/mpiext_pcollreq_c.h OMPI_DECLSPEC int MPIX_Alltoallv_init(const void *sendbuf, const int sendcounts[], const int sdispls[], MPI_Datatype sendtype, void *recvbuf, const int recvcounts[], const int rdispls[], MPI_Datatype recvtype, MPI_Comm comm, MPI_Info info, MPI_Request *request);
sendcounts         18 ompi/mpiext/pcollreq/c/mpiext_pcollreq_c.h OMPI_DECLSPEC int MPIX_Alltoallw_init(const void *sendbuf, const int sendcounts[], const int sdispls[], const MPI_Datatype sendtypes[], void *recvbuf, const int recvcounts[], const int rdispls[], const MPI_Datatype recvtypes[], MPI_Comm comm, MPI_Info info, MPI_Request *request);
sendcounts         29 ompi/mpiext/pcollreq/c/mpiext_pcollreq_c.h OMPI_DECLSPEC int MPIX_Scatterv_init(const void *sendbuf, const int sendcounts[], const int displs[], MPI_Datatype sendtype, void *recvbuf, int recvcount, MPI_Datatype recvtype, int root, MPI_Comm comm, MPI_Info info, MPI_Request *request);
sendcounts         34 ompi/mpiext/pcollreq/c/mpiext_pcollreq_c.h OMPI_DECLSPEC int MPIX_Neighbor_alltoallv_init(const void *sendbuf, const int sendcounts[], const int sdispls[], MPI_Datatype sendtype, void *recvbuf, const int recvcounts[], const int rdispls[], MPI_Datatype recvtype, MPI_Comm comm, MPI_Info info, MPI_Request *request);
sendcounts         35 ompi/mpiext/pcollreq/c/mpiext_pcollreq_c.h OMPI_DECLSPEC int MPIX_Neighbor_alltoallw_init(const void *sendbuf, const int sendcounts[], const MPI_Aint sdispls[], const MPI_Datatype sendtypes[], void *recvbuf, const int recvcounts[], const MPI_Aint rdispls[], const MPI_Datatype recvtypes[], MPI_Comm comm, MPI_Info info, MPI_Request *request);
sendcounts         44 ompi/mpiext/pcollreq/c/mpiext_pcollreq_c.h OMPI_DECLSPEC int PMPIX_Alltoallv_init(const void *sendbuf, const int sendcounts[], const int sdispls[], MPI_Datatype sendtype, void *recvbuf, const int recvcounts[], const int rdispls[], MPI_Datatype recvtype, MPI_Comm comm, MPI_Info info, MPI_Request *request);
sendcounts         45 ompi/mpiext/pcollreq/c/mpiext_pcollreq_c.h OMPI_DECLSPEC int PMPIX_Alltoallw_init(const void *sendbuf, const int sendcounts[], const int sdispls[], const MPI_Datatype sendtypes[], void *recvbuf, const int recvcounts[], const int rdispls[], const MPI_Datatype recvtypes[], MPI_Comm comm, MPI_Info info, MPI_Request *request);
sendcounts         56 ompi/mpiext/pcollreq/c/mpiext_pcollreq_c.h OMPI_DECLSPEC int PMPIX_Scatterv_init(const void *sendbuf, const int sendcounts[], const int displs[], MPI_Datatype sendtype, void *recvbuf, int recvcount, MPI_Datatype recvtype, int root, MPI_Comm comm, MPI_Info info, MPI_Request *request);
sendcounts         61 ompi/mpiext/pcollreq/c/mpiext_pcollreq_c.h OMPI_DECLSPEC int PMPIX_Neighbor_alltoallv_init(const void *sendbuf, const int sendcounts[], const int sdispls[], MPI_Datatype sendtype, void *recvbuf, const int recvcounts[], const int rdispls[], MPI_Datatype recvtype, MPI_Comm comm, MPI_Info info, MPI_Request *request);
sendcounts         62 ompi/mpiext/pcollreq/c/mpiext_pcollreq_c.h OMPI_DECLSPEC int PMPIX_Neighbor_alltoallw_init(const void *sendbuf, const int sendcounts[], const MPI_Aint sdispls[], const MPI_Datatype sendtypes[], void *recvbuf, const int recvcounts[], const MPI_Aint rdispls[], const MPI_Datatype recvtypes[], MPI_Comm comm, MPI_Info info, MPI_Request *request);
sendcounts         50 ompi/mpiext/pcollreq/c/neighbor_alltoallv_init.c int MPIX_Neighbor_alltoallv_init(const void *sendbuf, const int sendcounts[], const int sdispls[],
sendcounts         81 ompi/mpiext/pcollreq/c/neighbor_alltoallv_init.c                                     sendcounts[i], sendtype);
sendcounts        105 ompi/mpiext/pcollreq/c/neighbor_alltoallv_init.c         } else if ((NULL == sendcounts) || (NULL == sdispls) ||
sendcounts        114 ompi/mpiext/pcollreq/c/neighbor_alltoallv_init.c             OMPI_CHECK_DATATYPE_FOR_SEND(err, sendtype, sendcounts[i]);
sendcounts        148 ompi/mpiext/pcollreq/c/neighbor_alltoallv_init.c     err = comm->c_coll->coll_neighbor_alltoallv_init(sendbuf, sendcounts, sdispls,
sendcounts         50 ompi/mpiext/pcollreq/c/neighbor_alltoallw_init.c int MPIX_Neighbor_alltoallw_init(const void *sendbuf, const int sendcounts[], const MPI_Aint sdispls[],
sendcounts         76 ompi/mpiext/pcollreq/c/neighbor_alltoallw_init.c                                     sendcounts[i], sendtypes[i]);
sendcounts        105 ompi/mpiext/pcollreq/c/neighbor_alltoallw_init.c         if ((NULL == sendcounts) || (NULL == sdispls) || (NULL == sendtypes) ||
sendcounts        114 ompi/mpiext/pcollreq/c/neighbor_alltoallw_init.c             OMPI_CHECK_DATATYPE_FOR_SEND(err, sendtypes[i], sendcounts[i]);
sendcounts        148 ompi/mpiext/pcollreq/c/neighbor_alltoallw_init.c     err = comm->c_coll->coll_neighbor_alltoallw_init(sendbuf, sendcounts, sdispls, sendtypes,
sendcounts         46 ompi/mpiext/pcollreq/c/scatterv_init.c int MPIX_Scatterv_init(const void *sendbuf, const int sendcounts[], const int displs[],
sendcounts         68 ompi/mpiext/pcollreq/c/scatterv_init.c                                     sendcounts[i], sendtype);
sendcounts         87 ompi/mpiext/pcollreq/c/scatterv_init.c                                       sendcounts[i], sendtype);
sendcounts        140 ompi/mpiext/pcollreq/c/scatterv_init.c                 if (NULL == sendcounts) {
sendcounts        146 ompi/mpiext/pcollreq/c/scatterv_init.c                     OMPI_CHECK_DATATYPE_FOR_SEND(err, sendtype, sendcounts[i]);
sendcounts        181 ompi/mpiext/pcollreq/c/scatterv_init.c                 if (NULL == sendcounts) {
sendcounts        187 ompi/mpiext/pcollreq/c/scatterv_init.c                     OMPI_CHECK_DATATYPE_FOR_SEND(err, sendtype, sendcounts[i]);
sendcounts        197 ompi/mpiext/pcollreq/c/scatterv_init.c     err = comm->c_coll->coll_scatterv_init(sendbuf, sendcounts, displs,
sendcounts         43 ompi/mpiext/pcollreq/mpif-h/alltoallv_init_f.c                             (char *sendbuf, MPI_Fint *sendcounts, MPI_Fint *sdispls, MPI_Fint *sendtype, char *recvbuf, MPI_Fint *recvcounts, MPI_Fint *rdispls, MPI_Fint *recvtype, MPI_Fint *comm, MPI_Fint *info, MPI_Fint *request, MPI_Fint *ierr),
sendcounts         44 ompi/mpiext/pcollreq/mpif-h/alltoallv_init_f.c                             (sendbuf, sendcounts, sdispls, sendtype, recvbuf, recvcounts, rdispls, recvtype, comm, info, request, ierr) )
sendcounts         63 ompi/mpiext/pcollreq/mpif-h/alltoallv_init_f.c                             (char *sendbuf, MPI_Fint *sendcounts, MPI_Fint *sdispls, MPI_Fint *sendtype, char *recvbuf, MPI_Fint *recvcounts, MPI_Fint *rdispls, MPI_Fint *recvtype, MPI_Fint *comm, MPI_Fint *info, MPI_Fint *request, MPI_Fint *ierr),
sendcounts         64 ompi/mpiext/pcollreq/mpif-h/alltoallv_init_f.c                             (sendbuf, sendcounts, sdispls, sendtype, recvbuf, recvcounts, rdispls, recvtype, comm, info, request, ierr) )
sendcounts         71 ompi/mpiext/pcollreq/mpif-h/alltoallv_init_f.c void ompix_alltoallv_init_f(char *sendbuf, MPI_Fint *sendcounts, MPI_Fint *sdispls,
sendcounts         81 ompi/mpiext/pcollreq/mpif-h/alltoallv_init_f.c     OMPI_ARRAY_NAME_DECL(sendcounts);
sendcounts         92 ompi/mpiext/pcollreq/mpif-h/alltoallv_init_f.c     OMPI_ARRAY_FINT_2_INT(sendcounts, size);
sendcounts        102 ompi/mpiext/pcollreq/mpif-h/alltoallv_init_f.c                                   OMPI_ARRAY_NAME_CONVERT(sendcounts),
sendcounts        112 ompi/mpiext/pcollreq/mpif-h/alltoallv_init_f.c     OMPI_ARRAY_FINT_2_INT_CLEANUP(sendcounts);
sendcounts         43 ompi/mpiext/pcollreq/mpif-h/alltoallw_init_f.c                             (char *sendbuf, MPI_Fint *sendcounts, MPI_Fint *sdispls, MPI_Fint *sendtypes, char *recvbuf, MPI_Fint *recvcounts, MPI_Fint *rdispls, MPI_Fint *recvtypes, MPI_Fint *comm, MPI_Fint *info, MPI_Fint *request, MPI_Fint *ierr),
sendcounts         44 ompi/mpiext/pcollreq/mpif-h/alltoallw_init_f.c                             (sendbuf, sendcounts, sdispls, sendtypes, recvbuf, recvcounts, rdispls, recvtypes, comm, info, request, ierr) )
sendcounts         63 ompi/mpiext/pcollreq/mpif-h/alltoallw_init_f.c                             (char *sendbuf, MPI_Fint *sendcounts, MPI_Fint *sdispls, MPI_Fint *sendtypes, char *recvbuf, MPI_Fint *recvcounts, MPI_Fint *rdispls, MPI_Fint *recvtypes, MPI_Fint *comm, MPI_Fint *info, MPI_Fint *request, MPI_Fint *ierr),
sendcounts         64 ompi/mpiext/pcollreq/mpif-h/alltoallw_init_f.c                             (sendbuf, sendcounts, sdispls, sendtypes, recvbuf, recvcounts, rdispls, recvtypes, comm, info, request, ierr) )
sendcounts         71 ompi/mpiext/pcollreq/mpif-h/alltoallw_init_f.c void ompix_alltoallw_init_f(char *sendbuf, MPI_Fint *sendcounts,
sendcounts         82 ompi/mpiext/pcollreq/mpif-h/alltoallw_init_f.c     OMPI_ARRAY_NAME_DECL(sendcounts);
sendcounts         95 ompi/mpiext/pcollreq/mpif-h/alltoallw_init_f.c     OMPI_ARRAY_FINT_2_INT(sendcounts, size);
sendcounts        111 ompi/mpiext/pcollreq/mpif-h/alltoallw_init_f.c                                   OMPI_ARRAY_NAME_CONVERT(sendcounts),
sendcounts        121 ompi/mpiext/pcollreq/mpif-h/alltoallw_init_f.c     OMPI_ARRAY_FINT_2_INT_CLEANUP(sendcounts);
sendcounts         88 ompi/mpiext/pcollreq/mpif-h/mpiext_pcollreq_prototypes.h PN2(void, MPIX_Alltoallv_init, mpix_alltoallv_init, MPIX_ALLTOALLV_INIT, (char *sendbuf, MPI_Fint *sendcounts, MPI_Fint *sdispls, MPI_Fint *sendtype, char *recvbuf, MPI_Fint *recvcounts, MPI_Fint *rdispls, MPI_Fint *recvtype, MPI_Fint *comm, MPI_Fint *info, MPI_Fint *request, MPI_Fint *ierr));
sendcounts         89 ompi/mpiext/pcollreq/mpif-h/mpiext_pcollreq_prototypes.h PN2(void, MPIX_Alltoallw_init, mpix_alltoallw_init, MPIX_ALLTOALLW_INIT, (char *sendbuf, MPI_Fint *sendcounts, MPI_Fint *sdispls, MPI_Fint *sendtypes, char *recvbuf, MPI_Fint *recvcounts, MPI_Fint *rdispls, MPI_Fint *recvtypes, MPI_Fint *comm, MPI_Fint *info, MPI_Fint *request, MPI_Fint *ierr));
sendcounts        100 ompi/mpiext/pcollreq/mpif-h/mpiext_pcollreq_prototypes.h PN2(void, MPIX_Scatterv_init, mpix_scatterv_init, MPIX_SCATTERV_INIT, (char *sendbuf, MPI_Fint *sendcounts, MPI_Fint *displs, MPI_Fint *sendtype, char *recvbuf, MPI_Fint *recvcount, MPI_Fint *recvtype, MPI_Fint *root, MPI_Fint *comm, MPI_Fint *info, MPI_Fint *request, MPI_Fint *ierr));
sendcounts        104 ompi/mpiext/pcollreq/mpif-h/mpiext_pcollreq_prototypes.h PN2(void, MPIX_Neighbor_alltoallv_init, mpix_neighbor_alltoallv_init, MPIX_NEIGHBOR_ALLTOALLV_INIT, (char *sendbuf, MPI_Fint *sendcounts, MPI_Fint *sdispls, MPI_Fint *sendtype, char *recvbuf, MPI_Fint *recvcounts, MPI_Fint *rdispls, MPI_Fint *recvtype, MPI_Fint *comm, MPI_Fint *info, MPI_Fint *request, MPI_Fint *ierr));
sendcounts        105 ompi/mpiext/pcollreq/mpif-h/mpiext_pcollreq_prototypes.h PN2(void, MPIX_Neighbor_alltoallw_init, mpix_neighbor_alltoallw_init, MPIX_NEIGHBOR_ALLTOALLW_INIT, (char *sendbuf, MPI_Fint *sendcounts, MPI_Aint *sdispls, MPI_Fint *sendtypes, char *recvbuf, MPI_Fint *recvcounts, MPI_Aint *rdispls, MPI_Fint *recvtypes, MPI_Fint *comm, MPI_Fint *info, MPI_Fint *request, MPI_Fint *ierr));
sendcounts         46 ompi/mpiext/pcollreq/mpif-h/neighbor_alltoallv_init_f.c                             (char *sendbuf, MPI_Fint *sendcounts, MPI_Fint *sdispls, MPI_Fint *sendtype, char *recvbuf, MPI_Fint *recvcounts, MPI_Fint *rdispls, MPI_Fint *recvtype, MPI_Fint *comm, MPI_Fint *info, MPI_Fint *request, MPI_Fint *ierr),
sendcounts         47 ompi/mpiext/pcollreq/mpif-h/neighbor_alltoallv_init_f.c                             (sendbuf, sendcounts, sdispls, sendtype, recvbuf, recvcounts, rdispls, recvtype, comm, info, request, ierr) )
sendcounts         66 ompi/mpiext/pcollreq/mpif-h/neighbor_alltoallv_init_f.c                             (char *sendbuf, MPI_Fint *sendcounts, MPI_Fint *sdispls, MPI_Fint *sendtype, char *recvbuf, MPI_Fint *recvcounts, MPI_Fint *rdispls, MPI_Fint *recvtype, MPI_Fint *comm, MPI_Fint *info, MPI_Fint *request, MPI_Fint *ierr),
sendcounts         67 ompi/mpiext/pcollreq/mpif-h/neighbor_alltoallv_init_f.c                             (sendbuf, sendcounts, sdispls, sendtype, recvbuf, recvcounts, rdispls, recvtype, comm, info, request, ierr) )
sendcounts         74 ompi/mpiext/pcollreq/mpif-h/neighbor_alltoallv_init_f.c void ompix_neighbor_alltoallv_init_f(char *sendbuf, MPI_Fint *sendcounts, MPI_Fint *sdispls,
sendcounts         84 ompi/mpiext/pcollreq/mpif-h/neighbor_alltoallv_init_f.c     OMPI_ARRAY_NAME_DECL(sendcounts);
sendcounts         95 ompi/mpiext/pcollreq/mpif-h/neighbor_alltoallv_init_f.c     OMPI_ARRAY_FINT_2_INT(sendcounts, size);
sendcounts        105 ompi/mpiext/pcollreq/mpif-h/neighbor_alltoallv_init_f.c                                            OMPI_ARRAY_NAME_CONVERT(sendcounts),
sendcounts        115 ompi/mpiext/pcollreq/mpif-h/neighbor_alltoallv_init_f.c     OMPI_ARRAY_FINT_2_INT_CLEANUP(sendcounts);
sendcounts         46 ompi/mpiext/pcollreq/mpif-h/neighbor_alltoallw_init_f.c                             (char *sendbuf, MPI_Fint *sendcounts, MPI_Aint *sdispls, MPI_Fint *sendtypes, char *recvbuf, MPI_Fint *recvcounts, MPI_Aint *rdispls, MPI_Fint *recvtypes, MPI_Fint *comm, MPI_Fint *info, MPI_Fint *request, MPI_Fint *ierr),
sendcounts         47 ompi/mpiext/pcollreq/mpif-h/neighbor_alltoallw_init_f.c                             (sendbuf, sendcounts, sdispls, sendtypes, recvbuf, recvcounts, rdispls, recvtypes, comm, info, request, ierr) )
sendcounts         66 ompi/mpiext/pcollreq/mpif-h/neighbor_alltoallw_init_f.c                             (char *sendbuf, MPI_Fint *sendcounts, MPI_Aint *sdispls, MPI_Fint *sendtypes, char *recvbuf, MPI_Fint *recvcounts, MPI_Aint *rdispls, MPI_Fint *recvtypes, MPI_Fint *comm, MPI_Fint *info, MPI_Fint *request, MPI_Fint *ierr),
sendcounts         67 ompi/mpiext/pcollreq/mpif-h/neighbor_alltoallw_init_f.c                             (sendbuf, sendcounts, sdispls, sendtypes, recvbuf, recvcounts, rdispls, recvtypes, comm, info, request, ierr) )
sendcounts         74 ompi/mpiext/pcollreq/mpif-h/neighbor_alltoallw_init_f.c void ompix_neighbor_alltoallw_init_f(char *sendbuf, MPI_Fint *sendcounts,
sendcounts         85 ompi/mpiext/pcollreq/mpif-h/neighbor_alltoallw_init_f.c     OMPI_ARRAY_NAME_DECL(sendcounts);
sendcounts         95 ompi/mpiext/pcollreq/mpif-h/neighbor_alltoallw_init_f.c     OMPI_ARRAY_FINT_2_INT(sendcounts, size);
sendcounts        109 ompi/mpiext/pcollreq/mpif-h/neighbor_alltoallw_init_f.c                                            OMPI_ARRAY_NAME_CONVERT(sendcounts),
sendcounts        119 ompi/mpiext/pcollreq/mpif-h/neighbor_alltoallw_init_f.c     OMPI_ARRAY_FINT_2_INT_CLEANUP(sendcounts);
sendcounts         43 ompi/mpiext/pcollreq/mpif-h/scatterv_init_f.c                             (char *sendbuf, MPI_Fint *sendcounts, MPI_Fint *displs, MPI_Fint *sendtype, char *recvbuf, MPI_Fint *recvcount, MPI_Fint *recvtype, MPI_Fint *root, MPI_Fint *comm, MPI_Fint *info, MPI_Fint *request, MPI_Fint *ierr),
sendcounts         44 ompi/mpiext/pcollreq/mpif-h/scatterv_init_f.c                             (sendbuf, sendcounts, displs, sendtype, recvbuf, recvcount, recvtype, root, comm, info, request, ierr) )
sendcounts         63 ompi/mpiext/pcollreq/mpif-h/scatterv_init_f.c                             (char *sendbuf, MPI_Fint *sendcounts, MPI_Fint *displs, MPI_Fint *sendtype, char *recvbuf, MPI_Fint *recvcount, MPI_Fint *recvtype, MPI_Fint *root, MPI_Fint *comm, MPI_Fint *info, MPI_Fint *request, MPI_Fint *ierr),
sendcounts         64 ompi/mpiext/pcollreq/mpif-h/scatterv_init_f.c                             (sendbuf, sendcounts, displs, sendtype, recvbuf, recvcount, recvtype, root, comm, info, request, ierr) )
sendcounts         71 ompi/mpiext/pcollreq/mpif-h/scatterv_init_f.c void ompix_scatterv_init_f(char *sendbuf, MPI_Fint *sendcounts,
sendcounts         82 ompi/mpiext/pcollreq/mpif-h/scatterv_init_f.c     OMPI_ARRAY_NAME_DECL(sendcounts);
sendcounts         91 ompi/mpiext/pcollreq/mpif-h/scatterv_init_f.c     OMPI_ARRAY_FINT_2_INT(sendcounts, size);
sendcounts         99 ompi/mpiext/pcollreq/mpif-h/scatterv_init_f.c                                 OMPI_ARRAY_NAME_CONVERT(sendcounts),
sendcounts        108 ompi/mpiext/pcollreq/mpif-h/scatterv_init_f.c     OMPI_ARRAY_FINT_2_INT_CLEANUP(sendcounts);
sendcounts        115 ompi/mpiext/pcollreq/use-mpi-f08/mpiext_pcollreq_usempif08.h     subroutine mpix_alltoallv_init(sendbuf, sendcounts, sdispls, sendtype, &
sendcounts        127 ompi/mpiext/pcollreq/use-mpi-f08/mpiext_pcollreq_usempif08.h         integer, intent(in), asynchronous :: sendcounts(*), sdispls(*), recvcounts(*), rdispls(*)
sendcounts        137 ompi/mpiext/pcollreq/use-mpi-f08/mpiext_pcollreq_usempif08.h     subroutine mpix_alltoallw_init(sendbuf, sendcounts, sdispls, sendtypes, &
sendcounts        149 ompi/mpiext/pcollreq/use-mpi-f08/mpiext_pcollreq_usempif08.h         integer, intent(in), asynchronous :: sendcounts(*), sdispls(*), recvcounts(*), rdispls(*)
sendcounts        372 ompi/mpiext/pcollreq/use-mpi-f08/mpiext_pcollreq_usempif08.h     subroutine mpix_scatterv_init(sendbuf, sendcounts, displs, sendtype, &
sendcounts        385 ompi/mpiext/pcollreq/use-mpi-f08/mpiext_pcollreq_usempif08.h         integer, intent(in), asynchronous :: sendcounts(*), displs(*)
sendcounts        462 ompi/mpiext/pcollreq/use-mpi-f08/mpiext_pcollreq_usempif08.h     subroutine mpix_neighbor_alltoallv_init(sendbuf, sendcounts, sdispls, sendtype, &
sendcounts        474 ompi/mpiext/pcollreq/use-mpi-f08/mpiext_pcollreq_usempif08.h         integer, intent(in), asynchronous :: sendcounts(*), sdispls(*), recvcounts(*), rdispls(*)
sendcounts        484 ompi/mpiext/pcollreq/use-mpi-f08/mpiext_pcollreq_usempif08.h     subroutine mpix_neighbor_alltoallw_init(sendbuf, sendcounts, sdispls, sendtypes, &
sendcounts        496 ompi/mpiext/pcollreq/use-mpi-f08/mpiext_pcollreq_usempif08.h         integer, intent(in), asynchronous :: sendcounts(*), recvcounts(*)
sendcounts        597 ompi/mpiext/pcollreq/use-mpi-f08/mpiext_pcollreq_usempif08.h     subroutine pmpix_alltoallv_init(sendbuf, sendcounts, sdispls, sendtype, &
sendcounts        609 ompi/mpiext/pcollreq/use-mpi-f08/mpiext_pcollreq_usempif08.h         integer, intent(in), asynchronous :: sendcounts(*), sdispls(*), recvcounts(*), rdispls(*)
sendcounts        619 ompi/mpiext/pcollreq/use-mpi-f08/mpiext_pcollreq_usempif08.h     subroutine pmpix_alltoallw_init(sendbuf, sendcounts, sdispls, sendtypes, &
sendcounts        631 ompi/mpiext/pcollreq/use-mpi-f08/mpiext_pcollreq_usempif08.h         integer, intent(in), asynchronous :: sendcounts(*), sdispls(*), recvcounts(*), rdispls(*)
sendcounts        854 ompi/mpiext/pcollreq/use-mpi-f08/mpiext_pcollreq_usempif08.h     subroutine pmpix_scatterv_init(sendbuf, sendcounts, displs, sendtype, &
sendcounts        867 ompi/mpiext/pcollreq/use-mpi-f08/mpiext_pcollreq_usempif08.h         integer, intent(in), asynchronous :: sendcounts(*), displs(*)
sendcounts        944 ompi/mpiext/pcollreq/use-mpi-f08/mpiext_pcollreq_usempif08.h     subroutine pmpix_neighbor_alltoallv_init(sendbuf, sendcounts, sdispls, sendtype, &
sendcounts        956 ompi/mpiext/pcollreq/use-mpi-f08/mpiext_pcollreq_usempif08.h         integer, intent(in), asynchronous :: sendcounts(*), sdispls(*), recvcounts(*), rdispls(*)
sendcounts        966 ompi/mpiext/pcollreq/use-mpi-f08/mpiext_pcollreq_usempif08.h     subroutine pmpix_neighbor_alltoallw_init(sendbuf, sendcounts, sdispls, sendtypes, &
sendcounts        978 ompi/mpiext/pcollreq/use-mpi-f08/mpiext_pcollreq_usempif08.h         integer, intent(in), asynchronous :: sendcounts(*), recvcounts(*)
sendcounts        201 ompi/mpiext/pcollreq/use-mpi/mpiext_pcollreq_usempi.h     subroutine mpix_alltoallv_init(sendbuf, sendcounts, sdispls, sendtype, &
sendcounts        211 ompi/mpiext/pcollreq/use-mpi/mpiext_pcollreq_usempi.h         integer, dimension(*), intent(in) :: sendcounts
sendcounts        225 ompi/mpiext/pcollreq/use-mpi/mpiext_pcollreq_usempi.h     subroutine pmpix_alltoallv_init(sendbuf, sendcounts, sdispls, sendtype, &
sendcounts        235 ompi/mpiext/pcollreq/use-mpi/mpiext_pcollreq_usempi.h         integer, dimension(*), intent(in) :: sendcounts
sendcounts        249 ompi/mpiext/pcollreq/use-mpi/mpiext_pcollreq_usempi.h     subroutine mpix_alltoallw_init(sendbuf, sendcounts, sdispls, sendtypes, &
sendcounts        259 ompi/mpiext/pcollreq/use-mpi/mpiext_pcollreq_usempi.h         integer, dimension(*), intent(in) :: sendcounts
sendcounts        273 ompi/mpiext/pcollreq/use-mpi/mpiext_pcollreq_usempi.h     subroutine pmpix_alltoallw_init(sendbuf, sendcounts, sdispls, sendtypes, &
sendcounts        283 ompi/mpiext/pcollreq/use-mpi/mpiext_pcollreq_usempi.h         integer, dimension(*), intent(in) :: sendcounts
sendcounts        705 ompi/mpiext/pcollreq/use-mpi/mpiext_pcollreq_usempi.h     subroutine mpix_scatterv_init(sendbuf, sendcounts, displs, sendtype, &
sendcounts        715 ompi/mpiext/pcollreq/use-mpi/mpiext_pcollreq_usempi.h         integer, dimension(*), intent(in) :: sendcounts
sendcounts        729 ompi/mpiext/pcollreq/use-mpi/mpiext_pcollreq_usempi.h     subroutine pmpix_scatterv_init(sendbuf, sendcounts, displs, sendtype, &
sendcounts        739 ompi/mpiext/pcollreq/use-mpi/mpiext_pcollreq_usempi.h         integer, dimension(*), intent(in) :: sendcounts
sendcounts        887 ompi/mpiext/pcollreq/use-mpi/mpiext_pcollreq_usempi.h     subroutine mpix_neighbor_alltoallv_init(sendbuf, sendcounts, sdispls, sendtype, &
sendcounts        897 ompi/mpiext/pcollreq/use-mpi/mpiext_pcollreq_usempi.h         integer, dimension(*), intent(in) :: sendcounts
sendcounts        911 ompi/mpiext/pcollreq/use-mpi/mpiext_pcollreq_usempi.h     subroutine pmpix_neighbor_alltoallv_init(sendbuf, sendcounts, sdispls, sendtype, &
sendcounts        921 ompi/mpiext/pcollreq/use-mpi/mpiext_pcollreq_usempi.h         integer, dimension(*), intent(in) :: sendcounts
sendcounts        935 ompi/mpiext/pcollreq/use-mpi/mpiext_pcollreq_usempi.h     subroutine mpix_neighbor_alltoallw_init(sendbuf, sendcounts, sdispls, sendtypes, &
sendcounts        946 ompi/mpiext/pcollreq/use-mpi/mpiext_pcollreq_usempi.h         integer, dimension(*), intent(in) :: sendcounts
sendcounts        960 ompi/mpiext/pcollreq/use-mpi/mpiext_pcollreq_usempi.h     subroutine pmpix_neighbor_alltoallw_init(sendbuf, sendcounts, sdispls, sendtypes, &
sendcounts        971 ompi/mpiext/pcollreq/use-mpi/mpiext_pcollreq_usempi.h         integer, dimension(*), intent(in) :: sendcounts