recvcount          32 ompi/contrib/libompitrace/allgather.c                   void *recvbuf, int recvcount, MPI_Datatype recvtype,
recvcount          46 ompi/contrib/libompitrace/allgather.c            rank, (uintptr_t) sendbuf, sendcount, sendtypename, (uintptr_t) recvbuf, recvcount, recvtypename, commname);
recvcount          49 ompi/contrib/libompitrace/allgather.c     return PMPI_Allgather(sendbuf, sendcount, sendtype, recvbuf, recvcount, recvtype, comm);
recvcount          33 ompi/contrib/libompitrace/sendrecv.c                  int dest, int sendtag, void *recvbuf, int recvcount,
recvcount          52 ompi/contrib/libompitrace/sendrecv.c             (uintptr_t) recvbuf, recvcount, recvtypename, source, recvtag, commname);
recvcount          55 ompi/contrib/libompitrace/sendrecv.c     memset(recvbuf, 0, recvcount*size);
recvcount          58 ompi/contrib/libompitrace/sendrecv.c                          recvbuf, recvcount, recvtype, source, recvtag,
recvcount          70 ompi/mca/coll/base/coll_base_functions.h #define ALLGATHER_BASE_ARGS           const void *sendbuf, int sendcount, struct ompi_datatype_t *sendtype, void *recvbuf, int recvcount, struct ompi_datatype_t *recvtype, struct ompi_communicator_t *comm
recvcount          73 ompi/mca/coll/base/coll_base_functions.h #define ALLTOALL_BASE_ARGS            const void *sendbuf, int sendcount, struct ompi_datatype_t *sendtype, void *recvbuf, int recvcount, struct ompi_datatype_t *recvtype, struct ompi_communicator_t *comm
recvcount          79 ompi/mca/coll/base/coll_base_functions.h #define GATHER_BASE_ARGS              const void *sendbuf, int sendcount, struct ompi_datatype_t *sendtype, void *recvbuf, int recvcount, struct ompi_datatype_t *recvtype, int root, struct ompi_communicator_t *comm
recvcount          83 ompi/mca/coll/base/coll_base_functions.h #define REDUCESCATTERBLOCK_BASE_ARGS  const void *sendbuf, void *recvbuf, int recvcount, struct ompi_datatype_t *datatype, struct ompi_op_t *op, struct ompi_communicator_t *comm
recvcount          85 ompi/mca/coll/base/coll_base_functions.h #define SCATTER_BASE_ARGS             const void *sendbuf, int sendcount, struct ompi_datatype_t *sendtype, void *recvbuf, int recvcount, struct ompi_datatype_t *recvtype, int root, struct ompi_communicator_t *comm
recvcount          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
recvcount          87 ompi/mca/coll/base/coll_base_functions.h #define NEIGHBOR_ALLGATHER_BASE_ARGS  const void *sendbuf, int sendcount, struct ompi_datatype_t *sendtype, void *recvbuf, int recvcount, struct ompi_datatype_t *recvtype, struct ompi_communicator_t *comm
recvcount          89 ompi/mca/coll/base/coll_base_functions.h #define NEIGHBOR_ALLTOALL_BASE_ARGS   const void *sendbuf, int sendcount, struct ompi_datatype_t *sendtype, void *recvbuf, int recvcount, struct ompi_datatype_t *recvtype, struct ompi_communicator_t *comm
recvcount         162 ompi/mca/coll/base/coll_base_functions.h #define ALLGATHER_BASE_ARG_NAMES           sendbuf, sendcount, sendtype, recvbuf, recvcount, recvtype, comm
recvcount         165 ompi/mca/coll/base/coll_base_functions.h #define ALLTOALL_BASE_ARG_NAMES            sendbuf, sendcount, sendtype, recvbuf, recvcount, recvtype, comm
recvcount         171 ompi/mca/coll/base/coll_base_functions.h #define GATHER_BASE_ARG_NAMES              sendbuf, sendcount, sendtype, recvbuf, recvcount, recvtype, root, comm
recvcount         175 ompi/mca/coll/base/coll_base_functions.h #define REDUCESCATTERBLOCK_BASE_ARG_NAMES  sendbuf, recvbuf, recvcount, datatype, op, comm
recvcount         177 ompi/mca/coll/base/coll_base_functions.h #define SCATTER_BASE_ARG_NAMES             sendbuf, sendcount, sendtype, recvbuf, recvcount, recvtype, root, comm
recvcount         178 ompi/mca/coll/base/coll_base_functions.h #define SCATTERV_BASE_ARG_NAMES            sendbuf, sendcounts, displs, sendtype, recvbuf, recvcount, recvtype, root, comm
recvcount         179 ompi/mca/coll/base/coll_base_functions.h #define NEIGHBOR_ALLGATHER_BASE_ARG_NAMES  sendbuf, sendcount, sendtype, recvbuf, recvcount, recvtype, comm
recvcount         181 ompi/mca/coll/base/coll_base_functions.h #define NEIGHBOR_ALLTOALL_BASE_ARG_NAMES   sendbuf, sendcount, sendtype, recvbuf, recvcount, recvtype, comm
recvcount          75 ompi/mca/coll/base/coll_base_reduce.c     int recvcount, prevcount, inbi;
recvcount         141 ompi/mca/coll/base/coll_base_reduce.c         recvcount = 0;
recvcount         144 ompi/mca/coll/base/coll_base_reduce.c             prevcount = recvcount;
recvcount         146 ompi/mca/coll/base/coll_base_reduce.c             recvcount = count_by_segment;
recvcount         148 ompi/mca/coll/base/coll_base_reduce.c                 recvcount = original_count - (ptrdiff_t)count_by_segment * (ptrdiff_t)segindex;
recvcount         176 ompi/mca/coll/base/coll_base_reduce.c                     ret = MCA_PML_CALL(irecv(local_recvbuf, recvcount, datatype,
recvcount         205 ompi/mca/coll/base/coll_base_reduce.c                                    recvcount, datatype );
recvcount         165 ompi/mca/coll/libnbc/coll_libnbc.h int ompi_coll_libnbc_iallgather(const void* sendbuf, int sendcount, MPI_Datatype sendtype, void* recvbuf, int recvcount,
recvcount         174 ompi/mca/coll/libnbc/coll_libnbc.h int ompi_coll_libnbc_ialltoall(const void* sendbuf, int sendcount, MPI_Datatype sendtype, void* recvbuf, int recvcount,
recvcount         193 ompi/mca/coll/libnbc/coll_libnbc.h int ompi_coll_libnbc_igather(const void* sendbuf, int sendcount, MPI_Datatype sendtype, void* recvbuf, int recvcount,
recvcount         214 ompi/mca/coll/libnbc/coll_libnbc.h                               void* recvbuf, int recvcount, MPI_Datatype recvtype, int root,
recvcount         218 ompi/mca/coll/libnbc/coll_libnbc.h                                void* recvbuf, int recvcount, MPI_Datatype recvtype, int root,
recvcount         223 ompi/mca/coll/libnbc/coll_libnbc.h int ompi_coll_libnbc_iallgather_inter(const void* sendbuf, int sendcount, MPI_Datatype sendtype, void* recvbuf, int recvcount,
recvcount         232 ompi/mca/coll/libnbc/coll_libnbc.h int ompi_coll_libnbc_ialltoall_inter(const void* sendbuf, int sendcount, MPI_Datatype sendtype, void* recvbuf, int recvcount,
recvcount         248 ompi/mca/coll/libnbc/coll_libnbc.h int ompi_coll_libnbc_igather_inter(const void* sendbuf, int sendcount, MPI_Datatype sendtype, void* recvbuf, int recvcount,
recvcount         266 ompi/mca/coll/libnbc/coll_libnbc.h                               void* recvbuf, int recvcount, MPI_Datatype recvtype, int root,
recvcount         270 ompi/mca/coll/libnbc/coll_libnbc.h                                void* recvbuf, int recvcount, MPI_Datatype recvtype, int root,
recvcount         294 ompi/mca/coll/libnbc/coll_libnbc.h int ompi_coll_libnbc_allgather_init(const void* sendbuf, int sendcount, MPI_Datatype sendtype, void* recvbuf, int recvcount,
recvcount         303 ompi/mca/coll/libnbc/coll_libnbc.h int ompi_coll_libnbc_alltoall_init(const void* sendbuf, int sendcount, MPI_Datatype sendtype, void* recvbuf, int recvcount,
recvcount         322 ompi/mca/coll/libnbc/coll_libnbc.h int ompi_coll_libnbc_gather_init(const void* sendbuf, int sendcount, MPI_Datatype sendtype, void* recvbuf, int recvcount,
recvcount         342 ompi/mca/coll/libnbc/coll_libnbc.h                                   void* recvbuf, int recvcount, MPI_Datatype recvtype, int root,
recvcount         346 ompi/mca/coll/libnbc/coll_libnbc.h                                    void* recvbuf, int recvcount, MPI_Datatype recvtype, int root,
recvcount         350 ompi/mca/coll/libnbc/coll_libnbc.h int ompi_coll_libnbc_allgather_inter_init(const void* sendbuf, int sendcount, MPI_Datatype sendtype, void* recvbuf, int recvcount,
recvcount         359 ompi/mca/coll/libnbc/coll_libnbc.h int ompi_coll_libnbc_alltoall_inter_init(const void* sendbuf, int sendcount, MPI_Datatype sendtype, void* recvbuf, int recvcount,
recvcount         375 ompi/mca/coll/libnbc/coll_libnbc.h int ompi_coll_libnbc_gather_inter_init(const void* sendbuf, int sendcount, MPI_Datatype sendtype, void* recvbuf, int recvcount,
recvcount         393 ompi/mca/coll/libnbc/coll_libnbc.h                                         void* recvbuf, int recvcount, MPI_Datatype recvtype, int root,
recvcount         397 ompi/mca/coll/libnbc/coll_libnbc.h                                          void* recvbuf, int recvcount, MPI_Datatype recvtype, int root,
recvcount          39 ompi/mca/coll/libnbc/nbc_iallgather.c       (a->recvcount == b->recvcount) &&
recvcount          52 ompi/mca/coll/libnbc/nbc_iallgather.c static int nbc_allgather_init(const void* sendbuf, int sendcount, MPI_Datatype sendtype, void* recvbuf, int recvcount,
recvcount          92 ompi/mca/coll/libnbc/nbc_iallgather.c     sendcount = recvcount;
recvcount          95 ompi/mca/coll/libnbc/nbc_iallgather.c     rbuf = (char *) recvbuf + rank * recvcount * rcvext;
recvcount          96 ompi/mca/coll/libnbc/nbc_iallgather.c     res = NBC_Copy (sendbuf, sendcount, sendtype, rbuf, recvcount, recvtype, comm);
recvcount         111 ompi/mca/coll/libnbc/nbc_iallgather.c   search.recvcount = recvcount;
recvcount         124 ompi/mca/coll/libnbc/nbc_iallgather.c       rbuf = (char *)recvbuf + rank * recvcount * rcvext;
recvcount         126 ompi/mca/coll/libnbc/nbc_iallgather.c                             rbuf, false, recvcount, recvtype, schedule, true);
recvcount         136 ompi/mca/coll/libnbc/nbc_iallgather.c                                      recvbuf, recvcount, recvtype);
recvcount         140 ompi/mca/coll/libnbc/nbc_iallgather.c                                                 sendtype, recvbuf, recvcount, recvtype);
recvcount         162 ompi/mca/coll/libnbc/nbc_iallgather.c     args->recvcount = recvcount;
recvcount         193 ompi/mca/coll/libnbc/nbc_iallgather.c int ompi_coll_libnbc_iallgather(const void* sendbuf, int sendcount, MPI_Datatype sendtype, void* recvbuf, int recvcount,
recvcount         197 ompi/mca/coll/libnbc/nbc_iallgather.c     int res = nbc_allgather_init(sendbuf, sendcount, sendtype, recvbuf, recvcount, recvtype,
recvcount         213 ompi/mca/coll/libnbc/nbc_iallgather.c static int nbc_allgather_inter_init(const void* sendbuf, int sendcount, MPI_Datatype sendtype, void* recvbuf, int recvcount,
recvcount         240 ompi/mca/coll/libnbc/nbc_iallgather.c     rbuf = (char *) recvbuf + r * recvcount * rcvext;
recvcount         241 ompi/mca/coll/libnbc/nbc_iallgather.c     res = NBC_Sched_recv (rbuf, false, recvcount, recvtype, r, schedule, false);
recvcount         270 ompi/mca/coll/libnbc/nbc_iallgather.c int ompi_coll_libnbc_iallgather_inter(const void* sendbuf, int sendcount, MPI_Datatype sendtype, void* recvbuf, int recvcount,
recvcount         273 ompi/mca/coll/libnbc/nbc_iallgather.c     int res = nbc_allgather_inter_init(sendbuf, sendcount, sendtype, recvbuf, recvcount, recvtype,
recvcount         392 ompi/mca/coll/libnbc/nbc_iallgather.c int ompi_coll_libnbc_allgather_init(const void* sendbuf, int sendcount, MPI_Datatype sendtype, void* recvbuf, int recvcount,
recvcount         395 ompi/mca/coll/libnbc/nbc_iallgather.c     int res = nbc_allgather_init(sendbuf, sendcount, sendtype, recvbuf, recvcount, recvtype,
recvcount         404 ompi/mca/coll/libnbc/nbc_iallgather.c int ompi_coll_libnbc_allgather_inter_init(const void* sendbuf, int sendcount, MPI_Datatype sendtype, void* recvbuf, int recvcount,
recvcount         407 ompi/mca/coll/libnbc/nbc_iallgather.c     int res = nbc_allgather_inter_init(sendbuf, sendcount, sendtype, recvbuf, recvcount, recvtype,
recvcount          26 ompi/mca/coll/libnbc/nbc_ialltoall.c                                    int recvcount, MPI_Datatype recvtype, MPI_Comm comm);
recvcount          29 ompi/mca/coll/libnbc/nbc_ialltoall.c                                      int recvcount, MPI_Datatype recvtype, MPI_Comm comm);
recvcount          32 ompi/mca/coll/libnbc/nbc_ialltoall.c                                  int recvcount, MPI_Datatype recvtype, MPI_Comm comm, void* tmpbuf);
recvcount          43 ompi/mca/coll/libnbc/nbc_ialltoall.c       (a->recvcount == b->recvcount) &&
recvcount          57 ompi/mca/coll/libnbc/nbc_ialltoall.c static int nbc_alltoall_init(const void* sendbuf, int sendcount, MPI_Datatype sendtype, void* recvbuf, int recvcount,
recvcount         116 ompi/mca/coll/libnbc/nbc_ialltoall.c     span = opal_datatype_span(&recvtype->super, recvcount, &gap);
recvcount         189 ompi/mca/coll/libnbc/nbc_ialltoall.c   search.recvcount = recvcount;
recvcount         203 ompi/mca/coll/libnbc/nbc_ialltoall.c       rbuf = (char *) recvbuf + (MPI_Aint)rank * (MPI_Aint)recvcount * rcvext;
recvcount         206 ompi/mca/coll/libnbc/nbc_ialltoall.c                             rbuf, false, recvcount, recvtype, schedule, false);
recvcount         216 ompi/mca/coll/libnbc/nbc_ialltoall.c         res = a2a_sched_inplace(rank, p, schedule, recvbuf, recvcount, recvtype, rcvext, gap, comm);
recvcount         219 ompi/mca/coll/libnbc/nbc_ialltoall.c         res = a2a_sched_linear(rank, p, sndext, rcvext, schedule, sendbuf, sendcount, sendtype, recvbuf, recvcount, recvtype, comm);
recvcount         222 ompi/mca/coll/libnbc/nbc_ialltoall.c         res = a2a_sched_diss(rank, p, sndext, rcvext, schedule, sendbuf, sendcount, sendtype, recvbuf, recvcount, recvtype, comm, tmpbuf);
recvcount         225 ompi/mca/coll/libnbc/nbc_ialltoall.c         res = a2a_sched_pairwise(rank, p, sndext, rcvext, schedule, sendbuf, sendcount, sendtype, recvbuf, recvcount, recvtype, comm);
recvcount         250 ompi/mca/coll/libnbc/nbc_ialltoall.c       args->recvcount = recvcount;
recvcount         284 ompi/mca/coll/libnbc/nbc_ialltoall.c int ompi_coll_libnbc_ialltoall(const void* sendbuf, int sendcount, MPI_Datatype sendtype, void* recvbuf, int recvcount,
recvcount         287 ompi/mca/coll/libnbc/nbc_ialltoall.c     int res = nbc_alltoall_init(sendbuf, sendcount, sendtype, recvbuf, recvcount, recvtype,
recvcount         303 ompi/mca/coll/libnbc/nbc_ialltoall.c static int nbc_alltoall_inter_init (const void* sendbuf, int sendcount, MPI_Datatype sendtype, void* recvbuf, int recvcount,
recvcount         341 ompi/mca/coll/libnbc/nbc_ialltoall.c     rbuf = (char *) recvbuf + i * recvcount * rcvext;
recvcount         342 ompi/mca/coll/libnbc/nbc_ialltoall.c     res = NBC_Sched_recv (rbuf, false, recvcount, recvtype, i, schedule, false);
recvcount         368 ompi/mca/coll/libnbc/nbc_ialltoall.c int ompi_coll_libnbc_ialltoall_inter (const void* sendbuf, int sendcount, MPI_Datatype sendtype, void* recvbuf, int recvcount,
recvcount         371 ompi/mca/coll/libnbc/nbc_ialltoall.c     int res = nbc_alltoall_inter_init(sendbuf, sendcount, sendtype, recvbuf, recvcount, recvtype,
recvcount         388 ompi/mca/coll/libnbc/nbc_ialltoall.c                                      const void* sendbuf, int sendcount, MPI_Datatype sendtype, void* recvbuf, int recvcount,
recvcount         400 ompi/mca/coll/libnbc/nbc_ialltoall.c     char *rbuf = (char *) recvbuf + rcvpeer * recvcount * rcvext;
recvcount         401 ompi/mca/coll/libnbc/nbc_ialltoall.c     res = NBC_Sched_recv (rbuf, false, recvcount, recvtype, rcvpeer, schedule, false);
recvcount         417 ompi/mca/coll/libnbc/nbc_ialltoall.c                                    const void* sendbuf, int sendcount, MPI_Datatype sendtype, void* recvbuf, int recvcount,
recvcount         427 ompi/mca/coll/libnbc/nbc_ialltoall.c     char *rbuf = (char *) recvbuf + (intptr_t)r * (intptr_t)recvcount * rcvext;
recvcount         428 ompi/mca/coll/libnbc/nbc_ialltoall.c     res = NBC_Sched_recv (rbuf, false, recvcount, recvtype, r, schedule, false);
recvcount         444 ompi/mca/coll/libnbc/nbc_ialltoall.c                                  const void* sendbuf, int sendcount, MPI_Datatype sendtype, void* recvbuf, int recvcount,
recvcount         526 ompi/mca/coll/libnbc/nbc_ialltoall.c     rbuf = (char *) recvbuf + ((rank - i + p) % p) * recvcount * rcvext;
recvcount         527 ompi/mca/coll/libnbc/nbc_ialltoall.c     res = NBC_Sched_unpack ((void *)(intptr_t) (i * datasize), true, recvcount, recvtype, rbuf, false, schedule,
recvcount         594 ompi/mca/coll/libnbc/nbc_ialltoall.c int ompi_coll_libnbc_alltoall_init (const void* sendbuf, int sendcount, MPI_Datatype sendtype, void* recvbuf, int recvcount,
recvcount         597 ompi/mca/coll/libnbc/nbc_ialltoall.c     int res = nbc_alltoall_init(sendbuf, sendcount, sendtype, recvbuf, recvcount, recvtype,
recvcount         606 ompi/mca/coll/libnbc/nbc_ialltoall.c int ompi_coll_libnbc_alltoall_inter_init (const void* sendbuf, int sendcount, MPI_Datatype sendtype, void* recvbuf, int recvcount,
recvcount         609 ompi/mca/coll/libnbc/nbc_ialltoall.c     int res = nbc_alltoall_inter_init(sendbuf, sendcount, sendtype, recvbuf, recvcount, recvtype,
recvcount          33 ompi/mca/coll/libnbc/nbc_igather.c       (a->recvcount == b->recvcount) &&
recvcount          48 ompi/mca/coll/libnbc/nbc_igather.c                            int recvcount, MPI_Datatype recvtype, int root,
recvcount          72 ompi/mca/coll/libnbc/nbc_igather.c     sendcount = recvcount;
recvcount          84 ompi/mca/coll/libnbc/nbc_igather.c   search.recvcount = recvcount;
recvcount         106 ompi/mca/coll/libnbc/nbc_igather.c         rbuf = (char *)recvbuf + i * recvcount * rcvext;
recvcount         111 ompi/mca/coll/libnbc/nbc_igather.c                                   rbuf, false, recvcount, recvtype, schedule, false);
recvcount         119 ompi/mca/coll/libnbc/nbc_igather.c           res = NBC_Sched_recv (rbuf, false, recvcount, recvtype, i, schedule, false);
recvcount         142 ompi/mca/coll/libnbc/nbc_igather.c       args->recvcount = recvcount;
recvcount         177 ompi/mca/coll/libnbc/nbc_igather.c                              int recvcount, MPI_Datatype recvtype, int root,
recvcount         180 ompi/mca/coll/libnbc/nbc_igather.c     int res = nbc_gather_init(sendbuf, sendcount, sendtype, recvbuf, recvcount, recvtype, root,
recvcount         197 ompi/mca/coll/libnbc/nbc_igather.c                                   int recvcount, MPI_Datatype recvtype, int root,
recvcount         231 ompi/mca/coll/libnbc/nbc_igather.c             rbuf = ((char *)recvbuf) + (i * recvcount * rcvext);
recvcount         233 ompi/mca/coll/libnbc/nbc_igather.c             res = NBC_Sched_recv (rbuf, false, recvcount, recvtype, i, schedule, false);
recvcount         257 ompi/mca/coll/libnbc/nbc_igather.c                                    int recvcount, MPI_Datatype recvtype, int root,
recvcount         260 ompi/mca/coll/libnbc/nbc_igather.c     int res = nbc_gather_inter_init(sendbuf, sendcount, sendtype, recvbuf, recvcount, recvtype, root,
recvcount         277 ompi/mca/coll/libnbc/nbc_igather.c                                  int recvcount, MPI_Datatype recvtype, int root,
recvcount         280 ompi/mca/coll/libnbc/nbc_igather.c     int res = nbc_gather_init(sendbuf, sendcount, sendtype, recvbuf, recvcount, recvtype, root,
recvcount         290 ompi/mca/coll/libnbc/nbc_igather.c                                        int recvcount, MPI_Datatype recvtype, int root,
recvcount         293 ompi/mca/coll/libnbc/nbc_igather.c     int res = nbc_gather_inter_init(sendbuf, sendcount, sendtype, recvbuf, recvcount, recvtype, root,
recvcount         178 ompi/mca/coll/libnbc/nbc_internal.h   int recvcount;
recvcount         189 ompi/mca/coll/libnbc/nbc_internal.h   int recvcount;
recvcount         219 ompi/mca/coll/libnbc/nbc_internal.h   int recvcount;
recvcount         252 ompi/mca/coll/libnbc/nbc_internal.h   int recvcount;
recvcount          43 ompi/mca/coll/libnbc/nbc_ireduce_scatter_block.c static int nbc_reduce_scatter_block_init(const void* sendbuf, void* recvbuf, int recvcount, MPI_Datatype datatype,
recvcount          72 ompi/mca/coll/libnbc/nbc_ireduce_scatter_block.c   count = p * recvcount;
recvcount         162 ompi/mca/coll/libnbc/nbc_ireduce_scatter_block.c       res = NBC_Sched_recv (recvbuf, false, recvcount, datatype, 0, schedule, false);
recvcount         170 ompi/mca/coll/libnbc/nbc_ireduce_scatter_block.c         offset += recvcount;
recvcount         173 ompi/mca/coll/libnbc/nbc_ireduce_scatter_block.c         res = NBC_Sched_send (sbuf, true, recvcount, datatype, r, schedule, false);
recvcount         182 ompi/mca/coll/libnbc/nbc_ireduce_scatter_block.c         res = NBC_Sched_copy (lbuf, true, recvcount, datatype, recvbuf, false, recvcount,
recvcount         210 ompi/mca/coll/libnbc/nbc_ireduce_scatter_block.c int ompi_coll_libnbc_ireduce_scatter_block(const void* sendbuf, void* recvbuf, int recvcount, MPI_Datatype datatype,
recvcount         213 ompi/mca/coll/libnbc/nbc_ireduce_scatter_block.c     int res = nbc_reduce_scatter_block_init(sendbuf, recvbuf, recvcount, datatype, op,
recvcount         349 ompi/mca/coll/libnbc/nbc_ireduce_scatter_block.c int ompi_coll_libnbc_ireduce_scatter_block_inter(const void* sendbuf, void* recvbuf, int recvcount, MPI_Datatype datatype,
recvcount         352 ompi/mca/coll/libnbc/nbc_ireduce_scatter_block.c     int res = nbc_reduce_scatter_block_inter_init(sendbuf, recvbuf, recvcount, datatype, op,
recvcount         367 ompi/mca/coll/libnbc/nbc_ireduce_scatter_block.c int ompi_coll_libnbc_reduce_scatter_block_init(const void* sendbuf, void* recvbuf, int recvcount, MPI_Datatype datatype,
recvcount         370 ompi/mca/coll/libnbc/nbc_ireduce_scatter_block.c     int res = nbc_reduce_scatter_block_init(sendbuf, recvbuf, recvcount, datatype, op,
recvcount         379 ompi/mca/coll/libnbc/nbc_ireduce_scatter_block.c int ompi_coll_libnbc_reduce_scatter_block_inter_init(const void* sendbuf, void* recvbuf, int recvcount, MPI_Datatype datatype,
recvcount         382 ompi/mca/coll/libnbc/nbc_ireduce_scatter_block.c     int res = nbc_reduce_scatter_block_inter_init(sendbuf, recvbuf, recvcount, datatype, op,
recvcount          33 ompi/mca/coll/libnbc/nbc_iscatter.c         (a->recvcount == b->recvcount) &&
recvcount          49 ompi/mca/coll/libnbc/nbc_iscatter.c                              void* recvbuf, int recvcount, MPI_Datatype recvtype, int root,
recvcount          81 ompi/mca/coll/libnbc/nbc_iscatter.c   search.recvcount=recvcount;
recvcount          95 ompi/mca/coll/libnbc/nbc_iscatter.c       res = NBC_Sched_recv (recvbuf, false, recvcount, recvtype, root, schedule, false);
recvcount         107 ompi/mca/coll/libnbc/nbc_iscatter.c                                   recvbuf, false, recvcount, recvtype, schedule, false);
recvcount         137 ompi/mca/coll/libnbc/nbc_iscatter.c       args->recvcount = recvcount;
recvcount         172 ompi/mca/coll/libnbc/nbc_iscatter.c                                void* recvbuf, int recvcount, MPI_Datatype recvtype, int root,
recvcount         175 ompi/mca/coll/libnbc/nbc_iscatter.c     int res = nbc_scatter_init(sendbuf, sendcount, sendtype, recvbuf, recvcount, recvtype, root,
recvcount         191 ompi/mca/coll/libnbc/nbc_iscatter.c                                    void* recvbuf, int recvcount, MPI_Datatype recvtype, int root,
recvcount         218 ompi/mca/coll/libnbc/nbc_iscatter.c         res = NBC_Sched_recv(recvbuf, false, recvcount, recvtype, root, schedule, false);
recvcount         251 ompi/mca/coll/libnbc/nbc_iscatter.c                                      void* recvbuf, int recvcount, MPI_Datatype recvtype, int root,
recvcount         254 ompi/mca/coll/libnbc/nbc_iscatter.c     int res = nbc_scatter_inter_init(sendbuf, sendcount, sendtype, recvbuf, recvcount, recvtype, root,
recvcount         270 ompi/mca/coll/libnbc/nbc_iscatter.c                                   void* recvbuf, int recvcount, MPI_Datatype recvtype, int root,
recvcount         273 ompi/mca/coll/libnbc/nbc_iscatter.c     int res = nbc_scatter_init(sendbuf, sendcount, sendtype, recvbuf, recvcount, recvtype, root,
recvcount         283 ompi/mca/coll/libnbc/nbc_iscatter.c                                         void* recvbuf, int recvcount, MPI_Datatype recvtype, int root,
recvcount         286 ompi/mca/coll/libnbc/nbc_iscatter.c     int res = nbc_scatter_inter_init(sendbuf, sendcount, sendtype, recvbuf, recvcount, recvtype, root,
recvcount          32 ompi/mca/coll/libnbc/nbc_iscatterv.c                              void* recvbuf, int recvcount, MPI_Datatype recvtype, int root,
recvcount          68 ompi/mca/coll/libnbc/nbc_iscatterv.c                                 recvbuf, false, recvcount, recvtype, schedule, false);
recvcount          84 ompi/mca/coll/libnbc/nbc_iscatterv.c     res = NBC_Sched_recv (recvbuf, false, recvcount, recvtype, root, schedule, false);
recvcount         107 ompi/mca/coll/libnbc/nbc_iscatterv.c                                void* recvbuf, int recvcount, MPI_Datatype recvtype, int root,
recvcount         110 ompi/mca/coll/libnbc/nbc_iscatterv.c     int res = nbc_scatterv_init(sendbuf, sendcounts, displs, sendtype, recvbuf, recvcount, recvtype, root,
recvcount         126 ompi/mca/coll/libnbc/nbc_iscatterv.c                                     void* recvbuf, int recvcount, MPI_Datatype recvtype, int root,
recvcount         145 ompi/mca/coll/libnbc/nbc_iscatterv.c         res = NBC_Sched_recv(recvbuf, false, recvcount, recvtype, root, schedule, false);
recvcount         185 ompi/mca/coll/libnbc/nbc_iscatterv.c                                      void* recvbuf, int recvcount, MPI_Datatype recvtype, int root,
recvcount         188 ompi/mca/coll/libnbc/nbc_iscatterv.c     int res = nbc_scatterv_inter_init(sendbuf, sendcounts, displs, sendtype, recvbuf, recvcount, recvtype, root,
recvcount         204 ompi/mca/coll/libnbc/nbc_iscatterv.c                                    void* recvbuf, int recvcount, MPI_Datatype recvtype, int root,
recvcount         207 ompi/mca/coll/libnbc/nbc_iscatterv.c     int res = nbc_scatterv_init(sendbuf, sendcounts, displs, sendtype, recvbuf, recvcount, recvtype, root,
recvcount         217 ompi/mca/coll/libnbc/nbc_iscatterv.c                                          void* recvbuf, int recvcount, MPI_Datatype recvtype, int root,
recvcount         220 ompi/mca/coll/libnbc/nbc_iscatterv.c     int res = nbc_scatterv_inter_init(sendbuf, sendcounts, displs, sendtype, recvbuf, recvcount, recvtype, root,
recvcount          48 ompi/mpi/c/allgather.c                   void *recvbuf, int recvcount, MPI_Datatype recvtype,
recvcount          68 ompi/mpi/c/allgather.c                             recvcount, recvtype);
recvcount          74 ompi/mpi/c/allgather.c         memchecker_call(&opal_memchecker_base_isaddressable, recvbuf, recvcount, recvtype);
recvcount          88 ompi/mpi/c/allgather.c         } else if (recvcount < 0) {
recvcount         106 ompi/mpi/c/allgather.c             (0 == recvcount)) {
recvcount         116 ompi/mpi/c/allgather.c 	if ( 0 == sendcount && 0 == recvcount ) {
recvcount         126 ompi/mpi/c/allgather.c                                       recvbuf, recvcount, recvtype, comm,
recvcount          49 ompi/mpi/c/alltoall.c                  void *recvbuf, int recvcount, MPI_Datatype recvtype,
recvcount          64 ompi/mpi/c/alltoall.c         memchecker_call(&opal_memchecker_base_isaddressable, recvbuf, recvcount, recvtype);
recvcount          86 ompi/mpi/c/alltoall.c             OMPI_CHECK_DATATYPE_FOR_RECV(err, recvtype, recvcount);
recvcount          94 ompi/mpi/c/alltoall.c             if ((sendtype_size*sendcount) != (recvtype_size*recvcount)) {
recvcount         102 ompi/mpi/c/alltoall.c         if( (0 == recvcount) || (0 == recvtype_size) ) {
recvcount         111 ompi/mpi/c/alltoall.c                                      recvbuf, recvcount, recvtype,
recvcount          48 ompi/mpi/c/gather.c                void *recvbuf, int recvcount, MPI_Datatype recvtype,
recvcount          69 ompi/mpi/c/gather.c                                   recvcount, recvtype);
recvcount          77 ompi/mpi/c/gather.c                 memchecker_call(&opal_memchecker_base_isaddressable, recvbuf, recvcount, recvtype);
recvcount          87 ompi/mpi/c/gather.c                 memchecker_call(&opal_memchecker_base_isaddressable, recvbuf, recvcount, recvtype);
recvcount         133 ompi/mpi/c/gather.c                 if (recvcount < 0) {
recvcount         159 ompi/mpi/c/gather.c                 if (recvcount < 0) {
recvcount         176 ompi/mpi/c/gather.c          0 == recvcount) ||
recvcount         177 ompi/mpi/c/gather.c         (0 == recvcount && (MPI_ROOT == root || MPI_PROC_NULL == root))) {
recvcount         185 ompi/mpi/c/gather.c                                    recvcount, recvtype, root, comm,
recvcount          48 ompi/mpi/c/iallgather.c                    void *recvbuf, int recvcount, MPI_Datatype recvtype,
recvcount          68 ompi/mpi/c/iallgather.c                             recvcount, recvtype);
recvcount          74 ompi/mpi/c/iallgather.c         memchecker_call(&opal_memchecker_base_isaddressable, recvbuf, recvcount, recvtype);
recvcount          88 ompi/mpi/c/iallgather.c         } else if (recvcount < 0) {
recvcount         103 ompi/mpi/c/iallgather.c                                        recvbuf, recvcount, recvtype, comm,
recvcount          48 ompi/mpi/c/ialltoall.c                   void *recvbuf, int recvcount, MPI_Datatype recvtype,
recvcount          63 ompi/mpi/c/ialltoall.c         memchecker_call(&opal_memchecker_base_isaddressable, recvbuf, recvcount, recvtype);
recvcount          85 ompi/mpi/c/ialltoall.c             OMPI_CHECK_DATATYPE_FOR_RECV(err, recvtype, recvcount);
recvcount          92 ompi/mpi/c/ialltoall.c             if ((sendtype_size*sendcount) != (recvtype_size*recvcount)) {
recvcount         102 ompi/mpi/c/ialltoall.c                                       recvbuf, recvcount, recvtype, comm,
recvcount          48 ompi/mpi/c/igather.c                 void *recvbuf, int recvcount, MPI_Datatype recvtype,
recvcount          69 ompi/mpi/c/igather.c                                   recvcount, recvtype);
recvcount          77 ompi/mpi/c/igather.c                 memchecker_call(&opal_memchecker_base_isaddressable, recvbuf, recvcount, recvtype);
recvcount          87 ompi/mpi/c/igather.c                 memchecker_call(&opal_memchecker_base_isaddressable, recvbuf, recvcount, recvtype);
recvcount         133 ompi/mpi/c/igather.c                 if (recvcount < 0) {
recvcount         159 ompi/mpi/c/igather.c                 if (recvcount < 0) {
recvcount         174 ompi/mpi/c/igather.c                                     recvcount, recvtype, root, comm, request,
recvcount          51 ompi/mpi/c/ineighbor_allgather.c                             void *recvbuf, int recvcount, MPI_Datatype recvtype,
recvcount          73 ompi/mpi/c/ineighbor_allgather.c         memchecker_call(&opal_memchecker_base_isaddressable, recvbuf, recvcount, recvtype);
recvcount          89 ompi/mpi/c/ineighbor_allgather.c         } else if (recvcount < 0) {
recvcount         125 ompi/mpi/c/ineighbor_allgather.c                                                 recvcount, recvtype, comm, request,
recvcount          51 ompi/mpi/c/ineighbor_alltoall.c                            void *recvbuf, int recvcount, MPI_Datatype recvtype,
recvcount          66 ompi/mpi/c/ineighbor_alltoall.c         memchecker_call(&opal_memchecker_base_isaddressable, recvbuf, recvcount, recvtype);
recvcount          88 ompi/mpi/c/ineighbor_alltoall.c             OMPI_CHECK_DATATYPE_FOR_RECV(err, recvtype, recvcount);
recvcount          94 ompi/mpi/c/ineighbor_alltoall.c         if ((sendtype_size*sendcount) != (recvtype_size*recvcount)) {
recvcount         125 ompi/mpi/c/ineighbor_alltoall.c                                                recvbuf, recvcount, recvtype, comm,
recvcount          47 ompi/mpi/c/ireduce_scatter_block.c int MPI_Ireduce_scatter_block(const void *sendbuf, void *recvbuf, int recvcount,
recvcount          61 ompi/mpi/c/ireduce_scatter_block.c                         recvcount, datatype);
recvcount          65 ompi/mpi/c/ireduce_scatter_block.c             memchecker_call(&opal_memchecker_base_isdefined, recvbuf, recvcount, datatype);
recvcount          67 ompi/mpi/c/ireduce_scatter_block.c             memchecker_call(&opal_memchecker_base_isdefined, sendbuf, recvcount, datatype);
recvcount          95 ompi/mpi/c/ireduce_scatter_block.c         OMPI_CHECK_DATATYPE_FOR_SEND(err, datatype, recvcount);
recvcount         104 ompi/mpi/c/ireduce_scatter_block.c     err = comm->c_coll->coll_ireduce_scatter_block(sendbuf, recvbuf, recvcount,
recvcount          48 ompi/mpi/c/iscatter.c                  void *recvbuf, int recvcount, MPI_Datatype recvtype,
recvcount          65 ompi/mpi/c/iscatter.c                     memchecker_call(&opal_memchecker_base_isaddressable, recvbuf, recvcount, recvtype);
recvcount          70 ompi/mpi/c/iscatter.c                 memchecker_call(&opal_memchecker_base_isaddressable, recvbuf, recvcount, recvtype);
recvcount          80 ompi/mpi/c/iscatter.c                 memchecker_call(&opal_memchecker_base_isaddressable, recvbuf, recvcount, recvtype);
recvcount         105 ompi/mpi/c/iscatter.c               if (recvcount < 0) {
recvcount         135 ompi/mpi/c/iscatter.c             if (recvcount < 0) {
recvcount         157 ompi/mpi/c/iscatter.c                                      recvcount, recvtype, root, comm, request,
recvcount          46 ompi/mpi/c/iscatterv.c                   MPI_Datatype sendtype, void *recvbuf, int recvcount,
recvcount          72 ompi/mpi/c/iscatterv.c                     memchecker_call(&opal_memchecker_base_isaddressable, recvbuf, recvcount, recvtype);
recvcount          77 ompi/mpi/c/iscatterv.c                   memchecker_call(&opal_memchecker_base_isaddressable, recvbuf, recvcount, recvtype);
recvcount          90 ompi/mpi/c/iscatterv.c                 memchecker_call(&opal_memchecker_base_isaddressable, recvbuf, recvcount, recvtype);
recvcount         117 ompi/mpi/c/iscatterv.c                 if (recvcount < 0) {
recvcount         162 ompi/mpi/c/iscatterv.c                 if (recvcount < 0) {
recvcount         197 ompi/mpi/c/iscatterv.c                                       sendtype, recvbuf, recvcount, recvtype, root, comm,
recvcount          51 ompi/mpi/c/neighbor_allgather.c                            void *recvbuf, int recvcount, MPI_Datatype recvtype,
recvcount          73 ompi/mpi/c/neighbor_allgather.c         memchecker_call(&opal_memchecker_base_isaddressable, recvbuf, recvcount, recvtype);
recvcount          89 ompi/mpi/c/neighbor_allgather.c         } else if (recvcount < 0) {
recvcount         124 ompi/mpi/c/neighbor_allgather.c     if ((0 == sendcount) || (0 == recvcount)) {
recvcount         132 ompi/mpi/c/neighbor_allgather.c                                                recvbuf, recvcount, recvtype, comm,
recvcount          50 ompi/mpi/c/neighbor_alltoall.c                           void *recvbuf, int recvcount, MPI_Datatype recvtype,
recvcount          65 ompi/mpi/c/neighbor_alltoall.c         memchecker_call(&opal_memchecker_base_isaddressable, recvbuf, recvcount, recvtype);
recvcount          87 ompi/mpi/c/neighbor_alltoall.c             OMPI_CHECK_DATATYPE_FOR_RECV(err, recvtype, recvcount);
recvcount          93 ompi/mpi/c/neighbor_alltoall.c         if ((sendtype_size*sendcount) != (recvtype_size*recvcount)) {
recvcount         125 ompi/mpi/c/neighbor_alltoall.c         ((0 == recvcount) || 0 == (recvtype_size))) {
recvcount         133 ompi/mpi/c/neighbor_alltoall.c                                               recvcount, recvtype, comm,
recvcount          47 ompi/mpi/c/reduce_scatter_block.c int MPI_Reduce_scatter_block(const void *sendbuf, void *recvbuf, int recvcount,
recvcount          60 ompi/mpi/c/reduce_scatter_block.c                         recvcount, datatype);
recvcount          64 ompi/mpi/c/reduce_scatter_block.c             memchecker_call(&opal_memchecker_base_isdefined, recvbuf, recvcount, datatype);
recvcount          66 ompi/mpi/c/reduce_scatter_block.c             memchecker_call(&opal_memchecker_base_isdefined, sendbuf, recvcount, datatype);
recvcount          94 ompi/mpi/c/reduce_scatter_block.c         OMPI_CHECK_DATATYPE_FOR_SEND(err, datatype, recvcount);
recvcount         103 ompi/mpi/c/reduce_scatter_block.c     err = comm->c_coll->coll_reduce_scatter_block(sendbuf, recvbuf, recvcount,
recvcount          48 ompi/mpi/c/scatter.c                 void *recvbuf, int recvcount, MPI_Datatype recvtype,
recvcount          65 ompi/mpi/c/scatter.c                     memchecker_call(&opal_memchecker_base_isaddressable, recvbuf, recvcount, recvtype);
recvcount          70 ompi/mpi/c/scatter.c                 memchecker_call(&opal_memchecker_base_isaddressable, recvbuf, recvcount, recvtype);
recvcount          80 ompi/mpi/c/scatter.c                 memchecker_call(&opal_memchecker_base_isaddressable, recvbuf, recvcount, recvtype);
recvcount         105 ompi/mpi/c/scatter.c               if (recvcount < 0) {
recvcount         135 ompi/mpi/c/scatter.c             if (recvcount < 0) {
recvcount         155 ompi/mpi/c/scatter.c     if ((0 == recvcount && MPI_ROOT != root &&
recvcount         168 ompi/mpi/c/scatter.c                                     recvcount, recvtype, root, comm,
recvcount          46 ompi/mpi/c/scatterv.c                  MPI_Datatype sendtype, void *recvbuf, int recvcount,
recvcount          72 ompi/mpi/c/scatterv.c                     memchecker_call(&opal_memchecker_base_isaddressable, recvbuf, recvcount, recvtype);
recvcount          77 ompi/mpi/c/scatterv.c                   memchecker_call(&opal_memchecker_base_isaddressable, recvbuf, recvcount, recvtype);
recvcount          90 ompi/mpi/c/scatterv.c                 memchecker_call(&opal_memchecker_base_isaddressable, recvbuf, recvcount, recvtype);
recvcount         117 ompi/mpi/c/scatterv.c                 if (recvcount < 0) {
recvcount         162 ompi/mpi/c/scatterv.c                 if (recvcount < 0) {
recvcount         197 ompi/mpi/c/scatterv.c                                      sendtype, recvbuf, recvcount, recvtype, root, comm,
recvcount          45 ompi/mpi/c/sendrecv.c                  int dest, int sendtag, void *recvbuf, int recvcount,
recvcount          64 ompi/mpi/c/sendrecv.c         OMPI_CHECK_DATATYPE_FOR_RECV(rc, recvtype, recvcount);
recvcount          66 ompi/mpi/c/sendrecv.c         OMPI_CHECK_USER_BUFFER(rc, recvbuf, recvtype, recvcount);
recvcount          85 ompi/mpi/c/sendrecv.c         rc = MCA_PML_CALL(irecv(recvbuf, recvcount, recvtype,
recvcount         230 ompi/mpi/cxx/comm.h 			void *recvbuf, int recvcount,
recvcount         236 ompi/mpi/cxx/comm.h 			void *recvbuf, int recvcount,
recvcount         287 ompi/mpi/cxx/comm.h 	 void *recvbuf, int recvcount,
recvcount         299 ompi/mpi/cxx/comm.h 	  void *recvbuf, int recvcount,
recvcount         305 ompi/mpi/cxx/comm.h 	   void *recvbuf, int recvcount,
recvcount         311 ompi/mpi/cxx/comm.h 	    int recvcount, const Datatype & recvtype) const;
recvcount         322 ompi/mpi/cxx/comm.h 	   int recvcount, const Datatype & recvtype) const;
recvcount         204 ompi/mpi/cxx/comm_inln.h 		    void *recvbuf, int recvcount,
recvcount         210 ompi/mpi/cxx/comm_inln.h 		     dest, sendtag, recvbuf, recvcount,
recvcount         218 ompi/mpi/cxx/comm_inln.h 		    void *recvbuf, int recvcount,
recvcount         224 ompi/mpi/cxx/comm_inln.h 		     dest, sendtag, recvbuf, recvcount,
recvcount         323 ompi/mpi/cxx/comm_inln.h                   void *recvbuf, int recvcount,
recvcount         327 ompi/mpi/cxx/comm_inln.h                      recvbuf, recvcount, recvtype, root, mpi_comm);
recvcount         345 ompi/mpi/cxx/comm_inln.h                    void *recvbuf, int recvcount,
recvcount         349 ompi/mpi/cxx/comm_inln.h                       recvbuf, recvcount, recvtype, root, mpi_comm);
recvcount         355 ompi/mpi/cxx/comm_inln.h                     void *recvbuf, int recvcount,
recvcount         361 ompi/mpi/cxx/comm_inln.h                        recvbuf, recvcount, recvtype,
recvcount         368 ompi/mpi/cxx/comm_inln.h                      int recvcount, const MPI::Datatype & recvtype) const
recvcount         371 ompi/mpi/cxx/comm_inln.h                         sendtype, recvbuf, recvcount,
recvcount         391 ompi/mpi/cxx/comm_inln.h                     int recvcount, const MPI::Datatype & recvtype) const
recvcount         394 ompi/mpi/cxx/comm_inln.h                        sendtype, recvbuf, recvcount,
recvcount          42 ompi/mpi/fortran/mpif-h/allgather_f.c                            (char *sendbuf, MPI_Fint *sendcount, MPI_Fint *sendtype, char *recvbuf, MPI_Fint *recvcount, MPI_Fint *recvtype, MPI_Fint *comm, MPI_Fint *ierr),
recvcount          43 ompi/mpi/fortran/mpif-h/allgather_f.c                            (sendbuf, sendcount, sendtype, recvbuf, recvcount, recvtype, comm, ierr) )
recvcount          62 ompi/mpi/fortran/mpif-h/allgather_f.c                            (char *sendbuf, MPI_Fint *sendcount, MPI_Fint *sendtype, char *recvbuf, MPI_Fint *recvcount, MPI_Fint *recvtype, MPI_Fint *comm, MPI_Fint *ierr),
recvcount          63 ompi/mpi/fortran/mpif-h/allgather_f.c                            (sendbuf, sendcount, sendtype, recvbuf, recvcount, recvtype, comm, ierr) )
recvcount          71 ompi/mpi/fortran/mpif-h/allgather_f.c 		     char *recvbuf, MPI_Fint *recvcount, MPI_Fint *recvtype,
recvcount          90 ompi/mpi/fortran/mpif-h/allgather_f.c                             OMPI_FINT_2_INT(*recvcount),
recvcount          42 ompi/mpi/fortran/mpif-h/alltoall_f.c                            (char *sendbuf, MPI_Fint *sendcount, MPI_Fint *sendtype, char *recvbuf, MPI_Fint *recvcount, MPI_Fint *recvtype, MPI_Fint *comm, MPI_Fint *ierr),
recvcount          43 ompi/mpi/fortran/mpif-h/alltoall_f.c                            (sendbuf, sendcount, sendtype, recvbuf, recvcount, recvtype, comm, ierr) )
recvcount          62 ompi/mpi/fortran/mpif-h/alltoall_f.c                            (char *sendbuf, MPI_Fint *sendcount, MPI_Fint *sendtype, char *recvbuf, MPI_Fint *recvcount, MPI_Fint *recvtype, MPI_Fint *comm, MPI_Fint *ierr),
recvcount          63 ompi/mpi/fortran/mpif-h/alltoall_f.c                            (sendbuf, sendcount, sendtype, recvbuf, recvcount, recvtype, comm, ierr) )
recvcount          71 ompi/mpi/fortran/mpif-h/alltoall_f.c 		    char *recvbuf, MPI_Fint *recvcount, MPI_Fint *recvtype,
recvcount          90 ompi/mpi/fortran/mpif-h/alltoall_f.c                           OMPI_FINT_2_INT(*recvcount),
recvcount          42 ompi/mpi/fortran/mpif-h/gather_f.c                            (char *sendbuf, MPI_Fint *sendcount, MPI_Fint *sendtype, char *recvbuf, MPI_Fint *recvcount, MPI_Fint *recvtype, MPI_Fint *root, MPI_Fint *comm, MPI_Fint *ierr),
recvcount          43 ompi/mpi/fortran/mpif-h/gather_f.c                            (sendbuf, sendcount, sendtype, recvbuf, recvcount, recvtype, root, comm, ierr) )
recvcount          62 ompi/mpi/fortran/mpif-h/gather_f.c                            (char *sendbuf, MPI_Fint *sendcount, MPI_Fint *sendtype, char *recvbuf, MPI_Fint *recvcount, MPI_Fint *recvtype, MPI_Fint *root, MPI_Fint *comm, MPI_Fint *ierr),
recvcount          63 ompi/mpi/fortran/mpif-h/gather_f.c                            (sendbuf, sendcount, sendtype, recvbuf, recvcount, recvtype, root, comm, ierr) )
recvcount          71 ompi/mpi/fortran/mpif-h/gather_f.c 		  char *recvbuf, MPI_Fint *recvcount, MPI_Fint *recvtype,
recvcount          88 ompi/mpi/fortran/mpif-h/gather_f.c                         OMPI_FINT_2_INT(*recvcount),
recvcount          42 ompi/mpi/fortran/mpif-h/iallgather_f.c                             (char *sendbuf, MPI_Fint *sendcount, MPI_Fint *sendtype, char *recvbuf, MPI_Fint *recvcount, MPI_Fint *recvtype, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr),
recvcount          43 ompi/mpi/fortran/mpif-h/iallgather_f.c                             (sendbuf, sendcount, sendtype, recvbuf, recvcount, recvtype, comm, request, ierr) )
recvcount          62 ompi/mpi/fortran/mpif-h/iallgather_f.c                             (char *sendbuf, MPI_Fint *sendcount, MPI_Fint *sendtype, char *recvbuf, MPI_Fint *recvcount, MPI_Fint *recvtype, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr),
recvcount          63 ompi/mpi/fortran/mpif-h/iallgather_f.c                             (sendbuf, sendcount, sendtype, recvbuf, recvcount, recvtype, comm, request, ierr) )
recvcount          71 ompi/mpi/fortran/mpif-h/iallgather_f.c                        char *recvbuf, MPI_Fint *recvcount, MPI_Fint *recvtype,
recvcount          91 ompi/mpi/fortran/mpif-h/iallgather_f.c                              OMPI_FINT_2_INT(*recvcount),
recvcount          42 ompi/mpi/fortran/mpif-h/ialltoall_f.c                             (char *sendbuf, MPI_Fint *sendcount, MPI_Fint *sendtype, char *recvbuf, MPI_Fint *recvcount, MPI_Fint *recvtype, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr),
recvcount          43 ompi/mpi/fortran/mpif-h/ialltoall_f.c                             (sendbuf, sendcount, sendtype, recvbuf, recvcount, recvtype, comm, request, ierr) )
recvcount          62 ompi/mpi/fortran/mpif-h/ialltoall_f.c                             (char *sendbuf, MPI_Fint *sendcount, MPI_Fint *sendtype, char *recvbuf, MPI_Fint *recvcount, MPI_Fint *recvtype, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr),
recvcount          63 ompi/mpi/fortran/mpif-h/ialltoall_f.c                             (sendbuf, sendcount, sendtype, recvbuf, recvcount, recvtype, comm, request, ierr) )
recvcount          71 ompi/mpi/fortran/mpif-h/ialltoall_f.c                       char *recvbuf, MPI_Fint *recvcount, MPI_Fint *recvtype,
recvcount          91 ompi/mpi/fortran/mpif-h/ialltoall_f.c                            OMPI_FINT_2_INT(*recvcount),
recvcount          42 ompi/mpi/fortran/mpif-h/igather_f.c                             (char *sendbuf, MPI_Fint *sendcount, MPI_Fint *sendtype, char *recvbuf, MPI_Fint *recvcount, MPI_Fint *recvtype, MPI_Fint *root, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr),
recvcount          43 ompi/mpi/fortran/mpif-h/igather_f.c                             (sendbuf, sendcount, sendtype, recvbuf, recvcount, recvtype, root, comm, request, ierr) )
recvcount          62 ompi/mpi/fortran/mpif-h/igather_f.c                             (char *sendbuf, MPI_Fint *sendcount, MPI_Fint *sendtype, char *recvbuf, MPI_Fint *recvcount, MPI_Fint *recvtype, MPI_Fint *root, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr),
recvcount          63 ompi/mpi/fortran/mpif-h/igather_f.c                             (sendbuf, sendcount, sendtype, recvbuf, recvcount, recvtype, root, comm, request, ierr) )
recvcount          71 ompi/mpi/fortran/mpif-h/igather_f.c                     char *recvbuf, MPI_Fint *recvcount, MPI_Fint *recvtype,
recvcount          90 ompi/mpi/fortran/mpif-h/igather_f.c                          OMPI_FINT_2_INT(*recvcount),
recvcount          45 ompi/mpi/fortran/mpif-h/ineighbor_allgather_f.c                             (char *sendbuf, MPI_Fint *sendcount, MPI_Fint *sendtype, char *recvbuf, MPI_Fint *recvcount, MPI_Fint *recvtype, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr),
recvcount          46 ompi/mpi/fortran/mpif-h/ineighbor_allgather_f.c                             (sendbuf, sendcount, sendtype, recvbuf, recvcount, recvtype, comm, request, ierr) )
recvcount          65 ompi/mpi/fortran/mpif-h/ineighbor_allgather_f.c                             (char *sendbuf, MPI_Fint *sendcount, MPI_Fint *sendtype, char *recvbuf, MPI_Fint *recvcount, MPI_Fint *recvtype, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr),
recvcount          66 ompi/mpi/fortran/mpif-h/ineighbor_allgather_f.c                             (sendbuf, sendcount, sendtype, recvbuf, recvcount, recvtype, comm, request, ierr) )
recvcount          74 ompi/mpi/fortran/mpif-h/ineighbor_allgather_f.c                                 char *recvbuf, MPI_Fint *recvcount, MPI_Fint *recvtype,
recvcount          94 ompi/mpi/fortran/mpif-h/ineighbor_allgather_f.c                                       OMPI_FINT_2_INT(*recvcount),
recvcount          45 ompi/mpi/fortran/mpif-h/ineighbor_alltoall_f.c                             (char *sendbuf, MPI_Fint *sendcount, MPI_Fint *sendtype, char *recvbuf, MPI_Fint *recvcount, MPI_Fint *recvtype, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr),
recvcount          46 ompi/mpi/fortran/mpif-h/ineighbor_alltoall_f.c                             (sendbuf, sendcount, sendtype, recvbuf, recvcount, recvtype, comm, request, ierr) )
recvcount          65 ompi/mpi/fortran/mpif-h/ineighbor_alltoall_f.c                             (char *sendbuf, MPI_Fint *sendcount, MPI_Fint *sendtype, char *recvbuf, MPI_Fint *recvcount, MPI_Fint *recvtype, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr),
recvcount          66 ompi/mpi/fortran/mpif-h/ineighbor_alltoall_f.c                             (sendbuf, sendcount, sendtype, recvbuf, recvcount, recvtype, comm, request, ierr) )
recvcount          74 ompi/mpi/fortran/mpif-h/ineighbor_alltoall_f.c                                char *recvbuf, MPI_Fint *recvcount, MPI_Fint *recvtype,
recvcount          94 ompi/mpi/fortran/mpif-h/ineighbor_alltoall_f.c                                     OMPI_FINT_2_INT(*recvcount),
recvcount          71 ompi/mpi/fortran/mpif-h/ireduce_scatter_block_f.c                                   MPI_Fint *recvcount, MPI_Fint *datatype,
recvcount          93 ompi/mpi/fortran/mpif-h/ireduce_scatter_block_f.c                                        OMPI_FINT_2_INT(*recvcount),
recvcount          43 ompi/mpi/fortran/mpif-h/iscatter_f.c                             (char *sendbuf, MPI_Fint *sendcount, MPI_Fint *sendtype, char *recvbuf, MPI_Fint *recvcount, MPI_Fint *recvtype, MPI_Fint *root, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr),
recvcount          44 ompi/mpi/fortran/mpif-h/iscatter_f.c                             (sendbuf, sendcount, sendtype, recvbuf, recvcount, recvtype, root, comm, request, ierr) )
recvcount          63 ompi/mpi/fortran/mpif-h/iscatter_f.c                             (char *sendbuf, MPI_Fint *sendcount, MPI_Fint *sendtype, char *recvbuf, MPI_Fint *recvcount, MPI_Fint *recvtype, MPI_Fint *root, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr),
recvcount          64 ompi/mpi/fortran/mpif-h/iscatter_f.c                             (sendbuf, sendcount, sendtype, recvbuf, recvcount, recvtype, root, comm, request, ierr) )
recvcount          73 ompi/mpi/fortran/mpif-h/iscatter_f.c                      MPI_Fint *recvcount, MPI_Fint *recvtype,
recvcount          91 ompi/mpi/fortran/mpif-h/iscatter_f.c                           OMPI_FINT_2_INT(*recvcount),
recvcount          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),
recvcount          44 ompi/mpi/fortran/mpif-h/iscatterv_f.c                             (sendbuf, sendcounts, displs, sendtype, recvbuf, recvcount, recvtype, root, comm, request, ierr) )
recvcount          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),
recvcount          64 ompi/mpi/fortran/mpif-h/iscatterv_f.c                             (sendbuf, sendcounts, displs, sendtype, recvbuf, recvcount, recvtype, root, comm, request, ierr) )
recvcount          73 ompi/mpi/fortran/mpif-h/iscatterv_f.c                       char *recvbuf, MPI_Fint *recvcount,
recvcount         100 ompi/mpi/fortran/mpif-h/iscatterv_f.c                            OMPI_FINT_2_INT(*recvcount),
recvcount          45 ompi/mpi/fortran/mpif-h/neighbor_allgather_f.c                            (char *sendbuf, MPI_Fint *sendcount, MPI_Fint *sendtype, char *recvbuf, MPI_Fint *recvcount, MPI_Fint *recvtype, MPI_Fint *comm, MPI_Fint *ierr),
recvcount          46 ompi/mpi/fortran/mpif-h/neighbor_allgather_f.c                            (sendbuf, sendcount, sendtype, recvbuf, recvcount, recvtype, comm, ierr) )
recvcount          65 ompi/mpi/fortran/mpif-h/neighbor_allgather_f.c                            (char *sendbuf, MPI_Fint *sendcount, MPI_Fint *sendtype, char *recvbuf, MPI_Fint *recvcount, MPI_Fint *recvtype, MPI_Fint *comm, MPI_Fint *ierr),
recvcount          66 ompi/mpi/fortran/mpif-h/neighbor_allgather_f.c                            (sendbuf, sendcount, sendtype, recvbuf, recvcount, recvtype, comm, ierr) )
recvcount          74 ompi/mpi/fortran/mpif-h/neighbor_allgather_f.c                                char *recvbuf, MPI_Fint *recvcount, MPI_Fint *recvtype,
recvcount          93 ompi/mpi/fortran/mpif-h/neighbor_allgather_f.c                                      OMPI_FINT_2_INT(*recvcount),
recvcount          45 ompi/mpi/fortran/mpif-h/neighbor_alltoall_f.c                            (char *sendbuf, MPI_Fint *sendcount, MPI_Fint *sendtype, char *recvbuf, MPI_Fint *recvcount, MPI_Fint *recvtype, MPI_Fint *comm, MPI_Fint *ierr),
recvcount          46 ompi/mpi/fortran/mpif-h/neighbor_alltoall_f.c                            (sendbuf, sendcount, sendtype, recvbuf, recvcount, recvtype, comm, ierr) )
recvcount          65 ompi/mpi/fortran/mpif-h/neighbor_alltoall_f.c                            (char *sendbuf, MPI_Fint *sendcount, MPI_Fint *sendtype, char *recvbuf, MPI_Fint *recvcount, MPI_Fint *recvtype, MPI_Fint *comm, MPI_Fint *ierr),
recvcount          66 ompi/mpi/fortran/mpif-h/neighbor_alltoall_f.c                            (sendbuf, sendcount, sendtype, recvbuf, recvcount, recvtype, comm, ierr) )
recvcount          74 ompi/mpi/fortran/mpif-h/neighbor_alltoall_f.c                               char *recvbuf, MPI_Fint *recvcount, MPI_Fint *recvtype,
recvcount          93 ompi/mpi/fortran/mpif-h/neighbor_alltoall_f.c                                    OMPI_FINT_2_INT(*recvcount),
recvcount          92 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Allgather, mpi_allgather, MPI_ALLGATHER, (char *sendbuf, MPI_Fint *sendcount, MPI_Fint *sendtype, char *recvbuf, MPI_Fint *recvcount, MPI_Fint *recvtype, MPI_Fint *comm, MPI_Fint *ierr));
recvcount          98 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Alltoall, mpi_alltoall, MPI_ALLTOALL, (char *sendbuf, MPI_Fint *sendcount, MPI_Fint *sendtype, char *recvbuf, MPI_Fint *recvcount, MPI_Fint *recvtype, MPI_Fint *comm, MPI_Fint *ierr));
recvcount         232 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Gather, mpi_gather, MPI_GATHER, (char *sendbuf, MPI_Fint *sendcount, MPI_Fint *sendtype, char *recvbuf, MPI_Fint *recvcount, MPI_Fint *recvtype, MPI_Fint *root, MPI_Fint *comm, MPI_Fint *ierr));
recvcount         263 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Iallgather, mpi_iallgather, MPI_IALLGATHER, (char *sendbuf, MPI_Fint *sendcount, MPI_Fint *sendtype, char *recvbuf, MPI_Fint *recvcount, MPI_Fint *recvtype, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr));
recvcount         266 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Ialltoall, mpi_ialltoall, MPI_IALLTOALL, (char *sendbuf, MPI_Fint *sendcount, MPI_Fint *sendtype, char *recvbuf, MPI_Fint *recvcount, MPI_Fint *recvtype, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr));
recvcount         273 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Igather, mpi_igather, MPI_IGATHER, (char *sendbuf, MPI_Fint *sendcount, MPI_Fint *sendtype, char *recvbuf, MPI_Fint *recvcount, MPI_Fint *recvtype, MPI_Fint *root, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr));
recvcount         277 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Ineighbor_allgather, mpi_ineighbor_allgather, MPI_INEIGHBOR_ALLGATHER, (char *sendbuf, MPI_Fint *sendcount, MPI_Fint *sendtype, char *recvbuf, MPI_Fint *recvcount, MPI_Fint *recvtype, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr));
recvcount         279 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Ineighbor_alltoall, mpi_ineighbor_alltoall, MPI_INEIGHBOR_ALLTOALL, (char *sendbuf, MPI_Fint *sendcount, MPI_Fint *sendtype, char *recvbuf, MPI_Fint *recvcount, MPI_Fint *recvtype, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr));
recvcount         284 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Ireduce_scatter_block, mpi_ireduce_scatter_block, MPI_IREDUCE_SCATTER_BLOCK, (char *sendbuf, char *recvbuf, MPI_Fint *recvcount, MPI_Fint *datatype, MPI_Fint *op, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr));
recvcount         286 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Iscatter, mpi_iscatter, MPI_ISCATTER, (char *sendbuf, MPI_Fint *sendcount, MPI_Fint *sendtype, char *recvbuf, MPI_Fint *recvcount, MPI_Fint *recvtype, MPI_Fint *root, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr));
recvcount         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));
recvcount         313 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Neighbor_allgather, mpi_neighbor_allgather, MPI_NEIGHBOR_ALLGATHER, (char *sendbuf, MPI_Fint *sendcount, MPI_Fint *sendtype, char *recvbuf, MPI_Fint *recvcount, MPI_Fint *recvtype, MPI_Fint *comm, MPI_Fint *ierr));
recvcount         315 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Neighbor_alltoall, mpi_neighbor_alltoall, MPI_NEIGHBOR_ALLTOALL, (char *sendbuf, MPI_Fint *sendcount, MPI_Fint *sendtype, char *recvbuf, MPI_Fint *recvcount, MPI_Fint *recvtype, MPI_Fint *comm, MPI_Fint *ierr));
recvcount         337 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Reduce_scatter_block, mpi_reduce_scatter_block, MPI_REDUCE_SCATTER_BLOCK, (char *sendbuf, char *recvbuf, MPI_Fint *recvcount, MPI_Fint *datatype, MPI_Fint *op, MPI_Fint *comm, MPI_Fint *ierr));
recvcount         347 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Scatter, mpi_scatter, MPI_SCATTER, (char *sendbuf, MPI_Fint *sendcount, MPI_Fint *sendtype, char *recvbuf, MPI_Fint *recvcount, MPI_Fint *recvtype, MPI_Fint *root, MPI_Fint *comm, MPI_Fint *ierr));
recvcount         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));
recvcount         351 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Sendrecv, mpi_sendrecv, MPI_SENDRECV, (char *sendbuf, MPI_Fint *sendcount, MPI_Fint *sendtype, MPI_Fint *dest, MPI_Fint *sendtag, char *recvbuf, MPI_Fint *recvcount, MPI_Fint *recvtype, MPI_Fint *source, MPI_Fint *recvtag, MPI_Fint *comm, MPI_Fint *status, MPI_Fint *ierr));
recvcount          71 ompi/mpi/fortran/mpif-h/reduce_scatter_block_f.c                                  MPI_Fint *recvcount, MPI_Fint *datatype,
recvcount          91 ompi/mpi/fortran/mpif-h/reduce_scatter_block_f.c                                       OMPI_FINT_2_INT(*recvcount),
recvcount          42 ompi/mpi/fortran/mpif-h/scatter_f.c                            (char *sendbuf, MPI_Fint *sendcount, MPI_Fint *sendtype, char *recvbuf, MPI_Fint *recvcount, MPI_Fint *recvtype, MPI_Fint *root, MPI_Fint *comm, MPI_Fint *ierr),
recvcount          43 ompi/mpi/fortran/mpif-h/scatter_f.c                            (sendbuf, sendcount, sendtype, recvbuf, recvcount, recvtype, root, comm, ierr) )
recvcount          62 ompi/mpi/fortran/mpif-h/scatter_f.c                            (char *sendbuf, MPI_Fint *sendcount, MPI_Fint *sendtype, char *recvbuf, MPI_Fint *recvcount, MPI_Fint *recvtype, MPI_Fint *root, MPI_Fint *comm, MPI_Fint *ierr),
recvcount          63 ompi/mpi/fortran/mpif-h/scatter_f.c                            (sendbuf, sendcount, sendtype, recvbuf, recvcount, recvtype, root, comm, ierr) )
recvcount          72 ompi/mpi/fortran/mpif-h/scatter_f.c 		   MPI_Fint *recvcount, MPI_Fint *recvtype,
recvcount          88 ompi/mpi/fortran/mpif-h/scatter_f.c                          OMPI_FINT_2_INT(*recvcount),
recvcount          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),
recvcount          43 ompi/mpi/fortran/mpif-h/scatterv_f.c                            (sendbuf, sendcounts, displs, sendtype, recvbuf, recvcount, recvtype, root, comm, ierr) )
recvcount          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),
recvcount          63 ompi/mpi/fortran/mpif-h/scatterv_f.c                            (sendbuf, sendcounts, displs, sendtype, recvbuf, recvcount, recvtype, root, comm, ierr) )
recvcount          72 ompi/mpi/fortran/mpif-h/scatterv_f.c 		    char *recvbuf, MPI_Fint *recvcount,
recvcount          98 ompi/mpi/fortran/mpif-h/scatterv_f.c                           OMPI_FINT_2_INT(*recvcount),
recvcount          42 ompi/mpi/fortran/mpif-h/sendrecv_f.c                            (char *sendbuf, MPI_Fint *sendcount, MPI_Fint *sendtype, MPI_Fint *dest, MPI_Fint *sendtag, char *recvbuf, MPI_Fint *recvcount, MPI_Fint *recvtype, MPI_Fint *source, MPI_Fint *recvtag, MPI_Fint *comm, MPI_Fint *status, MPI_Fint *ierr),
recvcount          43 ompi/mpi/fortran/mpif-h/sendrecv_f.c                            (sendbuf, sendcount, sendtype, dest, sendtag, recvbuf, recvcount, recvtype, source, recvtag, comm, status, ierr) )
recvcount          62 ompi/mpi/fortran/mpif-h/sendrecv_f.c                            (char *sendbuf, MPI_Fint *sendcount, MPI_Fint *sendtype, MPI_Fint *dest, MPI_Fint *sendtag, char *recvbuf, MPI_Fint *recvcount, MPI_Fint *recvtype, MPI_Fint *source, MPI_Fint *recvtag, MPI_Fint *comm, MPI_Fint *status, MPI_Fint *ierr),
recvcount          63 ompi/mpi/fortran/mpif-h/sendrecv_f.c                            (sendbuf, sendcount, sendtype, dest, sendtag, recvbuf, recvcount, recvtype, source, recvtag, comm, status, ierr) )
recvcount          72 ompi/mpi/fortran/mpif-h/sendrecv_f.c 		    MPI_Fint *recvcount, MPI_Fint *recvtype,
recvcount          88 ompi/mpi/fortran/mpif-h/sendrecv_f.c                          OMPI_F2C_BOTTOM(recvbuf), *recvcount,
recvcount         351 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h                            recvcount,recvtype,source,recvtag,comm,status,ierror) &
recvcount         357 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(IN) :: sendcount, dest, sendtag, recvcount, source, recvtag
recvcount         802 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h                             recvcount,recvtype,comm,ierror) &
recvcount         807 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(IN) :: sendcount, recvcount
recvcount         815 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h                             recvcount,recvtype,comm,request,ierror) &
recvcount         820 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(IN) :: sendcount, recvcount
recvcount         883 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h                            recvcount,recvtype,comm,ierror) &
recvcount         888 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(IN) :: sendcount, recvcount
recvcount         896 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h                            recvcount,recvtype,comm,request,ierror) &
recvcount         901 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(IN) :: sendcount, recvcount
recvcount        1025 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h                          recvcount,recvtype,root,comm,ierror) &
recvcount        1030 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(IN) :: sendcount, recvcount, root
recvcount        1038 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h                          recvcount,recvtype,root,comm,request,ierror) &
recvcount        1043 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(IN) :: sendcount, recvcount, root
recvcount        1150 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_reduce_scatter_block_f(sendbuf,recvbuf,recvcount, &
recvcount        1156 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(IN) :: recvcount
recvcount        1163 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_ireduce_scatter_block_f(sendbuf,recvbuf,recvcount, &
recvcount        1169 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(IN) :: recvcount
recvcount        1203 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h                           recvcount,recvtype,root,comm,ierror) &
recvcount        1208 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(IN) :: sendcount, recvcount, root
recvcount        1216 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h                           recvcount,recvtype,root,comm,request,ierror) &
recvcount        1221 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(IN) :: sendcount, recvcount, root
recvcount        1230 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h                            recvbuf,recvcount,recvtype,root,comm,ierror) &
recvcount        1235 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(IN) :: recvcount, root
recvcount        1244 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h                            recvbuf,recvcount,recvtype,root,comm,request,ierror) &
recvcount        1249 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(IN) :: recvcount, root
recvcount        3364 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_neighbor_allgather_f(sendbuf,sendcount,sendtype,recvbuf,recvcount,recvtype, &
recvcount        3371 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(IN) :: sendcount, recvcount
recvcount        3377 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_ineighbor_allgather_f(sendbuf,sendcount,sendtype,recvbuf,recvcount,recvtype, &
recvcount        3384 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(IN) :: sendcount, recvcount
recvcount        3420 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_neighbor_alltoall_f(sendbuf,sendcount,sendtype,recvbuf,recvcount,recvtype, &
recvcount        3427 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(IN) :: sendcount, recvcount
recvcount        3433 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_ineighbor_alltoall_f(sendbuf,sendcount,sendtype,recvbuf,recvcount,recvtype, &
recvcount        3440 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(IN) :: sendcount, recvcount
recvcount         446 ompi/mpi/java/java/Comm.java 			Object recvbuf, int recvcount, Datatype recvtype, int source, int recvtag)
recvcount         473 ompi/mpi/java/java/Comm.java 				recvbuf, rdb, recvoff, recvcount,
recvcount        1313 ompi/mpi/java/java/Comm.java 			Object recvbuf, int recvcount, Datatype recvtype, int root)
recvcount        1338 ompi/mpi/java/java/Comm.java 				recvbuf, rdb, recvoff, recvcount,
recvcount        1393 ompi/mpi/java/java/Comm.java 			Buffer recvbuf, int recvcount, Datatype recvtype, int root)
recvcount        1399 ompi/mpi/java/java/Comm.java 				recvbuf, recvcount, recvtype.handle, root));
recvcount        1431 ompi/mpi/java/java/Comm.java 			Buffer recvbuf, int recvcount, long recvtype,
recvcount        1449 ompi/mpi/java/java/Comm.java 			Object recvbuf, int[] recvcount, int[] displs,
recvcount        1475 ompi/mpi/java/java/Comm.java 				recvbuf, rdb, recvoff, recvcount, displs,
recvcount        1492 ompi/mpi/java/java/Comm.java 	public final void gatherv(Object recvbuf, int[] recvcount, int[] displs,
recvcount        1506 ompi/mpi/java/java/Comm.java 		gatherv(handle, null, false, 0, 0, 0, 0, recvbuf, rdb, recvoff, recvcount,
recvcount        1565 ompi/mpi/java/java/Comm.java 			int[] recvcount, int[] displs, Datatype recvtype, int root)
recvcount        1572 ompi/mpi/java/java/Comm.java 				recvbuf, recvcount, displs, recvtype.handle, root));
recvcount        1591 ompi/mpi/java/java/Comm.java 	public final Request iGatherv(Buffer recvbuf, int[] recvcount, int[] displs,
recvcount        1598 ompi/mpi/java/java/Comm.java 				recvbuf, recvcount, displs, recvtype.handle, root));
recvcount        1630 ompi/mpi/java/java/Comm.java 			Buffer recvbuf, int[] recvcount, int[] displs,
recvcount        1648 ompi/mpi/java/java/Comm.java 			Object recvbuf, int recvcount, Datatype recvtype, int root)
recvcount        1673 ompi/mpi/java/java/Comm.java 				recvbuf, rdb, recvoff, recvcount,
recvcount        1727 ompi/mpi/java/java/Comm.java 			Buffer recvbuf, int recvcount, Datatype recvtype, int root)
recvcount        1733 ompi/mpi/java/java/Comm.java 				recvbuf, recvcount, recvtype.handle, root));
recvcount        1765 ompi/mpi/java/java/Comm.java 			Buffer recvbuf, int recvcount, long recvtype, int root)
recvcount        1783 ompi/mpi/java/java/Comm.java 			Object recvbuf, int recvcount, Datatype recvtype, int root)
recvcount        1808 ompi/mpi/java/java/Comm.java 				recvbuf, rdb, recvoff, recvcount,
recvcount        1854 ompi/mpi/java/java/Comm.java 	public final void scatterv(Object recvbuf, int recvcount,
recvcount        1869 ompi/mpi/java/java/Comm.java 				recvbuf, rdb, recvoff, recvcount,
recvcount        1896 ompi/mpi/java/java/Comm.java 			Buffer recvbuf, int recvcount, Datatype recvtype, int root)
recvcount        1903 ompi/mpi/java/java/Comm.java 				recvbuf, recvcount, recvtype.handle, root));
recvcount        1946 ompi/mpi/java/java/Comm.java 	public final Request iScatterv(Buffer recvbuf, int recvcount,
recvcount        1953 ompi/mpi/java/java/Comm.java 				recvbuf, recvcount, recvtype.handle, root));
recvcount        1960 ompi/mpi/java/java/Comm.java 			Buffer recvbuf, int recvcount, long recvtype, int root)
recvcount        1975 ompi/mpi/java/java/Comm.java 			Object recvbuf, int recvcount, Datatype recvtype)
recvcount        2000 ompi/mpi/java/java/Comm.java 				recvbuf, rdb, recvoff, recvcount,
recvcount        2050 ompi/mpi/java/java/Comm.java 			Buffer recvbuf, int recvcount, Datatype recvtype)
recvcount        2056 ompi/mpi/java/java/Comm.java 				recvbuf, recvcount, recvtype.handle));
recvcount        2084 ompi/mpi/java/java/Comm.java 			Buffer recvbuf, int recvcount, long recvtype) throws MPIException;
recvcount        2100 ompi/mpi/java/java/Comm.java 			Object recvbuf, int[] recvcount, int[] displs, Datatype recvtype)
recvcount        2125 ompi/mpi/java/java/Comm.java 				recvbuf, rdb, recvoff, recvcount, displs,
recvcount        2139 ompi/mpi/java/java/Comm.java 	public final void allGatherv(Object recvbuf, int[] recvcount,
recvcount        2154 ompi/mpi/java/java/Comm.java 				recvbuf, rdb, recvoff, recvcount,
recvcount        2179 ompi/mpi/java/java/Comm.java 			Buffer recvbuf, int[] recvcount, int[] displs, Datatype recvtype)
recvcount        2186 ompi/mpi/java/java/Comm.java 				recvbuf, recvcount, displs, recvtype.handle));
recvcount        2217 ompi/mpi/java/java/Comm.java 			Buffer recvbuf, int[] recvcount, int[] displs, long recvtype)
recvcount        2233 ompi/mpi/java/java/Comm.java 			Object recvbuf, int recvcount, Datatype recvtype)
recvcount        2258 ompi/mpi/java/java/Comm.java 				recvbuf, rdb, recvoff, recvcount,
recvcount        2282 ompi/mpi/java/java/Comm.java 			Buffer recvbuf, int recvcount, Datatype recvtype)
recvcount        2288 ompi/mpi/java/java/Comm.java 				recvbuf, recvcount, recvtype.handle));
recvcount        2296 ompi/mpi/java/java/Comm.java 			Buffer recvbuf, int recvcount, long recvtype) throws MPIException;
recvcount        2315 ompi/mpi/java/java/Comm.java 			Object recvbuf, int[] recvcount, int[] rdispls, Datatype recvtype)
recvcount        2340 ompi/mpi/java/java/Comm.java 				recvbuf, rdb, recvoff, recvcount, rdispls,
recvcount        2369 ompi/mpi/java/java/Comm.java 			Buffer recvbuf, int[] recvcount, int[] rdispls, Datatype recvtype)
recvcount        2376 ompi/mpi/java/java/Comm.java 				recvbuf, recvcount, rdispls, recvtype.handle));
recvcount        2384 ompi/mpi/java/java/Comm.java 			Buffer recvbuf, int[] recvcount, int[] rdispls, long recvtype)
recvcount        2474 ompi/mpi/java/java/Comm.java 			Object recvbuf, int recvcount, Datatype recvtype)
recvcount        2499 ompi/mpi/java/java/Comm.java 				recvbuf, rdb, recvoff, recvcount,
recvcount        2523 ompi/mpi/java/java/Comm.java 			Buffer recvbuf, int recvcount, Datatype recvtype)
recvcount        2530 ompi/mpi/java/java/Comm.java 				recvbuf, recvcount, recvtype.handle));
recvcount        2554 ompi/mpi/java/java/Comm.java 			Object recvbuf, int[] recvcount, int[] displs, Datatype recvtype)
recvcount        2579 ompi/mpi/java/java/Comm.java 				recvbuf, rdb, recvoff, recvcount, displs,
recvcount        2603 ompi/mpi/java/java/Comm.java 			Buffer recvbuf, int[] recvcount, int[] displs, Datatype recvtype)
recvcount        2610 ompi/mpi/java/java/Comm.java 				recvbuf, recvcount, displs, recvtype.handle));
recvcount        2633 ompi/mpi/java/java/Comm.java 			Object recvbuf, int recvcount, Datatype recvtype)
recvcount        2658 ompi/mpi/java/java/Comm.java 				recvbuf, rdb, recvoff, recvcount,
recvcount        2682 ompi/mpi/java/java/Comm.java 			Buffer recvbuf, int recvcount, Datatype recvtype)
recvcount        2689 ompi/mpi/java/java/Comm.java 				recvbuf, recvcount, recvtype.handle));
recvcount        2713 ompi/mpi/java/java/Comm.java 			Object recvbuf, int[] recvcount, int[] rdispls, Datatype recvtype)
recvcount        2739 ompi/mpi/java/java/Comm.java 				recvbuf, rdb, recvoff, recvcount, rdispls,
recvcount        2765 ompi/mpi/java/java/Comm.java 			Buffer recvbuf, int[] recvcount, int[] rdispls, Datatype recvtype)
recvcount        2772 ompi/mpi/java/java/Comm.java 				recvbuf, recvcount, rdispls, recvtype.handle));
recvcount        3205 ompi/mpi/java/java/Comm.java 			int recvcount, Datatype type, Op op)
recvcount        3230 ompi/mpi/java/java/Comm.java 				recvcount, type.handle, type.baseType, op, op.handle);
recvcount        3279 ompi/mpi/java/java/Comm.java 			Buffer sendbuf, Buffer recvbuf, int recvcount, Datatype type, Op op)
recvcount        3286 ompi/mpi/java/java/Comm.java 				handle, sendbuf, recvbuf, recvcount,
recvcount        3319 ompi/mpi/java/java/Comm.java 			long handle, Buffer sendbuf, Buffer recvbuf, int recvcount,
recvcount          49 ompi/mpiext/pcollreq/c/allgather_init.c                    void *recvbuf, int recvcount, MPI_Datatype recvtype,
recvcount          69 ompi/mpiext/pcollreq/c/allgather_init.c                             recvcount, recvtype);
recvcount          75 ompi/mpiext/pcollreq/c/allgather_init.c         memchecker_call(&opal_memchecker_base_isaddressable, recvbuf, recvcount, recvtype);
recvcount          89 ompi/mpiext/pcollreq/c/allgather_init.c         } else if (recvcount < 0) {
recvcount         104 ompi/mpiext/pcollreq/c/allgather_init.c                                             recvbuf, recvcount, recvtype, comm,
recvcount          49 ompi/mpiext/pcollreq/c/alltoall_init.c                        void *recvbuf, int recvcount, MPI_Datatype recvtype,
recvcount          64 ompi/mpiext/pcollreq/c/alltoall_init.c         memchecker_call(&opal_memchecker_base_isaddressable, recvbuf, recvcount, recvtype);
recvcount          86 ompi/mpiext/pcollreq/c/alltoall_init.c             OMPI_CHECK_DATATYPE_FOR_RECV(err, recvtype, recvcount);
recvcount          93 ompi/mpiext/pcollreq/c/alltoall_init.c             if ((sendtype_size*sendcount) != (recvtype_size*recvcount)) {
recvcount         103 ompi/mpiext/pcollreq/c/alltoall_init.c                                            recvbuf, recvcount, recvtype, comm, info,
recvcount          49 ompi/mpiext/pcollreq/c/gather_init.c                      void *recvbuf, int recvcount, MPI_Datatype recvtype,
recvcount          70 ompi/mpiext/pcollreq/c/gather_init.c                                   recvcount, recvtype);
recvcount          78 ompi/mpiext/pcollreq/c/gather_init.c                 memchecker_call(&opal_memchecker_base_isaddressable, recvbuf, recvcount, recvtype);
recvcount          88 ompi/mpiext/pcollreq/c/gather_init.c                 memchecker_call(&opal_memchecker_base_isaddressable, recvbuf, recvcount, recvtype);
recvcount         134 ompi/mpiext/pcollreq/c/gather_init.c                 if (recvcount < 0) {
recvcount         160 ompi/mpiext/pcollreq/c/gather_init.c                 if (recvcount < 0) {
recvcount         175 ompi/mpiext/pcollreq/c/gather_init.c                                          recvcount, recvtype, root, comm, info, request,
recvcount          13 ompi/mpiext/pcollreq/c/mpiext_pcollreq_c.h OMPI_DECLSPEC int MPIX_Allgather_init(const void *sendbuf, int sendcount, MPI_Datatype sendtype, void *recvbuf, int recvcount, MPI_Datatype recvtype, MPI_Comm comm, MPI_Info info, MPI_Request *request);
recvcount          16 ompi/mpiext/pcollreq/c/mpiext_pcollreq_c.h OMPI_DECLSPEC int MPIX_Alltoall_init(const void *sendbuf, int sendcount, MPI_Datatype sendtype, void *recvbuf, int recvcount, MPI_Datatype recvtype, MPI_Comm comm, MPI_Info info, MPI_Request *request);
recvcount          22 ompi/mpiext/pcollreq/c/mpiext_pcollreq_c.h OMPI_DECLSPEC int MPIX_Gather_init(const void *sendbuf, int sendcount, MPI_Datatype sendtype, void *recvbuf, int recvcount, MPI_Datatype recvtype, int root, MPI_Comm comm, MPI_Info info, MPI_Request *request);
recvcount          26 ompi/mpiext/pcollreq/c/mpiext_pcollreq_c.h OMPI_DECLSPEC int MPIX_Reduce_scatter_block_init(const void *sendbuf, void *recvbuf, int recvcount, MPI_Datatype datatype, MPI_Op op, MPI_Comm comm, MPI_Info info, MPI_Request *request);
recvcount          28 ompi/mpiext/pcollreq/c/mpiext_pcollreq_c.h OMPI_DECLSPEC int MPIX_Scatter_init(const void *sendbuf, int sendcount, MPI_Datatype sendtype, void *recvbuf, int recvcount, MPI_Datatype recvtype, int root, MPI_Comm comm, MPI_Info info, MPI_Request *request);
recvcount          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);
recvcount          31 ompi/mpiext/pcollreq/c/mpiext_pcollreq_c.h OMPI_DECLSPEC int MPIX_Neighbor_allgather_init(const void *sendbuf, int sendcount, MPI_Datatype sendtype, void *recvbuf, int recvcount, MPI_Datatype recvtype, MPI_Comm comm, MPI_Info info, MPI_Request *request);
recvcount          33 ompi/mpiext/pcollreq/c/mpiext_pcollreq_c.h OMPI_DECLSPEC int MPIX_Neighbor_alltoall_init(const void *sendbuf, int sendcount, MPI_Datatype sendtype, void *recvbuf, int recvcount, MPI_Datatype recvtype, MPI_Comm comm, MPI_Info info, MPI_Request *request);
recvcount          40 ompi/mpiext/pcollreq/c/mpiext_pcollreq_c.h OMPI_DECLSPEC int PMPIX_Allgather_init(const void *sendbuf, int sendcount, MPI_Datatype sendtype, void *recvbuf, int recvcount, MPI_Datatype recvtype, MPI_Comm comm, MPI_Info info, MPI_Request *request);
recvcount          43 ompi/mpiext/pcollreq/c/mpiext_pcollreq_c.h OMPI_DECLSPEC int PMPIX_Alltoall_init(const void *sendbuf, int sendcount, MPI_Datatype sendtype, void *recvbuf, int recvcount, MPI_Datatype recvtype, MPI_Comm comm, MPI_Info info, MPI_Request *request);
recvcount          49 ompi/mpiext/pcollreq/c/mpiext_pcollreq_c.h OMPI_DECLSPEC int PMPIX_Gather_init(const void *sendbuf, int sendcount, MPI_Datatype sendtype, void *recvbuf, int recvcount, MPI_Datatype recvtype, int root, MPI_Comm comm, MPI_Info info, MPI_Request *request);
recvcount          53 ompi/mpiext/pcollreq/c/mpiext_pcollreq_c.h OMPI_DECLSPEC int PMPIX_Reduce_scatter_block_init(const void *sendbuf, void *recvbuf, int recvcount, MPI_Datatype datatype, MPI_Op op, MPI_Comm comm, MPI_Info info, MPI_Request *request);
recvcount          55 ompi/mpiext/pcollreq/c/mpiext_pcollreq_c.h OMPI_DECLSPEC int PMPIX_Scatter_init(const void *sendbuf, int sendcount, MPI_Datatype sendtype, void *recvbuf, int recvcount, MPI_Datatype recvtype, int root, MPI_Comm comm, MPI_Info info, MPI_Request *request);
recvcount          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);
recvcount          58 ompi/mpiext/pcollreq/c/mpiext_pcollreq_c.h OMPI_DECLSPEC int PMPIX_Neighbor_allgather_init(const void *sendbuf, int sendcount, MPI_Datatype sendtype, void *recvbuf, int recvcount, MPI_Datatype recvtype, MPI_Comm comm, MPI_Info info, MPI_Request *request);
recvcount          60 ompi/mpiext/pcollreq/c/mpiext_pcollreq_c.h OMPI_DECLSPEC int PMPIX_Neighbor_alltoall_init(const void *sendbuf, int sendcount, MPI_Datatype sendtype, void *recvbuf, int recvcount, MPI_Datatype recvtype, MPI_Comm comm, MPI_Info info, MPI_Request *request);
recvcount          52 ompi/mpiext/pcollreq/c/neighbor_allgather_init.c                             void *recvbuf, int recvcount, MPI_Datatype recvtype,
recvcount          74 ompi/mpiext/pcollreq/c/neighbor_allgather_init.c         memchecker_call(&opal_memchecker_base_isaddressable, recvbuf, recvcount, recvtype);
recvcount          90 ompi/mpiext/pcollreq/c/neighbor_allgather_init.c         } else if (recvcount < 0) {
recvcount         126 ompi/mpiext/pcollreq/c/neighbor_allgather_init.c                                                      recvcount, recvtype, comm, info, request,
recvcount          52 ompi/mpiext/pcollreq/c/neighbor_alltoall_init.c                                 void *recvbuf, int recvcount, MPI_Datatype recvtype,
recvcount          67 ompi/mpiext/pcollreq/c/neighbor_alltoall_init.c         memchecker_call(&opal_memchecker_base_isaddressable, recvbuf, recvcount, recvtype);
recvcount          89 ompi/mpiext/pcollreq/c/neighbor_alltoall_init.c             OMPI_CHECK_DATATYPE_FOR_RECV(err, recvtype, recvcount);
recvcount          95 ompi/mpiext/pcollreq/c/neighbor_alltoall_init.c         if ((sendtype_size*sendcount) != (recvtype_size*recvcount)) {
recvcount         126 ompi/mpiext/pcollreq/c/neighbor_alltoall_init.c                                                     recvbuf, recvcount, recvtype, comm,
recvcount          48 ompi/mpiext/pcollreq/c/reduce_scatter_block_init.c int MPIX_Reduce_scatter_block_init(const void *sendbuf, void *recvbuf, int recvcount,
recvcount          62 ompi/mpiext/pcollreq/c/reduce_scatter_block_init.c                         recvcount, datatype);
recvcount          66 ompi/mpiext/pcollreq/c/reduce_scatter_block_init.c             memchecker_call(&opal_memchecker_base_isdefined, recvbuf, recvcount, datatype);
recvcount          68 ompi/mpiext/pcollreq/c/reduce_scatter_block_init.c             memchecker_call(&opal_memchecker_base_isdefined, sendbuf, recvcount, datatype);
recvcount          96 ompi/mpiext/pcollreq/c/reduce_scatter_block_init.c         OMPI_CHECK_DATATYPE_FOR_SEND(err, datatype, recvcount);
recvcount         105 ompi/mpiext/pcollreq/c/reduce_scatter_block_init.c     err = comm->c_coll->coll_reduce_scatter_block_init(sendbuf, recvbuf, recvcount,
recvcount          49 ompi/mpiext/pcollreq/c/scatter_init.c                       void *recvbuf, int recvcount, MPI_Datatype recvtype,
recvcount          66 ompi/mpiext/pcollreq/c/scatter_init.c                     memchecker_call(&opal_memchecker_base_isaddressable, recvbuf, recvcount, recvtype);
recvcount          71 ompi/mpiext/pcollreq/c/scatter_init.c                 memchecker_call(&opal_memchecker_base_isaddressable, recvbuf, recvcount, recvtype);
recvcount          81 ompi/mpiext/pcollreq/c/scatter_init.c                 memchecker_call(&opal_memchecker_base_isaddressable, recvbuf, recvcount, recvtype);
recvcount         106 ompi/mpiext/pcollreq/c/scatter_init.c               if (recvcount < 0) {
recvcount         136 ompi/mpiext/pcollreq/c/scatter_init.c             if (recvcount < 0) {
recvcount         158 ompi/mpiext/pcollreq/c/scatter_init.c                                           recvcount, recvtype, root, comm, info, request,
recvcount          47 ompi/mpiext/pcollreq/c/scatterv_init.c                        MPI_Datatype sendtype, void *recvbuf, int recvcount,
recvcount          73 ompi/mpiext/pcollreq/c/scatterv_init.c                     memchecker_call(&opal_memchecker_base_isaddressable, recvbuf, recvcount, recvtype);
recvcount          78 ompi/mpiext/pcollreq/c/scatterv_init.c                   memchecker_call(&opal_memchecker_base_isaddressable, recvbuf, recvcount, recvtype);
recvcount          91 ompi/mpiext/pcollreq/c/scatterv_init.c                 memchecker_call(&opal_memchecker_base_isaddressable, recvbuf, recvcount, recvtype);
recvcount         118 ompi/mpiext/pcollreq/c/scatterv_init.c                 if (recvcount < 0) {
recvcount         163 ompi/mpiext/pcollreq/c/scatterv_init.c                 if (recvcount < 0) {
recvcount         198 ompi/mpiext/pcollreq/c/scatterv_init.c                                            sendtype, recvbuf, recvcount, recvtype, root, comm,
recvcount          43 ompi/mpiext/pcollreq/mpif-h/allgather_init_f.c                             (char *sendbuf, MPI_Fint *sendcount, MPI_Fint *sendtype, char *recvbuf, MPI_Fint *recvcount, MPI_Fint *recvtype, MPI_Fint *comm, MPI_Fint *info, MPI_Fint *request, MPI_Fint *ierr),
recvcount          44 ompi/mpiext/pcollreq/mpif-h/allgather_init_f.c                             (sendbuf, sendcount, sendtype, recvbuf, recvcount, recvtype, comm, info, request, ierr) )
recvcount          63 ompi/mpiext/pcollreq/mpif-h/allgather_init_f.c                             (char *sendbuf, MPI_Fint *sendcount, MPI_Fint *sendtype, char *recvbuf, MPI_Fint *recvcount, MPI_Fint *recvtype, MPI_Fint *comm, MPI_Fint *info, MPI_Fint *request, MPI_Fint *ierr),
recvcount          64 ompi/mpiext/pcollreq/mpif-h/allgather_init_f.c                             (sendbuf, sendcount, sendtype, recvbuf, recvcount, recvtype, comm, info, request, ierr) )
recvcount          72 ompi/mpiext/pcollreq/mpif-h/allgather_init_f.c                             char *recvbuf, MPI_Fint *recvcount, MPI_Fint *recvtype,
recvcount          94 ompi/mpiext/pcollreq/mpif-h/allgather_init_f.c                                   OMPI_FINT_2_INT(*recvcount),
recvcount          43 ompi/mpiext/pcollreq/mpif-h/alltoall_init_f.c                             (char *sendbuf, MPI_Fint *sendcount, MPI_Fint *sendtype, char *recvbuf, MPI_Fint *recvcount, MPI_Fint *recvtype, MPI_Fint *comm, MPI_Fint *info, MPI_Fint *request, MPI_Fint *ierr),
recvcount          44 ompi/mpiext/pcollreq/mpif-h/alltoall_init_f.c                             (sendbuf, sendcount, sendtype, recvbuf, recvcount, recvtype, comm, info, request, ierr) )
recvcount          63 ompi/mpiext/pcollreq/mpif-h/alltoall_init_f.c                             (char *sendbuf, MPI_Fint *sendcount, MPI_Fint *sendtype, char *recvbuf, MPI_Fint *recvcount, MPI_Fint *recvtype, MPI_Fint *comm, MPI_Fint *info, MPI_Fint *request, MPI_Fint *ierr),
recvcount          64 ompi/mpiext/pcollreq/mpif-h/alltoall_init_f.c                             (sendbuf, sendcount, sendtype, recvbuf, recvcount, recvtype, comm, info, request, ierr) )
recvcount          72 ompi/mpiext/pcollreq/mpif-h/alltoall_init_f.c                            char *recvbuf, MPI_Fint *recvcount, MPI_Fint *recvtype,
recvcount          94 ompi/mpiext/pcollreq/mpif-h/alltoall_init_f.c                                  OMPI_FINT_2_INT(*recvcount),
recvcount          43 ompi/mpiext/pcollreq/mpif-h/gather_init_f.c                             (char *sendbuf, MPI_Fint *sendcount, 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),
recvcount          44 ompi/mpiext/pcollreq/mpif-h/gather_init_f.c                             (sendbuf, sendcount, sendtype, recvbuf, recvcount, recvtype, root, comm, info, request, ierr) )
recvcount          63 ompi/mpiext/pcollreq/mpif-h/gather_init_f.c                             (char *sendbuf, MPI_Fint *sendcount, 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),
recvcount          64 ompi/mpiext/pcollreq/mpif-h/gather_init_f.c                             (sendbuf, sendcount, sendtype, recvbuf, recvcount, recvtype, root, comm, info, request, ierr) )
recvcount          72 ompi/mpiext/pcollreq/mpif-h/gather_init_f.c                     char *recvbuf, MPI_Fint *recvcount, MPI_Fint *recvtype,
recvcount          93 ompi/mpiext/pcollreq/mpif-h/gather_init_f.c                                OMPI_FINT_2_INT(*recvcount),
recvcount          83 ompi/mpiext/pcollreq/mpif-h/mpiext_pcollreq_prototypes.h PN2(void, MPIX_Allgather_init, mpix_allgather_init, MPIX_ALLGATHER_INIT, (char *sendbuf, MPI_Fint *sendcount, MPI_Fint *sendtype, char *recvbuf, MPI_Fint *recvcount, MPI_Fint *recvtype, MPI_Fint *comm, MPI_Fint *info, MPI_Fint *request, MPI_Fint *ierr));
recvcount          87 ompi/mpiext/pcollreq/mpif-h/mpiext_pcollreq_prototypes.h PN2(void, MPIX_Alltoall_init, mpix_alltoall_init, MPIX_ALLTOALL_INIT, (char *sendbuf, MPI_Fint *sendcount, MPI_Fint *sendtype, char *recvbuf, MPI_Fint *recvcount, MPI_Fint *recvtype, MPI_Fint *comm, MPI_Fint *info, MPI_Fint *request, MPI_Fint *ierr));
recvcount          93 ompi/mpiext/pcollreq/mpif-h/mpiext_pcollreq_prototypes.h PN2(void, MPIX_Gather_init, mpix_gather_init, MPIX_GATHER_INIT, (char *sendbuf, MPI_Fint *sendcount, 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));
recvcount          97 ompi/mpiext/pcollreq/mpif-h/mpiext_pcollreq_prototypes.h PN2(void, MPIX_Reduce_scatter_block_init, mpix_reduce_scatter_block_init, MPIX_REDUCE_SCATTER_BLOCK_INIT, (char *sendbuf, char *recvbuf, MPI_Fint *recvcount, MPI_Fint *datatype, MPI_Fint *op, MPI_Fint *comm, MPI_Fint *info, MPI_Fint *request, MPI_Fint *ierr));
recvcount          99 ompi/mpiext/pcollreq/mpif-h/mpiext_pcollreq_prototypes.h PN2(void, MPIX_Scatter_init, mpix_scatter_init, MPIX_SCATTER_INIT, (char *sendbuf, MPI_Fint *sendcount, 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));
recvcount         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));
recvcount         101 ompi/mpiext/pcollreq/mpif-h/mpiext_pcollreq_prototypes.h PN2(void, MPIX_Neighbor_allgather_init, mpix_neighbor_allgather_init, MPIX_NEIGHBOR_ALLGATHER_INIT, (char *sendbuf, MPI_Fint *sendcount, MPI_Fint *sendtype, char *recvbuf, MPI_Fint *recvcount, MPI_Fint *recvtype, MPI_Fint *comm, MPI_Fint *info, MPI_Fint *request, MPI_Fint *ierr));
recvcount         103 ompi/mpiext/pcollreq/mpif-h/mpiext_pcollreq_prototypes.h PN2(void, MPIX_Neighbor_alltoall_init, mpix_neighbor_alltoall_init, MPIX_NEIGHBOR_ALLTOALL_INIT, (char *sendbuf, MPI_Fint *sendcount, MPI_Fint *sendtype, char *recvbuf, MPI_Fint *recvcount, MPI_Fint *recvtype, MPI_Fint *comm, MPI_Fint *info, MPI_Fint *request, MPI_Fint *ierr));
recvcount          46 ompi/mpiext/pcollreq/mpif-h/neighbor_allgather_init_f.c                             (char *sendbuf, MPI_Fint *sendcount, MPI_Fint *sendtype, char *recvbuf, MPI_Fint *recvcount, MPI_Fint *recvtype, MPI_Fint *comm, MPI_Fint *info, MPI_Fint *request, MPI_Fint *ierr),
recvcount          47 ompi/mpiext/pcollreq/mpif-h/neighbor_allgather_init_f.c                             (sendbuf, sendcount, sendtype, recvbuf, recvcount, recvtype, comm, info, request, ierr) )
recvcount          66 ompi/mpiext/pcollreq/mpif-h/neighbor_allgather_init_f.c                             (char *sendbuf, MPI_Fint *sendcount, MPI_Fint *sendtype, char *recvbuf, MPI_Fint *recvcount, MPI_Fint *recvtype, MPI_Fint *comm, MPI_Fint *info, MPI_Fint *request, MPI_Fint *ierr),
recvcount          67 ompi/mpiext/pcollreq/mpif-h/neighbor_allgather_init_f.c                             (sendbuf, sendcount, sendtype, recvbuf, recvcount, recvtype, comm, info, request, ierr) )
recvcount          75 ompi/mpiext/pcollreq/mpif-h/neighbor_allgather_init_f.c                                      char *recvbuf, MPI_Fint *recvcount, MPI_Fint *recvtype,
recvcount          97 ompi/mpiext/pcollreq/mpif-h/neighbor_allgather_init_f.c                                            OMPI_FINT_2_INT(*recvcount),
recvcount          47 ompi/mpiext/pcollreq/mpif-h/neighbor_alltoall_init_f.c                             (char *sendbuf, MPI_Fint *sendcount, MPI_Fint *sendtype, char *recvbuf, MPI_Fint *recvcount, MPI_Fint *recvtype, MPI_Fint *comm, MPI_Fint *info, MPI_Fint *request, MPI_Fint *ierr),
recvcount          48 ompi/mpiext/pcollreq/mpif-h/neighbor_alltoall_init_f.c                             (sendbuf, sendcount, sendtype, recvbuf, recvcount, recvtype, comm, info, request, ierr) )
recvcount          67 ompi/mpiext/pcollreq/mpif-h/neighbor_alltoall_init_f.c                             (char *sendbuf, MPI_Fint *sendcount, MPI_Fint *sendtype, char *recvbuf, MPI_Fint *recvcount, MPI_Fint *recvtype, MPI_Fint *comm, MPI_Fint *info, MPI_Fint *request, MPI_Fint *ierr),
recvcount          68 ompi/mpiext/pcollreq/mpif-h/neighbor_alltoall_init_f.c                             (sendbuf, sendcount, sendtype, recvbuf, recvcount, recvtype, comm, info, request, ierr) )
recvcount          76 ompi/mpiext/pcollreq/mpif-h/neighbor_alltoall_init_f.c                                     char *recvbuf, MPI_Fint *recvcount, MPI_Fint *recvtype,
recvcount          98 ompi/mpiext/pcollreq/mpif-h/neighbor_alltoall_init_f.c                                           OMPI_FINT_2_INT(*recvcount),
recvcount          72 ompi/mpiext/pcollreq/mpif-h/reduce_scatter_block_init_f.c                                        MPI_Fint *recvcount, MPI_Fint *datatype,
recvcount          96 ompi/mpiext/pcollreq/mpif-h/reduce_scatter_block_init_f.c                                              OMPI_FINT_2_INT(*recvcount),
recvcount          43 ompi/mpiext/pcollreq/mpif-h/scatter_init_f.c                             (char *sendbuf, MPI_Fint *sendcount, 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),
recvcount          44 ompi/mpiext/pcollreq/mpif-h/scatter_init_f.c                             (sendbuf, sendcount, sendtype, recvbuf, recvcount, recvtype, root, comm, info, request, ierr) )
recvcount          63 ompi/mpiext/pcollreq/mpif-h/scatter_init_f.c                             (char *sendbuf, MPI_Fint *sendcount, 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),
recvcount          64 ompi/mpiext/pcollreq/mpif-h/scatter_init_f.c                             (sendbuf, sendcount, sendtype, recvbuf, recvcount, recvtype, root, comm, info, request, ierr) )
recvcount          73 ompi/mpiext/pcollreq/mpif-h/scatter_init_f.c                           MPI_Fint *recvcount, MPI_Fint *recvtype,
recvcount          93 ompi/mpiext/pcollreq/mpif-h/scatter_init_f.c                                 OMPI_FINT_2_INT(*recvcount),
recvcount          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),
recvcount          44 ompi/mpiext/pcollreq/mpif-h/scatterv_init_f.c                             (sendbuf, sendcounts, displs, sendtype, recvbuf, recvcount, recvtype, root, comm, info, request, ierr) )
recvcount          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),
recvcount          64 ompi/mpiext/pcollreq/mpif-h/scatterv_init_f.c                             (sendbuf, sendcounts, displs, sendtype, recvbuf, recvcount, recvtype, root, comm, info, request, ierr) )
recvcount          73 ompi/mpiext/pcollreq/mpif-h/scatterv_init_f.c                            char *recvbuf, MPI_Fint *recvcount,
recvcount         102 ompi/mpiext/pcollreq/mpif-h/scatterv_init_f.c                                 OMPI_FINT_2_INT(*recvcount),
recvcount          26 ompi/mpiext/pcollreq/use-mpi-f08/mpiext_pcollreq_usempif08.h                                    recvbuf, recvcount, recvtype, &
recvcount          37 ompi/mpiext/pcollreq/use-mpi-f08/mpiext_pcollreq_usempif08.h         integer, intent(in) :: sendcount, recvcount
recvcount          94 ompi/mpiext/pcollreq/use-mpi-f08/mpiext_pcollreq_usempif08.h                                   recvbuf, recvcount, recvtype, &
recvcount         105 ompi/mpiext/pcollreq/use-mpi-f08/mpiext_pcollreq_usempif08.h         integer, intent(in) :: sendcount, recvcount
recvcount         214 ompi/mpiext/pcollreq/use-mpi-f08/mpiext_pcollreq_usempif08.h                                 recvbuf, recvcount, recvtype, root, &
recvcount         225 ompi/mpiext/pcollreq/use-mpi-f08/mpiext_pcollreq_usempif08.h         integer, intent(in) :: sendcount, recvcount, root
recvcount         304 ompi/mpiext/pcollreq/use-mpi-f08/mpiext_pcollreq_usempif08.h     subroutine mpix_reduce_scatter_block_init(sendbuf, recvbuf, recvcount, &
recvcount         316 ompi/mpiext/pcollreq/use-mpi-f08/mpiext_pcollreq_usempif08.h         integer, intent(in) :: recvcount
recvcount         351 ompi/mpiext/pcollreq/use-mpi-f08/mpiext_pcollreq_usempif08.h                                  recvbuf, recvcount, recvtype, root, &
recvcount         362 ompi/mpiext/pcollreq/use-mpi-f08/mpiext_pcollreq_usempif08.h         integer, intent(in) :: sendcount, recvcount, root
recvcount         373 ompi/mpiext/pcollreq/use-mpi-f08/mpiext_pcollreq_usempif08.h                                   recvbuf, recvcount, recvtype, root, &
recvcount         384 ompi/mpiext/pcollreq/use-mpi-f08/mpiext_pcollreq_usempif08.h         integer, intent(in) :: recvcount, root
recvcount         396 ompi/mpiext/pcollreq/use-mpi-f08/mpiext_pcollreq_usempif08.h                                             recvbuf, recvcount, recvtype, &
recvcount         407 ompi/mpiext/pcollreq/use-mpi-f08/mpiext_pcollreq_usempif08.h         integer, intent(in) :: sendcount, recvcount
recvcount         441 ompi/mpiext/pcollreq/use-mpi-f08/mpiext_pcollreq_usempif08.h                                            recvbuf, recvcount, recvtype, &
recvcount         452 ompi/mpiext/pcollreq/use-mpi-f08/mpiext_pcollreq_usempif08.h         integer, intent(in) :: sendcount, recvcount
recvcount         508 ompi/mpiext/pcollreq/use-mpi-f08/mpiext_pcollreq_usempif08.h                                     recvbuf, recvcount, recvtype, &
recvcount         519 ompi/mpiext/pcollreq/use-mpi-f08/mpiext_pcollreq_usempif08.h         integer, intent(in) :: sendcount, recvcount
recvcount         576 ompi/mpiext/pcollreq/use-mpi-f08/mpiext_pcollreq_usempif08.h                                    recvbuf, recvcount, recvtype, &
recvcount         587 ompi/mpiext/pcollreq/use-mpi-f08/mpiext_pcollreq_usempif08.h         integer, intent(in) :: sendcount, recvcount
recvcount         696 ompi/mpiext/pcollreq/use-mpi-f08/mpiext_pcollreq_usempif08.h                                  recvbuf, recvcount, recvtype, root, &
recvcount         707 ompi/mpiext/pcollreq/use-mpi-f08/mpiext_pcollreq_usempif08.h         integer, intent(in) :: sendcount, recvcount, root
recvcount         786 ompi/mpiext/pcollreq/use-mpi-f08/mpiext_pcollreq_usempif08.h     subroutine pmpix_reduce_scatter_block_init(sendbuf, recvbuf, recvcount, &
recvcount         798 ompi/mpiext/pcollreq/use-mpi-f08/mpiext_pcollreq_usempif08.h         integer, intent(in) :: recvcount
recvcount         833 ompi/mpiext/pcollreq/use-mpi-f08/mpiext_pcollreq_usempif08.h                                   recvbuf, recvcount, recvtype, root, &
recvcount         844 ompi/mpiext/pcollreq/use-mpi-f08/mpiext_pcollreq_usempif08.h         integer, intent(in) :: sendcount, recvcount, root
recvcount         855 ompi/mpiext/pcollreq/use-mpi-f08/mpiext_pcollreq_usempif08.h                                    recvbuf, recvcount, recvtype, root, &
recvcount         866 ompi/mpiext/pcollreq/use-mpi-f08/mpiext_pcollreq_usempif08.h         integer, intent(in) :: recvcount, root
recvcount         878 ompi/mpiext/pcollreq/use-mpi-f08/mpiext_pcollreq_usempif08.h                                              recvbuf, recvcount, recvtype, &
recvcount         889 ompi/mpiext/pcollreq/use-mpi-f08/mpiext_pcollreq_usempif08.h         integer, intent(in) :: sendcount, recvcount
recvcount         923 ompi/mpiext/pcollreq/use-mpi-f08/mpiext_pcollreq_usempif08.h                                             recvbuf, recvcount, recvtype, &
recvcount         934 ompi/mpiext/pcollreq/use-mpi-f08/mpiext_pcollreq_usempif08.h         integer, intent(in) :: sendcount, recvcount
recvcount          26 ompi/mpiext/pcollreq/use-mpi/mpiext_pcollreq_usempi.h                                    recvbuf, recvcount, recvtype, &
recvcount          37 ompi/mpiext/pcollreq/use-mpi/mpiext_pcollreq_usempi.h         integer, intent(in) :: recvcount
recvcount          48 ompi/mpiext/pcollreq/use-mpi/mpiext_pcollreq_usempi.h                                     recvbuf, recvcount, recvtype, &
recvcount          59 ompi/mpiext/pcollreq/use-mpi/mpiext_pcollreq_usempi.h         integer, intent(in) :: recvcount
recvcount         158 ompi/mpiext/pcollreq/use-mpi/mpiext_pcollreq_usempi.h                                   recvbuf, recvcount, recvtype, &
recvcount         169 ompi/mpiext/pcollreq/use-mpi/mpiext_pcollreq_usempi.h         integer, intent(in) :: recvcount
recvcount         180 ompi/mpiext/pcollreq/use-mpi/mpiext_pcollreq_usempi.h                                    recvbuf, recvcount, recvtype, &
recvcount         191 ompi/mpiext/pcollreq/use-mpi/mpiext_pcollreq_usempi.h         integer, intent(in) :: recvcount
recvcount         396 ompi/mpiext/pcollreq/use-mpi/mpiext_pcollreq_usempi.h                                 recvbuf, recvcount, recvtype, root, &
recvcount         407 ompi/mpiext/pcollreq/use-mpi/mpiext_pcollreq_usempi.h         integer, intent(in) :: recvcount
recvcount         419 ompi/mpiext/pcollreq/use-mpi/mpiext_pcollreq_usempi.h                                  recvbuf, recvcount, recvtype, root, &
recvcount         430 ompi/mpiext/pcollreq/use-mpi/mpiext_pcollreq_usempi.h         integer, intent(in) :: recvcount
recvcount         575 ompi/mpiext/pcollreq/use-mpi/mpiext_pcollreq_usempi.h     subroutine mpix_reduce_scatter_block_init(sendbuf, recvbuf, recvcount, &
recvcount         585 ompi/mpiext/pcollreq/use-mpi/mpiext_pcollreq_usempi.h         integer, intent(in) :: recvcount
recvcount         596 ompi/mpiext/pcollreq/use-mpi/mpiext_pcollreq_usempi.h     subroutine pmpix_reduce_scatter_block_init(sendbuf, recvbuf, recvcount, &
recvcount         606 ompi/mpiext/pcollreq/use-mpi/mpiext_pcollreq_usempi.h         integer, intent(in) :: recvcount
recvcount         660 ompi/mpiext/pcollreq/use-mpi/mpiext_pcollreq_usempi.h                                  recvbuf, recvcount, recvtype, root, &
recvcount         671 ompi/mpiext/pcollreq/use-mpi/mpiext_pcollreq_usempi.h         integer, intent(in) :: recvcount
recvcount         683 ompi/mpiext/pcollreq/use-mpi/mpiext_pcollreq_usempi.h                                   recvbuf, recvcount, recvtype, root, &
recvcount         694 ompi/mpiext/pcollreq/use-mpi/mpiext_pcollreq_usempi.h         integer, intent(in) :: recvcount
recvcount         706 ompi/mpiext/pcollreq/use-mpi/mpiext_pcollreq_usempi.h                                   recvbuf, recvcount, recvtype, root, &
recvcount         718 ompi/mpiext/pcollreq/use-mpi/mpiext_pcollreq_usempi.h         integer, intent(in) :: recvcount
recvcount         730 ompi/mpiext/pcollreq/use-mpi/mpiext_pcollreq_usempi.h                                    recvbuf, recvcount, recvtype, root, &
recvcount         742 ompi/mpiext/pcollreq/use-mpi/mpiext_pcollreq_usempi.h         integer, intent(in) :: recvcount
recvcount         754 ompi/mpiext/pcollreq/use-mpi/mpiext_pcollreq_usempi.h                                             recvbuf, recvcount, recvtype, &
recvcount         765 ompi/mpiext/pcollreq/use-mpi/mpiext_pcollreq_usempi.h         integer, intent(in) :: recvcount
recvcount         776 ompi/mpiext/pcollreq/use-mpi/mpiext_pcollreq_usempi.h                                              recvbuf, recvcount, recvtype, &
recvcount         787 ompi/mpiext/pcollreq/use-mpi/mpiext_pcollreq_usempi.h         integer, intent(in) :: recvcount
recvcount         844 ompi/mpiext/pcollreq/use-mpi/mpiext_pcollreq_usempi.h                                            recvbuf, recvcount, recvtype, &
recvcount         855 ompi/mpiext/pcollreq/use-mpi/mpiext_pcollreq_usempi.h         integer, intent(in) :: recvcount
recvcount         866 ompi/mpiext/pcollreq/use-mpi/mpiext_pcollreq_usempi.h                                             recvbuf, recvcount, recvtype, &
recvcount         877 ompi/mpiext/pcollreq/use-mpi/mpiext_pcollreq_usempi.h         integer, intent(in) :: recvcount