sendtype           31 ompi/contrib/libompitrace/allgather.c int MPI_Allgather(const void *sendbuf, int sendcount, MPI_Datatype sendtype,
sendtype           41 ompi/contrib/libompitrace/allgather.c     PMPI_Type_get_name(sendtype, sendtypename, &len);
sendtype           49 ompi/contrib/libompitrace/allgather.c     return PMPI_Allgather(sendbuf, sendcount, sendtype, recvbuf, recvcount, recvtype, comm);
sendtype           31 ompi/contrib/libompitrace/allgatherv.c int MPI_Allgatherv(const void *sendbuf, int sendcount, MPI_Datatype sendtype,
sendtype           41 ompi/contrib/libompitrace/allgatherv.c     PMPI_Type_get_name(sendtype, sendtypename, &len);
sendtype           49 ompi/contrib/libompitrace/allgatherv.c     return PMPI_Allgatherv(sendbuf, sendcount, sendtype, recvbuf, recvcounts, displs, recvtype, comm);
sendtype           32 ompi/contrib/libompitrace/sendrecv.c int MPI_Sendrecv(const void *sendbuf, int sendcount, MPI_Datatype sendtype,
sendtype           44 ompi/contrib/libompitrace/sendrecv.c     PMPI_Type_get_name(sendtype, sendtypename, &len);
sendtype           45 ompi/contrib/libompitrace/sendrecv.c     PMPI_Type_get_name(sendtype, recvtypename, &len);
sendtype           57 ompi/contrib/libompitrace/sendrecv.c     return PMPI_Sendrecv(sendbuf, sendcount, sendtype, dest, sendtag,
sendtype           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
sendtype           71 ompi/mca/coll/base/coll_base_functions.h #define ALLGATHERV_BASE_ARGS          const void *sendbuf, int sendcount, struct ompi_datatype_t *sendtype, void *recvbuf, const int recvcounts[], const int displs[], struct ompi_datatype_t *recvtype, struct ompi_communicator_t *comm
sendtype           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
sendtype           74 ompi/mca/coll/base/coll_base_functions.h #define ALLTOALLV_BASE_ARGS           const void *sendbuf, const int sendcounts[], const int sdispls[], struct ompi_datatype_t *sendtype, void *recvbuf, const int recvcounts[], const int rdispls[], struct ompi_datatype_t *recvtype, struct ompi_communicator_t *comm
sendtype           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
sendtype           80 ompi/mca/coll/base/coll_base_functions.h #define GATHERV_BASE_ARGS             const void *sendbuf, int sendcount, struct ompi_datatype_t *sendtype, void *recvbuf, const int recvcounts[], const int displs[], struct ompi_datatype_t *recvtype, int root, struct ompi_communicator_t *comm
sendtype           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
sendtype           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
sendtype           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
sendtype           88 ompi/mca/coll/base/coll_base_functions.h #define NEIGHBOR_ALLGATHERV_BASE_ARGS const void *sendbuf, int sendcount, struct ompi_datatype_t *sendtype, void *recvbuf, const int recvcounts[], const int displs[], struct ompi_datatype_t *recvtype, struct ompi_communicator_t *comm
sendtype           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
sendtype           90 ompi/mca/coll/base/coll_base_functions.h #define NEIGHBOR_ALLTOALLV_BASE_ARGS  const void *sendbuf, const int sendcounts[], const int sdispls[], struct ompi_datatype_t *sendtype, void *recvbuf, const int recvcounts[], const int rdispls[], struct ompi_datatype_t *recvtype, struct ompi_communicator_t *comm
sendtype          162 ompi/mca/coll/base/coll_base_functions.h #define ALLGATHER_BASE_ARG_NAMES           sendbuf, sendcount, sendtype, recvbuf, recvcount, recvtype, comm
sendtype          163 ompi/mca/coll/base/coll_base_functions.h #define ALLGATHERV_BASE_ARG_NAMES          sendbuf, sendcount, sendtype, recvbuf, recvcounts, displs, recvtype, comm
sendtype          165 ompi/mca/coll/base/coll_base_functions.h #define ALLTOALL_BASE_ARG_NAMES            sendbuf, sendcount, sendtype, recvbuf, recvcount, recvtype, comm
sendtype          166 ompi/mca/coll/base/coll_base_functions.h #define ALLTOALLV_BASE_ARG_NAMES           sendbuf, sendcounts, sdispls, sendtype, recvbuf, recvcounts, rdispls, recvtype, comm
sendtype          171 ompi/mca/coll/base/coll_base_functions.h #define GATHER_BASE_ARG_NAMES              sendbuf, sendcount, sendtype, recvbuf, recvcount, recvtype, root, comm
sendtype          172 ompi/mca/coll/base/coll_base_functions.h #define GATHERV_BASE_ARG_NAMES             sendbuf, sendcount, sendtype, recvbuf, recvcounts, displs, recvtype, root, comm
sendtype          177 ompi/mca/coll/base/coll_base_functions.h #define SCATTER_BASE_ARG_NAMES             sendbuf, sendcount, sendtype, recvbuf, recvcount, recvtype, root, comm
sendtype          178 ompi/mca/coll/base/coll_base_functions.h #define SCATTERV_BASE_ARG_NAMES            sendbuf, sendcounts, displs, sendtype, recvbuf, recvcount, recvtype, root, comm
sendtype          179 ompi/mca/coll/base/coll_base_functions.h #define NEIGHBOR_ALLGATHER_BASE_ARG_NAMES  sendbuf, sendcount, sendtype, recvbuf, recvcount, recvtype, comm
sendtype          180 ompi/mca/coll/base/coll_base_functions.h #define NEIGHBOR_ALLGATHERV_BASE_ARG_NAMES sendbuf, sendcount, sendtype, recvbuf, recvcounts, displs, recvtype, comm
sendtype          181 ompi/mca/coll/base/coll_base_functions.h #define NEIGHBOR_ALLTOALL_BASE_ARG_NAMES   sendbuf, sendcount, sendtype, recvbuf, recvcount, recvtype, comm
sendtype          182 ompi/mca/coll/base/coll_base_functions.h #define NEIGHBOR_ALLTOALLV_BASE_ARG_NAMES  sendbuf, sendcounts, sdispls, sendtype, recvbuf, recvcounts, rdispls, recvtype, comm
sendtype          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,
sendtype          168 ompi/mca/coll/libnbc/coll_libnbc.h int ompi_coll_libnbc_iallgatherv(const void* sendbuf, int sendcount, MPI_Datatype sendtype, void* recvbuf, const int *recvcounts, const int *displs,
sendtype          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,
sendtype          178 ompi/mca/coll/libnbc/coll_libnbc.h                                 MPI_Datatype sendtype, void* recvbuf, const int *recvcounts, const int *rdispls,
sendtype          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,
sendtype          196 ompi/mca/coll/libnbc/coll_libnbc.h int ompi_coll_libnbc_igatherv(const void* sendbuf, int sendcount, MPI_Datatype sendtype,
sendtype          213 ompi/mca/coll/libnbc/coll_libnbc.h int ompi_coll_libnbc_iscatter(const void* sendbuf, int sendcount, MPI_Datatype sendtype,
sendtype          217 ompi/mca/coll/libnbc/coll_libnbc.h int ompi_coll_libnbc_iscatterv(const void* sendbuf, const int *sendcounts, const int *displs, MPI_Datatype sendtype,
sendtype          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,
sendtype          226 ompi/mca/coll/libnbc/coll_libnbc.h int ompi_coll_libnbc_iallgatherv_inter(const void* sendbuf, int sendcount, MPI_Datatype sendtype, void* recvbuf, const int *recvcounts, const int *displs,
sendtype          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,
sendtype          236 ompi/mca/coll/libnbc/coll_libnbc.h                                 MPI_Datatype sendtype, void* recvbuf, const int *recvcounts, const int *rdispls,
sendtype          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,
sendtype          251 ompi/mca/coll/libnbc/coll_libnbc.h int ompi_coll_libnbc_igatherv_inter(const void* sendbuf, int sendcount, MPI_Datatype sendtype,
sendtype          265 ompi/mca/coll/libnbc/coll_libnbc.h int ompi_coll_libnbc_iscatter_inter(const void* sendbuf, int sendcount, MPI_Datatype sendtype,
sendtype          269 ompi/mca/coll/libnbc/coll_libnbc.h int ompi_coll_libnbc_iscatterv_inter(const void* sendbuf, const int *sendcounts, const int *displs, MPI_Datatype sendtype,
sendtype          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,
sendtype          297 ompi/mca/coll/libnbc/coll_libnbc.h int ompi_coll_libnbc_allgatherv_init(const void* sendbuf, int sendcount, MPI_Datatype sendtype, void* recvbuf, const int *recvcounts, const int *displs,
sendtype          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,
sendtype          307 ompi/mca/coll/libnbc/coll_libnbc.h                                     MPI_Datatype sendtype, void* recvbuf, const int *recvcounts, const int *rdispls,
sendtype          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,
sendtype          325 ompi/mca/coll/libnbc/coll_libnbc.h int ompi_coll_libnbc_gatherv_init(const void* sendbuf, int sendcount, MPI_Datatype sendtype,
sendtype          341 ompi/mca/coll/libnbc/coll_libnbc.h int ompi_coll_libnbc_scatter_init(const void* sendbuf, int sendcount, MPI_Datatype sendtype,
sendtype          345 ompi/mca/coll/libnbc/coll_libnbc.h int ompi_coll_libnbc_scatterv_init(const void* sendbuf, const int *sendcounts, const int *displs, MPI_Datatype sendtype,
sendtype          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,
sendtype          353 ompi/mca/coll/libnbc/coll_libnbc.h int ompi_coll_libnbc_allgatherv_inter_init(const void* sendbuf, int sendcount, MPI_Datatype sendtype, void* recvbuf, const int *recvcounts, const int *displs,
sendtype          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,
sendtype          363 ompi/mca/coll/libnbc/coll_libnbc.h                                           MPI_Datatype sendtype, void* recvbuf, const int *recvcounts, const int *rdispls,
sendtype          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,
sendtype          378 ompi/mca/coll/libnbc/coll_libnbc.h int ompi_coll_libnbc_gatherv_inter_init(const void* sendbuf, int sendcount, MPI_Datatype sendtype,
sendtype          392 ompi/mca/coll/libnbc/coll_libnbc.h int ompi_coll_libnbc_scatter_inter_init(const void* sendbuf, int sendcount, MPI_Datatype sendtype,
sendtype          396 ompi/mca/coll/libnbc/coll_libnbc.h int ompi_coll_libnbc_scatterv_inter_init(const void* sendbuf, const int *sendcounts, const int *displs, MPI_Datatype sendtype,
sendtype           37 ompi/mca/coll/libnbc/nbc_iallgather.c       (a->sendtype == b->sendtype) &&
sendtype           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,
sendtype           91 ompi/mca/coll/libnbc/nbc_iallgather.c     sendtype = recvtype;
sendtype           96 ompi/mca/coll/libnbc/nbc_iallgather.c     res = NBC_Copy (sendbuf, sendcount, sendtype, rbuf, recvcount, recvtype, comm);
sendtype          109 ompi/mca/coll/libnbc/nbc_iallgather.c   search.sendtype = sendtype;
sendtype          125 ompi/mca/coll/libnbc/nbc_iallgather.c       res = NBC_Sched_copy((void *)sendbuf, false, sendcount, sendtype,
sendtype          135 ompi/mca/coll/libnbc/nbc_iallgather.c         res = allgather_sched_linear(rank, p, schedule, sendbuf, sendcount, sendtype,
sendtype          140 ompi/mca/coll/libnbc/nbc_iallgather.c                                                 sendtype, recvbuf, recvcount, recvtype);
sendtype          160 ompi/mca/coll/libnbc/nbc_iallgather.c     args->sendtype = sendtype;
sendtype          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,
sendtype          197 ompi/mca/coll/libnbc/nbc_iallgather.c     int res = nbc_allgather_init(sendbuf, sendcount, sendtype, recvbuf, recvcount, recvtype,
sendtype          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,
sendtype          248 ompi/mca/coll/libnbc/nbc_iallgather.c     res = NBC_Sched_send (sendbuf, false, sendcount, sendtype, r, schedule, false);
sendtype          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,
sendtype          273 ompi/mca/coll/libnbc/nbc_iallgather.c     int res = nbc_allgather_inter_init(sendbuf, sendcount, sendtype, recvbuf, recvcount, recvtype,
sendtype          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,
sendtype          395 ompi/mca/coll/libnbc/nbc_iallgather.c     int res = nbc_allgather_init(sendbuf, sendcount, sendtype, recvbuf, recvcount, recvtype,
sendtype          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,
sendtype          407 ompi/mca/coll/libnbc/nbc_iallgather.c     int res = nbc_allgather_inter_init(sendbuf, sendcount, sendtype, recvbuf, recvcount, recvtype,
sendtype           37 ompi/mca/coll/libnbc/nbc_iallgatherv.c static int nbc_allgatherv_init(const void* sendbuf, int sendcount, MPI_Datatype sendtype, void* recvbuf, const int *recvcounts, const int *displs,
sendtype           59 ompi/mca/coll/libnbc/nbc_iallgatherv.c       sendtype = recvtype;
sendtype           64 ompi/mca/coll/libnbc/nbc_iallgatherv.c     res = NBC_Copy (sendbuf, sendcount, sendtype, rbuf, recvcounts[rank], recvtype, comm);
sendtype           79 ompi/mca/coll/libnbc/nbc_iallgatherv.c     res = NBC_Sched_copy ((void *)sendbuf, false, sendcount, sendtype,
sendtype          122 ompi/mca/coll/libnbc/nbc_iallgatherv.c int ompi_coll_libnbc_iallgatherv(const void* sendbuf, int sendcount, MPI_Datatype sendtype, void* recvbuf, const int *recvcounts, const int *displs,
sendtype          125 ompi/mca/coll/libnbc/nbc_iallgatherv.c     int res = nbc_allgatherv_init(sendbuf, sendcount, sendtype, recvbuf, recvcounts, displs, recvtype,
sendtype          141 ompi/mca/coll/libnbc/nbc_iallgatherv.c static int nbc_allgatherv_inter_init(const void* sendbuf, int sendcount, MPI_Datatype sendtype, void* recvbuf, const int *recvcounts, const int *displs,
sendtype          178 ompi/mca/coll/libnbc/nbc_iallgatherv.c       res = NBC_Sched_send (sendbuf, false, sendcount, sendtype, r, schedule, false);
sendtype          201 ompi/mca/coll/libnbc/nbc_iallgatherv.c int ompi_coll_libnbc_iallgatherv_inter(const void* sendbuf, int sendcount, MPI_Datatype sendtype, void* recvbuf, const int *recvcounts, const int *displs,
sendtype          204 ompi/mca/coll/libnbc/nbc_iallgatherv.c     int res = nbc_allgatherv_inter_init(sendbuf, sendcount, sendtype, recvbuf, recvcounts, displs, recvtype,
sendtype          220 ompi/mca/coll/libnbc/nbc_iallgatherv.c int ompi_coll_libnbc_allgatherv_init(const void* sendbuf, int sendcount, MPI_Datatype sendtype, void* recvbuf, const int *recvcounts, const int *displs,
sendtype          223 ompi/mca/coll/libnbc/nbc_iallgatherv.c     int res = nbc_allgatherv_init(sendbuf, sendcount, sendtype, recvbuf, recvcounts, displs, recvtype,
sendtype          232 ompi/mca/coll/libnbc/nbc_iallgatherv.c int ompi_coll_libnbc_allgatherv_inter_init(const void* sendbuf, int sendcount, MPI_Datatype sendtype, void* recvbuf, const int *recvcounts, const int *displs,
sendtype          235 ompi/mca/coll/libnbc/nbc_iallgatherv.c     int res = nbc_allgatherv_inter_init(sendbuf, sendcount, sendtype, recvbuf, recvcounts, displs, recvtype,
sendtype           25 ompi/mca/coll/libnbc/nbc_ialltoall.c                                    const void* sendbuf, int sendcount, MPI_Datatype sendtype, void* recvbuf,
sendtype           28 ompi/mca/coll/libnbc/nbc_ialltoall.c                                      const void* sendbuf, int sendcount, MPI_Datatype sendtype, void* recvbuf,
sendtype           31 ompi/mca/coll/libnbc/nbc_ialltoall.c                                  const void* sendbuf, int sendcount, MPI_Datatype sendtype, void* recvbuf,
sendtype           41 ompi/mca/coll/libnbc/nbc_ialltoall.c       (a->sendtype == b->sendtype) &&
sendtype           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,
sendtype           80 ompi/mca/coll/libnbc/nbc_ialltoall.c   res = ompi_datatype_type_extent(sendtype, &sndext);
sendtype           92 ompi/mca/coll/libnbc/nbc_ialltoall.c   res = ompi_datatype_type_size(sendtype, &sndsize);
sendtype          125 ompi/mca/coll/libnbc/nbc_ialltoall.c     if(NBC_Type_intrinsic(sendtype)) {
sendtype          128 ompi/mca/coll/libnbc/nbc_ialltoall.c       res = ompi_datatype_pack_external_size("external32", sendcount, sendtype, &datasize);
sendtype          149 ompi/mca/coll/libnbc/nbc_ialltoall.c     if (NBC_Type_intrinsic(sendtype) && !(opal_cuda_check_bufs((char *)sendbuf, (char *)recvbuf))) {
sendtype          151 ompi/mca/coll/libnbc/nbc_ialltoall.c     if (NBC_Type_intrinsic(sendtype)) {
sendtype          162 ompi/mca/coll/libnbc/nbc_ialltoall.c       res = ompi_datatype_pack_external ("external32", (char *) sendbuf + (intptr_t)rank * (intptr_t)sendcount * sndext, (intptr_t)(p - rank) * (intptr_t)sendcount, sendtype, tmpbuf,
sendtype          172 ompi/mca/coll/libnbc/nbc_ialltoall.c         res = ompi_datatype_pack_external("external32", sendbuf, (intptr_t)rank * (intptr_t)sendcount, sendtype, (char *) tmpbuf + datasize * (intptr_t)(p - rank),
sendtype          187 ompi/mca/coll/libnbc/nbc_ialltoall.c   search.sendtype = sendtype;
sendtype          205 ompi/mca/coll/libnbc/nbc_ialltoall.c       res = NBC_Sched_copy (sbuf, false, sendcount, sendtype,
sendtype          219 ompi/mca/coll/libnbc/nbc_ialltoall.c         res = a2a_sched_linear(rank, p, sndext, rcvext, schedule, sendbuf, sendcount, sendtype, recvbuf, recvcount, recvtype, comm);
sendtype          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);
sendtype          225 ompi/mca/coll/libnbc/nbc_ialltoall.c         res = a2a_sched_pairwise(rank, p, sndext, rcvext, schedule, sendbuf, sendcount, sendtype, recvbuf, recvcount, recvtype, comm);
sendtype          248 ompi/mca/coll/libnbc/nbc_ialltoall.c       args->sendtype = sendtype;
sendtype          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,
sendtype          287 ompi/mca/coll/libnbc/nbc_ialltoall.c     int res = nbc_alltoall_init(sendbuf, sendcount, sendtype, recvbuf, recvcount, recvtype,
sendtype          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,
sendtype          315 ompi/mca/coll/libnbc/nbc_ialltoall.c   res = ompi_datatype_type_extent (sendtype, &sndext);
sendtype          335 ompi/mca/coll/libnbc/nbc_ialltoall.c     res = NBC_Sched_send (sbuf, false, sendcount, sendtype, i, schedule, false);
sendtype          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,
sendtype          371 ompi/mca/coll/libnbc/nbc_ialltoall.c     int res = nbc_alltoall_inter_init(sendbuf, sendcount, sendtype, recvbuf, recvcount, recvtype,
sendtype          388 ompi/mca/coll/libnbc/nbc_ialltoall.c                                      const void* sendbuf, int sendcount, MPI_Datatype sendtype, void* recvbuf, int recvcount,
sendtype          407 ompi/mca/coll/libnbc/nbc_ialltoall.c     res = NBC_Sched_send (sbuf, false, sendcount, sendtype, sndpeer, schedule, true);
sendtype          417 ompi/mca/coll/libnbc/nbc_ialltoall.c                                    const void* sendbuf, int sendcount, MPI_Datatype sendtype, void* recvbuf, int recvcount,
sendtype          434 ompi/mca/coll/libnbc/nbc_ialltoall.c     res = NBC_Sched_send (sbuf, false, sendcount, sendtype, r, schedule, false);
sendtype          444 ompi/mca/coll/libnbc/nbc_ialltoall.c                                  const void* sendbuf, int sendcount, MPI_Datatype sendtype, void* recvbuf, int recvcount,
sendtype          454 ompi/mca/coll/libnbc/nbc_ialltoall.c   if(NBC_Type_intrinsic(sendtype)) {
sendtype          457 ompi/mca/coll/libnbc/nbc_ialltoall.c     res = ompi_datatype_pack_external_size("external32", sendcount, sendtype, &datasize);
sendtype          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,
sendtype          597 ompi/mca/coll/libnbc/nbc_ialltoall.c     int res = nbc_alltoall_init(sendbuf, sendcount, sendtype, recvbuf, recvcount, recvtype,
sendtype          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,
sendtype          609 ompi/mca/coll/libnbc/nbc_ialltoall.c     int res = nbc_alltoall_inter_init(sendbuf, sendcount, sendtype, recvbuf, recvcount, recvtype,
sendtype           25 ompi/mca/coll/libnbc/nbc_ialltoallv.c                                     const int *sdispls, MPI_Aint sndext, MPI_Datatype sendtype,
sendtype           31 ompi/mca/coll/libnbc/nbc_ialltoallv.c                                       MPI_Aint sndext, MPI_Datatype sendtype,
sendtype           45 ompi/mca/coll/libnbc/nbc_ialltoallv.c                               MPI_Datatype sendtype, void* recvbuf, const int *recvcounts, const int *rdispls,
sendtype           87 ompi/mca/coll/libnbc/nbc_ialltoallv.c     res = ompi_datatype_type_extent (sendtype, &sndext);
sendtype          104 ompi/mca/coll/libnbc/nbc_ialltoallv.c     res = NBC_Sched_copy (sbuf, false, sendcounts[rank], sendtype,
sendtype          117 ompi/mca/coll/libnbc/nbc_ialltoallv.c                             sendbuf, sendcounts, sdispls, sndext, sendtype,
sendtype          144 ompi/mca/coll/libnbc/nbc_ialltoallv.c                                 MPI_Datatype sendtype, void* recvbuf, const int *recvcounts, const int *rdispls,
sendtype          147 ompi/mca/coll/libnbc/nbc_ialltoallv.c     int res = nbc_alltoallv_init(sendbuf, sendcounts, sdispls, sendtype,
sendtype          166 ompi/mca/coll/libnbc/nbc_ialltoallv.c                                      MPI_Datatype sendtype, void* recvbuf, const int *recvcounts, const int *rdispls,
sendtype          176 ompi/mca/coll/libnbc/nbc_ialltoallv.c   res = ompi_datatype_type_extent(sendtype, &sndext);
sendtype          199 ompi/mca/coll/libnbc/nbc_ialltoallv.c       res = NBC_Sched_send (sbuf, false, sendcounts[i], sendtype, i, schedule, false);
sendtype          232 ompi/mca/coll/libnbc/nbc_ialltoallv.c 				       MPI_Datatype sendtype, void* recvbuf, const int *recvcounts, const int *rdispls,
sendtype          235 ompi/mca/coll/libnbc/nbc_ialltoallv.c     int res = nbc_alltoallv_inter_init(sendbuf, sendcounts, sdispls, sendtype,
sendtype          255 ompi/mca/coll/libnbc/nbc_ialltoallv.c                                     MPI_Aint sndext, MPI_Datatype sendtype,
sendtype          268 ompi/mca/coll/libnbc/nbc_ialltoallv.c       res = NBC_Sched_send(sbuf, false, sendcounts[i], sendtype, i, schedule, false);
sendtype          290 ompi/mca/coll/libnbc/nbc_ialltoallv.c                                       MPI_Aint sndext, MPI_Datatype sendtype,
sendtype          302 ompi/mca/coll/libnbc/nbc_ialltoallv.c       res = NBC_Sched_send(sbuf, false, sendcounts[sndpeer], sendtype, sndpeer, schedule, false);
sendtype          392 ompi/mca/coll/libnbc/nbc_ialltoallv.c                                     MPI_Datatype sendtype, void* recvbuf, const int *recvcounts, const int *rdispls,
sendtype          395 ompi/mca/coll/libnbc/nbc_ialltoallv.c     int res = nbc_alltoallv_init(sendbuf, sendcounts, sdispls, sendtype, recvbuf, recvcounts, rdispls, recvtype,
sendtype          405 ompi/mca/coll/libnbc/nbc_ialltoallv.c                                           MPI_Datatype sendtype, void* recvbuf, const int *recvcounts, const int *rdispls,
sendtype          408 ompi/mca/coll/libnbc/nbc_ialltoallv.c     int res = nbc_alltoallv_inter_init(sendbuf, sendcounts, sdispls, sendtype, recvbuf, recvcounts, rdispls, recvtype,
sendtype           31 ompi/mca/coll/libnbc/nbc_igather.c       (a->sendtype == b->sendtype) &&
sendtype           47 ompi/mca/coll/libnbc/nbc_igather.c static int nbc_gather_init(const void* sendbuf, int sendcount, MPI_Datatype sendtype, void* recvbuf,
sendtype           73 ompi/mca/coll/libnbc/nbc_igather.c     sendtype = recvtype;
sendtype           82 ompi/mca/coll/libnbc/nbc_igather.c   search.sendtype = sendtype;
sendtype           99 ompi/mca/coll/libnbc/nbc_igather.c       res = NBC_Sched_send(sendbuf, false, sendcount, sendtype, root, schedule, false);
sendtype          110 ompi/mca/coll/libnbc/nbc_igather.c             res = NBC_Sched_copy ((void *)sendbuf, false, sendcount, sendtype,
sendtype          140 ompi/mca/coll/libnbc/nbc_igather.c       args->sendtype = sendtype;
sendtype          176 ompi/mca/coll/libnbc/nbc_igather.c int ompi_coll_libnbc_igather(const void* sendbuf, int sendcount, MPI_Datatype sendtype, void* recvbuf,
sendtype          180 ompi/mca/coll/libnbc/nbc_igather.c     int res = nbc_gather_init(sendbuf, sendcount, sendtype, recvbuf, recvcount, recvtype, root,
sendtype          196 ompi/mca/coll/libnbc/nbc_igather.c static int nbc_gather_inter_init (const void* sendbuf, int sendcount, MPI_Datatype sendtype, void* recvbuf,
sendtype          224 ompi/mca/coll/libnbc/nbc_igather.c         res = NBC_Sched_send (sendbuf, false, sendcount, sendtype, root, schedule, false);
sendtype          256 ompi/mca/coll/libnbc/nbc_igather.c int ompi_coll_libnbc_igather_inter(const void* sendbuf, int sendcount, MPI_Datatype sendtype, void* recvbuf,
sendtype          260 ompi/mca/coll/libnbc/nbc_igather.c     int res = nbc_gather_inter_init(sendbuf, sendcount, sendtype, recvbuf, recvcount, recvtype, root,
sendtype          276 ompi/mca/coll/libnbc/nbc_igather.c int ompi_coll_libnbc_gather_init(const void* sendbuf, int sendcount, MPI_Datatype sendtype, void* recvbuf,
sendtype          280 ompi/mca/coll/libnbc/nbc_igather.c     int res = nbc_gather_init(sendbuf, sendcount, sendtype, recvbuf, recvcount, recvtype, root,
sendtype          289 ompi/mca/coll/libnbc/nbc_igather.c int ompi_coll_libnbc_gather_inter_init(const void* sendbuf, int sendcount, MPI_Datatype sendtype, void* recvbuf,
sendtype          293 ompi/mca/coll/libnbc/nbc_igather.c     int res = nbc_gather_inter_init(sendbuf, sendcount, sendtype, recvbuf, recvcount, recvtype, root,
sendtype           32 ompi/mca/coll/libnbc/nbc_igatherv.c static int nbc_gatherv_init(const void* sendbuf, int sendcount, MPI_Datatype sendtype,
sendtype           64 ompi/mca/coll/libnbc/nbc_igatherv.c     res = NBC_Sched_send (sendbuf, false, sendcount, sendtype, root, schedule, false);
sendtype           75 ompi/mca/coll/libnbc/nbc_igatherv.c           res = NBC_Sched_copy ((void *)sendbuf, false, sendcount, sendtype,
sendtype          108 ompi/mca/coll/libnbc/nbc_igatherv.c int ompi_coll_libnbc_igatherv(const void* sendbuf, int sendcount, MPI_Datatype sendtype,
sendtype          112 ompi/mca/coll/libnbc/nbc_igatherv.c     int res = nbc_gatherv_init(sendbuf, sendcount, sendtype, recvbuf, recvcounts, displs, recvtype, root,
sendtype          128 ompi/mca/coll/libnbc/nbc_igatherv.c static int nbc_gatherv_inter_init (const void* sendbuf, int sendcount, MPI_Datatype sendtype,
sendtype          156 ompi/mca/coll/libnbc/nbc_igatherv.c     res = NBC_Sched_send (sendbuf, false, sendcount, sendtype, root, schedule, false);
sendtype          188 ompi/mca/coll/libnbc/nbc_igatherv.c int ompi_coll_libnbc_igatherv_inter(const void* sendbuf, int sendcount, MPI_Datatype sendtype,
sendtype          192 ompi/mca/coll/libnbc/nbc_igatherv.c     int res = nbc_gatherv_inter_init(sendbuf, sendcount, sendtype, recvbuf, recvcounts, displs, recvtype, root,
sendtype          208 ompi/mca/coll/libnbc/nbc_igatherv.c int ompi_coll_libnbc_gatherv_init(const void* sendbuf, int sendcount, MPI_Datatype sendtype,
sendtype          212 ompi/mca/coll/libnbc/nbc_igatherv.c     int res = nbc_gatherv_init(sendbuf, sendcount, sendtype, recvbuf, recvcounts, displs, recvtype, root,
sendtype          221 ompi/mca/coll/libnbc/nbc_igatherv.c int ompi_coll_libnbc_gatherv_inter_init(const void* sendbuf, int sendcount, MPI_Datatype sendtype,
sendtype          225 ompi/mca/coll/libnbc/nbc_igatherv.c     int res = nbc_gatherv_inter_init(sendbuf, sendcount, sendtype, recvbuf, recvcounts, displs, recvtype, root,
sendtype          176 ompi/mca/coll/libnbc/nbc_internal.h   MPI_Datatype sendtype;
sendtype          187 ompi/mca/coll/libnbc/nbc_internal.h   MPI_Datatype sendtype;
sendtype          217 ompi/mca/coll/libnbc/nbc_internal.h   MPI_Datatype sendtype;
sendtype          250 ompi/mca/coll/libnbc/nbc_internal.h   MPI_Datatype sendtype;
sendtype           31 ompi/mca/coll/libnbc/nbc_iscatter.c         (a->sendtype == b->sendtype) &&
sendtype           48 ompi/mca/coll/libnbc/nbc_iscatter.c static int nbc_scatter_init (const void* sendbuf, int sendcount, MPI_Datatype sendtype,
sendtype           66 ompi/mca/coll/libnbc/nbc_iscatter.c     res = ompi_datatype_type_extent (sendtype, &sndext);
sendtype           79 ompi/mca/coll/libnbc/nbc_iscatter.c   search.sendtype=sendtype;
sendtype          106 ompi/mca/coll/libnbc/nbc_iscatter.c             res = NBC_Sched_copy (sbuf, false, sendcount, sendtype,
sendtype          115 ompi/mca/coll/libnbc/nbc_iscatter.c           res = NBC_Sched_send (sbuf, false, sendcount, sendtype, i, schedule, false);
sendtype          135 ompi/mca/coll/libnbc/nbc_iscatter.c       args->sendtype = sendtype;
sendtype          171 ompi/mca/coll/libnbc/nbc_iscatter.c int ompi_coll_libnbc_iscatter (const void* sendbuf, int sendcount, MPI_Datatype sendtype,
sendtype          175 ompi/mca/coll/libnbc/nbc_iscatter.c     int res = nbc_scatter_init(sendbuf, sendcount, sendtype, recvbuf, recvcount, recvtype, root,
sendtype          190 ompi/mca/coll/libnbc/nbc_iscatter.c static int nbc_scatter_inter_init (const void* sendbuf, int sendcount, MPI_Datatype sendtype,
sendtype          203 ompi/mca/coll/libnbc/nbc_iscatter.c         res = ompi_datatype_type_extent(sendtype, &sndext);
sendtype          227 ompi/mca/coll/libnbc/nbc_iscatter.c             res = NBC_Sched_send(sbuf, false, sendcount, sendtype, i, schedule, false);
sendtype          250 ompi/mca/coll/libnbc/nbc_iscatter.c int ompi_coll_libnbc_iscatter_inter (const void* sendbuf, int sendcount, MPI_Datatype sendtype,
sendtype          254 ompi/mca/coll/libnbc/nbc_iscatter.c     int res = nbc_scatter_inter_init(sendbuf, sendcount, sendtype, recvbuf, recvcount, recvtype, root,
sendtype          269 ompi/mca/coll/libnbc/nbc_iscatter.c int ompi_coll_libnbc_scatter_init(const void* sendbuf, int sendcount, MPI_Datatype sendtype,
sendtype          273 ompi/mca/coll/libnbc/nbc_iscatter.c     int res = nbc_scatter_init(sendbuf, sendcount, sendtype, recvbuf, recvcount, recvtype, root,
sendtype          282 ompi/mca/coll/libnbc/nbc_iscatter.c int ompi_coll_libnbc_scatter_inter_init(const void* sendbuf, int sendcount, MPI_Datatype sendtype,
sendtype          286 ompi/mca/coll/libnbc/nbc_iscatter.c     int res = nbc_scatter_inter_init(sendbuf, sendcount, sendtype, recvbuf, recvcount, recvtype, root,
sendtype           31 ompi/mca/coll/libnbc/nbc_iscatterv.c static int nbc_scatterv_init(const void* sendbuf, const int *sendcounts, const int *displs, MPI_Datatype sendtype,
sendtype           55 ompi/mca/coll/libnbc/nbc_iscatterv.c     res = ompi_datatype_type_extent (sendtype, &sndext);
sendtype           67 ompi/mca/coll/libnbc/nbc_iscatterv.c           res = NBC_Sched_copy (sbuf, false, sendcounts[i], sendtype,
sendtype           74 ompi/mca/coll/libnbc/nbc_iscatterv.c         res = NBC_Sched_send (sbuf, false, sendcounts[i], sendtype, i, schedule, false);
sendtype          106 ompi/mca/coll/libnbc/nbc_iscatterv.c int ompi_coll_libnbc_iscatterv(const void* sendbuf, const int *sendcounts, const int *displs, MPI_Datatype sendtype,
sendtype          110 ompi/mca/coll/libnbc/nbc_iscatterv.c     int res = nbc_scatterv_init(sendbuf, sendcounts, displs, sendtype, recvbuf, recvcount, recvtype, root,
sendtype          125 ompi/mca/coll/libnbc/nbc_iscatterv.c static int nbc_scatterv_inter_init (const void* sendbuf, const int *sendcounts, const int *displs, MPI_Datatype sendtype,
sendtype          151 ompi/mca/coll/libnbc/nbc_iscatterv.c         res = ompi_datatype_type_extent(sendtype, &sndext);
sendtype          161 ompi/mca/coll/libnbc/nbc_iscatterv.c             res = NBC_Sched_send (sbuf, false, sendcounts[i], sendtype, i, schedule, false);
sendtype          184 ompi/mca/coll/libnbc/nbc_iscatterv.c int ompi_coll_libnbc_iscatterv_inter(const void* sendbuf, const int *sendcounts, const int *displs, MPI_Datatype sendtype,
sendtype          188 ompi/mca/coll/libnbc/nbc_iscatterv.c     int res = nbc_scatterv_inter_init(sendbuf, sendcounts, displs, sendtype, recvbuf, recvcount, recvtype, root,
sendtype          203 ompi/mca/coll/libnbc/nbc_iscatterv.c int ompi_coll_libnbc_scatterv_init(const void* sendbuf, const int *sendcounts, const int *displs, MPI_Datatype sendtype,
sendtype          207 ompi/mca/coll/libnbc/nbc_iscatterv.c     int res = nbc_scatterv_init(sendbuf, sendcounts, displs, sendtype, recvbuf, recvcount, recvtype, root,
sendtype          216 ompi/mca/coll/libnbc/nbc_iscatterv.c int ompi_coll_libnbc_scatterv_inter_init(const void* sendbuf, const int *sendcounts, const int *displs, MPI_Datatype sendtype,
sendtype          220 ompi/mca/coll/libnbc/nbc_iscatterv.c     int res = nbc_scatterv_inter_init(sendbuf, sendcounts, displs, sendtype, recvbuf, recvcount, recvtype, root,
sendtype           98 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_read_all.c     ompi_datatype_t **sendtype = NULL;
sendtype          385 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_read_all.c 	sendtype = (ompi_datatype_t **) malloc (fh->f_procs_per_group * sizeof(ompi_datatype_t *));
sendtype          386 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_read_all.c 	if (NULL == sendtype) {
sendtype          393 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_read_all.c             sendtype[l] = MPI_DATATYPE_NULL;
sendtype          418 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_read_all.c             if (NULL != sendtype){
sendtype          420 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_read_all.c 		    if ( MPI_DATATYPE_NULL != sendtype[i] ) {
sendtype          421 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_read_all.c                         ompi_datatype_destroy(&sendtype[i]);
sendtype          422 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_read_all.c                         sendtype[i] = MPI_DATATYPE_NULL;
sendtype          752 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_read_all.c                                                   &sendtype[i]);
sendtype          753 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_read_all.c                     ompi_datatype_commit(&sendtype[i]);
sendtype          756 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_read_all.c                                               sendtype[i],
sendtype          933 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_read_all.c         if (NULL != sendtype){
sendtype          935 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_read_all.c                 if ( MPI_DATATYPE_NULL != sendtype[i] ) {
sendtype          936 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_read_all.c                     ompi_datatype_destroy(&sendtype[i]);
sendtype          939 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_read_all.c             free(sendtype);
sendtype          940 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_read_all.c             sendtype=NULL;
sendtype           98 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_read_all.c     ompi_datatype_t **sendtype = NULL;
sendtype          385 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_read_all.c 	sendtype = (ompi_datatype_t **) malloc (fh->f_procs_per_group * sizeof(ompi_datatype_t *));
sendtype          386 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_read_all.c 	if (NULL == sendtype) {
sendtype          393 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_read_all.c             sendtype[l] = MPI_DATATYPE_NULL;
sendtype          418 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_read_all.c             if (NULL != sendtype){
sendtype          420 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_read_all.c 		    if ( MPI_DATATYPE_NULL != sendtype[i] ) {
sendtype          421 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_read_all.c                         ompi_datatype_destroy(&sendtype[i]);
sendtype          422 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_read_all.c                         sendtype[i] = MPI_DATATYPE_NULL;
sendtype          752 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_read_all.c                                                   &sendtype[i]);
sendtype          753 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_read_all.c                     ompi_datatype_commit(&sendtype[i]);
sendtype          756 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_read_all.c                                               sendtype[i],
sendtype          933 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_read_all.c         if (NULL != sendtype){
sendtype          935 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_read_all.c                 if ( MPI_DATATYPE_NULL != sendtype[i] ) {
sendtype          936 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_read_all.c                     ompi_datatype_destroy(&sendtype[i]);
sendtype          939 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_read_all.c             free(sendtype);
sendtype          940 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_read_all.c             sendtype=NULL;
sendtype           97 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_read_all.c     ompi_datatype_t **sendtype = NULL;
sendtype          385 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_read_all.c 	sendtype = (ompi_datatype_t **) malloc (fh->f_procs_per_group * sizeof(ompi_datatype_t *));
sendtype          386 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_read_all.c 	if (NULL == sendtype) {
sendtype          393 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_read_all.c             sendtype[l] = MPI_DATATYPE_NULL;
sendtype          418 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_read_all.c             if (NULL != sendtype){
sendtype          420 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_read_all.c 		    if ( MPI_DATATYPE_NULL != sendtype[i] ) {
sendtype          421 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_read_all.c                         ompi_datatype_destroy(&sendtype[i]);
sendtype          422 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_read_all.c                         sendtype[i] = MPI_DATATYPE_NULL;
sendtype          752 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_read_all.c                                                   &sendtype[i]);
sendtype          753 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_read_all.c                     ompi_datatype_commit(&sendtype[i]);
sendtype          756 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_read_all.c                                               sendtype[i],
sendtype          933 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_read_all.c         if (NULL != sendtype){
sendtype          935 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_read_all.c                 if ( MPI_DATATYPE_NULL != sendtype[i] ) {
sendtype          936 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_read_all.c                     ompi_datatype_destroy(&sendtype[i]);
sendtype          939 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_read_all.c             free(sendtype);
sendtype          940 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_read_all.c             sendtype=NULL;
sendtype           47 ompi/mpi/c/allgather.c int MPI_Allgather(const void *sendbuf, int sendcount, MPI_Datatype sendtype,
sendtype           70 ompi/mpi/c/allgather.c             memchecker_datatype(sendtype);
sendtype           71 ompi/mpi/c/allgather.c             memchecker_call(&opal_memchecker_base_isdefined, sendbuf, sendcount, sendtype);
sendtype           94 ompi/mpi/c/allgather.c             OMPI_CHECK_DATATYPE_FOR_SEND(err, sendtype, sendcount);
sendtype          125 ompi/mpi/c/allgather.c     err = comm->c_coll->coll_allgather(sendbuf, sendcount, sendtype,
sendtype           47 ompi/mpi/c/allgatherv.c int MPI_Allgatherv(const void *sendbuf, int sendcount, MPI_Datatype sendtype,
sendtype           78 ompi/mpi/c/allgatherv.c             memchecker_datatype(sendtype);
sendtype           79 ompi/mpi/c/allgatherv.c             memchecker_call(&opal_memchecker_base_isdefined, sendbuf, sendcount, sendtype);
sendtype          101 ompi/mpi/c/allgatherv.c             OMPI_CHECK_DATATYPE_FOR_SEND(err, sendtype, sendcount);
sendtype          146 ompi/mpi/c/allgatherv.c     err = comm->c_coll->coll_allgatherv(sendbuf, sendcount, sendtype,
sendtype           48 ompi/mpi/c/alltoall.c int MPI_Alltoall(const void *sendbuf, int sendcount, MPI_Datatype sendtype,
sendtype           60 ompi/mpi/c/alltoall.c             memchecker_datatype(sendtype);
sendtype           61 ompi/mpi/c/alltoall.c             memchecker_call(&opal_memchecker_base_isdefined, (void *)sendbuf, sendcount, sendtype);
sendtype           83 ompi/mpi/c/alltoall.c                 OMPI_CHECK_DATATYPE_FOR_SEND(err, sendtype, sendcount);
sendtype           92 ompi/mpi/c/alltoall.c             ompi_datatype_type_size(sendtype, &sendtype_size);
sendtype          110 ompi/mpi/c/alltoall.c     err = comm->c_coll->coll_alltoall(sendbuf, sendcount, sendtype,
sendtype           47 ompi/mpi/c/alltoallv.c                   const int sdispls[], MPI_Datatype sendtype,
sendtype           60 ompi/mpi/c/alltoallv.c             memchecker_datatype(sendtype);
sendtype           61 ompi/mpi/c/alltoallv.c             ompi_datatype_type_extent(sendtype, &send_ext);
sendtype           74 ompi/mpi/c/alltoallv.c                                 sendcounts[i], sendtype);
sendtype           97 ompi/mpi/c/alltoallv.c             sendtype = recvtype;
sendtype          109 ompi/mpi/c/alltoallv.c             OMPI_CHECK_DATATYPE_FOR_SEND(err, sendtype, sendcounts[i]);
sendtype          118 ompi/mpi/c/alltoallv.c             ompi_datatype_type_size(sendtype, &sendtype_size);
sendtype          129 ompi/mpi/c/alltoallv.c     err = comm->c_coll->coll_alltoallv(sendbuf, sendcounts, sdispls, sendtype,
sendtype           47 ompi/mpi/c/gather.c int MPI_Gather(const void *sendbuf, int sendcount, MPI_Datatype sendtype,
sendtype           71 ompi/mpi/c/gather.c                     memchecker_datatype(sendtype);
sendtype           72 ompi/mpi/c/gather.c                     memchecker_call(&opal_memchecker_base_isdefined, sendbuf, sendcount, sendtype);
sendtype           79 ompi/mpi/c/gather.c                 memchecker_datatype(sendtype);
sendtype           81 ompi/mpi/c/gather.c                 memchecker_call(&opal_memchecker_base_isdefined, sendbuf, sendcount, sendtype);
sendtype           89 ompi/mpi/c/gather.c                 memchecker_datatype(sendtype);
sendtype           91 ompi/mpi/c/gather.c                 memchecker_call(&opal_memchecker_base_isdefined, sendbuf, sendcount, sendtype);
sendtype          118 ompi/mpi/c/gather.c                 OMPI_CHECK_DATATYPE_FOR_SEND(err, sendtype, sendcount);
sendtype          150 ompi/mpi/c/gather.c                 OMPI_CHECK_DATATYPE_FOR_SEND(err, sendtype, sendcount);
sendtype          184 ompi/mpi/c/gather.c     err = comm->c_coll->coll_gather(sendbuf, sendcount, sendtype, recvbuf,
sendtype           45 ompi/mpi/c/gatherv.c int MPI_Gatherv(const void *sendbuf, int sendcount, MPI_Datatype sendtype,
sendtype           70 ompi/mpi/c/gatherv.c                     memchecker_datatype(sendtype);
sendtype           71 ompi/mpi/c/gatherv.c                     memchecker_call(&opal_memchecker_base_isdefined, sendbuf, sendcount, sendtype);
sendtype           82 ompi/mpi/c/gatherv.c                 memchecker_datatype(sendtype);
sendtype           84 ompi/mpi/c/gatherv.c                 memchecker_call(&opal_memchecker_base_isdefined, sendbuf, sendcount, sendtype);
sendtype           96 ompi/mpi/c/gatherv.c                 memchecker_datatype(sendtype);
sendtype           98 ompi/mpi/c/gatherv.c                 memchecker_call(&opal_memchecker_base_isdefined, sendbuf, sendcount, sendtype);
sendtype          123 ompi/mpi/c/gatherv.c                 OMPI_CHECK_DATATYPE_FOR_SEND(err, sendtype, sendcount);
sendtype          164 ompi/mpi/c/gatherv.c                 OMPI_CHECK_DATATYPE_FOR_SEND(err, sendtype, sendcount);
sendtype          196 ompi/mpi/c/gatherv.c     err = comm->c_coll->coll_gatherv(sendbuf, sendcount, sendtype, recvbuf,
sendtype           47 ompi/mpi/c/iallgather.c int MPI_Iallgather(const void *sendbuf, int sendcount, MPI_Datatype sendtype,
sendtype           70 ompi/mpi/c/iallgather.c             memchecker_datatype(sendtype);
sendtype           71 ompi/mpi/c/iallgather.c             memchecker_call(&opal_memchecker_base_isdefined, sendbuf, sendcount, sendtype);
sendtype           94 ompi/mpi/c/iallgather.c             OMPI_CHECK_DATATYPE_FOR_SEND(err, sendtype, sendcount);
sendtype          102 ompi/mpi/c/iallgather.c     err = comm->c_coll->coll_iallgather(sendbuf, sendcount, sendtype,
sendtype           47 ompi/mpi/c/iallgatherv.c int MPI_Iallgatherv(const void *sendbuf, int sendcount, MPI_Datatype sendtype,
sendtype           78 ompi/mpi/c/iallgatherv.c             memchecker_datatype(sendtype);
sendtype           79 ompi/mpi/c/iallgatherv.c             memchecker_call(&opal_memchecker_base_isdefined, sendbuf, sendcount, sendtype);
sendtype          101 ompi/mpi/c/iallgatherv.c             OMPI_CHECK_DATATYPE_FOR_SEND(err, sendtype, sendcount);
sendtype          125 ompi/mpi/c/iallgatherv.c     err = comm->c_coll->coll_iallgatherv(sendbuf, sendcount, sendtype,
sendtype           47 ompi/mpi/c/ialltoall.c int MPI_Ialltoall(const void *sendbuf, int sendcount, MPI_Datatype sendtype,
sendtype           59 ompi/mpi/c/ialltoall.c             memchecker_datatype(sendtype);
sendtype           60 ompi/mpi/c/ialltoall.c             memchecker_call(&opal_memchecker_base_isdefined, (void *)sendbuf, sendcount, sendtype);
sendtype           82 ompi/mpi/c/ialltoall.c                 OMPI_CHECK_DATATYPE_FOR_SEND(err, sendtype, sendcount);
sendtype           90 ompi/mpi/c/ialltoall.c             ompi_datatype_type_size(sendtype, &sendtype_size);
sendtype          101 ompi/mpi/c/ialltoall.c     err = comm->c_coll->coll_ialltoall(sendbuf, sendcount, sendtype,
sendtype           47 ompi/mpi/c/ialltoallv.c                    MPI_Datatype sendtype, void *recvbuf, const int recvcounts[],
sendtype           62 ompi/mpi/c/ialltoallv.c             memchecker_datatype(sendtype);
sendtype           63 ompi/mpi/c/ialltoallv.c             ompi_datatype_type_extent(sendtype, &send_ext);
sendtype           75 ompi/mpi/c/ialltoallv.c                                 sendcounts[i], sendtype);
sendtype           98 ompi/mpi/c/ialltoallv.c             sendtype = recvtype;
sendtype          110 ompi/mpi/c/ialltoallv.c             OMPI_CHECK_DATATYPE_FOR_SEND(err, sendtype, sendcounts[i]);
sendtype          119 ompi/mpi/c/ialltoallv.c             ompi_datatype_type_size(sendtype, &sendtype_size);
sendtype          131 ompi/mpi/c/ialltoallv.c                                        sendtype, recvbuf, recvcounts, rdispls,
sendtype           47 ompi/mpi/c/igather.c int MPI_Igather(const void *sendbuf, int sendcount, MPI_Datatype sendtype,
sendtype           71 ompi/mpi/c/igather.c                     memchecker_datatype(sendtype);
sendtype           72 ompi/mpi/c/igather.c                     memchecker_call(&opal_memchecker_base_isdefined, sendbuf, sendcount, sendtype);
sendtype           79 ompi/mpi/c/igather.c                 memchecker_datatype(sendtype);
sendtype           81 ompi/mpi/c/igather.c                 memchecker_call(&opal_memchecker_base_isdefined, sendbuf, sendcount, sendtype);
sendtype           89 ompi/mpi/c/igather.c                 memchecker_datatype(sendtype);
sendtype           91 ompi/mpi/c/igather.c                 memchecker_call(&opal_memchecker_base_isdefined, sendbuf, sendcount, sendtype);
sendtype          118 ompi/mpi/c/igather.c                 OMPI_CHECK_DATATYPE_FOR_SEND(err, sendtype, sendcount);
sendtype          150 ompi/mpi/c/igather.c                 OMPI_CHECK_DATATYPE_FOR_SEND(err, sendtype, sendcount);
sendtype          173 ompi/mpi/c/igather.c     err = comm->c_coll->coll_igather(sendbuf, sendcount, sendtype, recvbuf,
sendtype           45 ompi/mpi/c/igatherv.c int MPI_Igatherv(const void *sendbuf, int sendcount, MPI_Datatype sendtype,
sendtype           70 ompi/mpi/c/igatherv.c                     memchecker_datatype(sendtype);
sendtype           71 ompi/mpi/c/igatherv.c                     memchecker_call(&opal_memchecker_base_isdefined, sendbuf, sendcount, sendtype);
sendtype           82 ompi/mpi/c/igatherv.c                 memchecker_datatype(sendtype);
sendtype           84 ompi/mpi/c/igatherv.c                 memchecker_call(&opal_memchecker_base_isdefined, sendbuf, sendcount, sendtype);
sendtype           96 ompi/mpi/c/igatherv.c                 memchecker_datatype(sendtype);
sendtype           98 ompi/mpi/c/igatherv.c                 memchecker_call(&opal_memchecker_base_isdefined, sendbuf, sendcount, sendtype);
sendtype          123 ompi/mpi/c/igatherv.c                 OMPI_CHECK_DATATYPE_FOR_SEND(err, sendtype, sendcount);
sendtype          164 ompi/mpi/c/igatherv.c                 OMPI_CHECK_DATATYPE_FOR_SEND(err, sendtype, sendcount);
sendtype          196 ompi/mpi/c/igatherv.c     err = comm->c_coll->coll_igatherv(sendbuf, sendcount, sendtype, recvbuf,
sendtype           50 ompi/mpi/c/ineighbor_allgather.c int MPI_Ineighbor_allgather(const void *sendbuf, int sendcount, MPI_Datatype sendtype,
sendtype           69 ompi/mpi/c/ineighbor_allgather.c             memchecker_datatype(sendtype);
sendtype           70 ompi/mpi/c/ineighbor_allgather.c             memchecker_call(&opal_memchecker_base_isdefined, sendbuf, sendcount, sendtype);
sendtype           94 ompi/mpi/c/ineighbor_allgather.c             OMPI_CHECK_DATATYPE_FOR_SEND(err, sendtype, sendcount);
sendtype          124 ompi/mpi/c/ineighbor_allgather.c     err = comm->c_coll->coll_ineighbor_allgather(sendbuf, sendcount, sendtype, recvbuf,
sendtype           50 ompi/mpi/c/ineighbor_allgatherv.c int MPI_Ineighbor_allgatherv(const void *sendbuf, int sendcount, MPI_Datatype sendtype,
sendtype           77 ompi/mpi/c/ineighbor_allgatherv.c             memchecker_datatype(sendtype);
sendtype           78 ompi/mpi/c/ineighbor_allgatherv.c             memchecker_call(&opal_memchecker_base_isdefined, sendbuf, sendcount, sendtype);
sendtype          101 ompi/mpi/c/ineighbor_allgatherv.c         OMPI_CHECK_DATATYPE_FOR_SEND(err, sendtype, sendcount);
sendtype          146 ompi/mpi/c/ineighbor_allgatherv.c     err = comm->c_coll->coll_ineighbor_allgatherv(sendbuf, sendcount, sendtype,
sendtype           50 ompi/mpi/c/ineighbor_alltoall.c int MPI_Ineighbor_alltoall(const void *sendbuf, int sendcount, MPI_Datatype sendtype,
sendtype           62 ompi/mpi/c/ineighbor_alltoall.c             memchecker_datatype(sendtype);
sendtype           63 ompi/mpi/c/ineighbor_alltoall.c             memchecker_call(&opal_memchecker_base_isdefined, (void *)sendbuf, sendcount, sendtype);
sendtype           86 ompi/mpi/c/ineighbor_alltoall.c             OMPI_CHECK_DATATYPE_FOR_SEND(err, sendtype, sendcount);
sendtype           92 ompi/mpi/c/ineighbor_alltoall.c         ompi_datatype_type_size(sendtype, &sendtype_size);
sendtype          124 ompi/mpi/c/ineighbor_alltoall.c     err = comm->c_coll->coll_ineighbor_alltoall(sendbuf, sendcount, sendtype,
sendtype           50 ompi/mpi/c/ineighbor_alltoallv.c                             MPI_Datatype sendtype, void *recvbuf, const int recvcounts[],
sendtype           66 ompi/mpi/c/ineighbor_alltoallv.c             memchecker_datatype(sendtype);
sendtype           71 ompi/mpi/c/ineighbor_alltoallv.c         ompi_datatype_type_extent(sendtype, &send_ext);
sendtype           80 ompi/mpi/c/ineighbor_alltoallv.c                                     sendcounts[i], sendtype);
sendtype          113 ompi/mpi/c/ineighbor_alltoallv.c             OMPI_CHECK_DATATYPE_FOR_SEND(err, sendtype, sendcounts[i]);
sendtype          148 ompi/mpi/c/ineighbor_alltoallv.c                                                 sendtype, recvbuf, recvcounts, rdispls,
sendtype           47 ompi/mpi/c/iscatter.c int MPI_Iscatter(const void *sendbuf, int sendcount, MPI_Datatype sendtype,
sendtype           59 ompi/mpi/c/iscatter.c                 memchecker_datatype(sendtype);
sendtype           61 ompi/mpi/c/iscatter.c                 memchecker_call(&opal_memchecker_base_isdefined, sendbuf, sendcount, sendtype);
sendtype           74 ompi/mpi/c/iscatter.c                 memchecker_datatype(sendtype);
sendtype           76 ompi/mpi/c/iscatter.c                 memchecker_call(&opal_memchecker_base_isdefined, sendbuf, sendcount, sendtype);
sendtype          119 ompi/mpi/c/iscatter.c             OMPI_CHECK_DATATYPE_FOR_SEND(err, sendtype, sendcount);
sendtype          147 ompi/mpi/c/iscatter.c             OMPI_CHECK_DATATYPE_FOR_SEND(err, sendtype, sendcount);
sendtype          156 ompi/mpi/c/iscatter.c     err = comm->c_coll->coll_iscatter(sendbuf, sendcount, sendtype, recvbuf,
sendtype           46 ompi/mpi/c/iscatterv.c                   MPI_Datatype sendtype, void *recvbuf, int recvcount,
sendtype           62 ompi/mpi/c/iscatterv.c                 memchecker_datatype(sendtype);
sendtype           67 ompi/mpi/c/iscatterv.c                                     sendcounts[i], sendtype);
sendtype           81 ompi/mpi/c/iscatterv.c                   memchecker_datatype(sendtype);
sendtype           86 ompi/mpi/c/iscatterv.c                                       sendcounts[i], sendtype);
sendtype          145 ompi/mpi/c/iscatterv.c                     OMPI_CHECK_DATATYPE_FOR_SEND(err, sendtype, sendcounts[i]);
sendtype          186 ompi/mpi/c/iscatterv.c                     OMPI_CHECK_DATATYPE_FOR_SEND(err, sendtype, sendcounts[i]);
sendtype          197 ompi/mpi/c/iscatterv.c                                       sendtype, recvbuf, recvcount, recvtype, root, comm,
sendtype           50 ompi/mpi/c/neighbor_allgather.c int MPI_Neighbor_allgather(const void *sendbuf, int sendcount, MPI_Datatype sendtype,
sendtype           69 ompi/mpi/c/neighbor_allgather.c             memchecker_datatype(sendtype);
sendtype           70 ompi/mpi/c/neighbor_allgather.c             memchecker_call(&opal_memchecker_base_isdefined, sendbuf, sendcount, sendtype);
sendtype           94 ompi/mpi/c/neighbor_allgather.c             OMPI_CHECK_DATATYPE_FOR_SEND(err, sendtype, sendcount);
sendtype          131 ompi/mpi/c/neighbor_allgather.c     err = comm->c_coll->coll_neighbor_allgather(sendbuf, sendcount, sendtype,
sendtype           51 ompi/mpi/c/neighbor_allgatherv.c int MPI_Neighbor_allgatherv(const void *sendbuf, int sendcount, MPI_Datatype sendtype,
sendtype           78 ompi/mpi/c/neighbor_allgatherv.c             memchecker_datatype(sendtype);
sendtype           79 ompi/mpi/c/neighbor_allgatherv.c             memchecker_call(&opal_memchecker_base_isdefined, sendbuf, sendcount, sendtype);
sendtype          102 ompi/mpi/c/neighbor_allgatherv.c         OMPI_CHECK_DATATYPE_FOR_SEND(err, sendtype, sendcount);
sendtype          147 ompi/mpi/c/neighbor_allgatherv.c     err = comm->c_coll->coll_neighbor_allgatherv(sendbuf, sendcount, sendtype,
sendtype           49 ompi/mpi/c/neighbor_alltoall.c int MPI_Neighbor_alltoall(const void *sendbuf, int sendcount, MPI_Datatype sendtype,
sendtype           61 ompi/mpi/c/neighbor_alltoall.c             memchecker_datatype(sendtype);
sendtype           62 ompi/mpi/c/neighbor_alltoall.c             memchecker_call(&opal_memchecker_base_isdefined, (void *)sendbuf, sendcount, sendtype);
sendtype           85 ompi/mpi/c/neighbor_alltoall.c             OMPI_CHECK_DATATYPE_FOR_SEND(err, sendtype, sendcount);
sendtype           91 ompi/mpi/c/neighbor_alltoall.c         ompi_datatype_type_size(sendtype, &sendtype_size);
sendtype          122 ompi/mpi/c/neighbor_alltoall.c     ompi_datatype_type_size(sendtype, &sendtype_size);
sendtype          132 ompi/mpi/c/neighbor_alltoall.c     err = comm->c_coll->coll_neighbor_alltoall(sendbuf, sendcount, sendtype, recvbuf,
sendtype           50 ompi/mpi/c/neighbor_alltoallv.c                            MPI_Datatype sendtype, void *recvbuf,
sendtype           66 ompi/mpi/c/neighbor_alltoallv.c             memchecker_datatype(sendtype);
sendtype           71 ompi/mpi/c/neighbor_alltoallv.c         ompi_datatype_type_extent(sendtype, &send_ext);
sendtype           80 ompi/mpi/c/neighbor_alltoallv.c                                     sendcounts[i], sendtype);
sendtype          113 ompi/mpi/c/neighbor_alltoallv.c             OMPI_CHECK_DATATYPE_FOR_SEND(err, sendtype, sendcounts[i]);
sendtype          147 ompi/mpi/c/neighbor_alltoallv.c     err = comm->c_coll->coll_neighbor_alltoallv(sendbuf, sendcounts, sdispls, sendtype,
sendtype           47 ompi/mpi/c/scatter.c int MPI_Scatter(const void *sendbuf, int sendcount, MPI_Datatype sendtype,
sendtype           59 ompi/mpi/c/scatter.c                 memchecker_datatype(sendtype);
sendtype           61 ompi/mpi/c/scatter.c                 memchecker_call(&opal_memchecker_base_isdefined, sendbuf, sendcount, sendtype);
sendtype           74 ompi/mpi/c/scatter.c                 memchecker_datatype(sendtype);
sendtype           76 ompi/mpi/c/scatter.c                 memchecker_call(&opal_memchecker_base_isdefined, sendbuf, sendcount, sendtype);
sendtype          119 ompi/mpi/c/scatter.c               OMPI_CHECK_DATATYPE_FOR_SEND(err, sendtype, sendcount);
sendtype          147 ompi/mpi/c/scatter.c               OMPI_CHECK_DATATYPE_FOR_SEND(err, sendtype, sendcount);
sendtype          167 ompi/mpi/c/scatter.c     err = comm->c_coll->coll_scatter(sendbuf, sendcount, sendtype, recvbuf,
sendtype           46 ompi/mpi/c/scatterv.c                  MPI_Datatype sendtype, void *recvbuf, int recvcount,
sendtype           62 ompi/mpi/c/scatterv.c                 memchecker_datatype(sendtype);
sendtype           67 ompi/mpi/c/scatterv.c                                     sendcounts[i], sendtype);
sendtype           81 ompi/mpi/c/scatterv.c                   memchecker_datatype(sendtype);
sendtype           86 ompi/mpi/c/scatterv.c                                       sendcounts[i], sendtype);
sendtype          145 ompi/mpi/c/scatterv.c                     OMPI_CHECK_DATATYPE_FOR_SEND(err, sendtype, sendcounts[i]);
sendtype          186 ompi/mpi/c/scatterv.c                     OMPI_CHECK_DATATYPE_FOR_SEND(err, sendtype, sendcounts[i]);
sendtype          197 ompi/mpi/c/scatterv.c                                      sendtype, recvbuf, recvcount, recvtype, root, comm,
sendtype           44 ompi/mpi/c/sendrecv.c int MPI_Sendrecv(const void *sendbuf, int sendcount, MPI_Datatype sendtype,
sendtype           55 ompi/mpi/c/sendrecv.c         memchecker_datatype(sendtype);
sendtype           57 ompi/mpi/c/sendrecv.c         memchecker_call(&opal_memchecker_base_isdefined, sendbuf, sendcount, sendtype);
sendtype           63 ompi/mpi/c/sendrecv.c         OMPI_CHECK_DATATYPE_FOR_SEND(rc, sendtype, sendcount);
sendtype           65 ompi/mpi/c/sendrecv.c         OMPI_CHECK_USER_BUFFER(rc, sendbuf, sendtype, sendcount);
sendtype           91 ompi/mpi/c/sendrecv.c         rc = MCA_PML_CALL(send(sendbuf, sendcount, sendtype, dest,
sendtype          229 ompi/mpi/cxx/comm.h 			const Datatype & sendtype, int dest, int sendtag,
sendtype          235 ompi/mpi/cxx/comm.h 			const Datatype & sendtype, int dest, int sendtag,
sendtype          286 ompi/mpi/cxx/comm.h 	 const Datatype & sendtype,
sendtype          292 ompi/mpi/cxx/comm.h 	  const Datatype & sendtype, void *recvbuf,
sendtype          298 ompi/mpi/cxx/comm.h 	  const Datatype & sendtype,
sendtype          304 ompi/mpi/cxx/comm.h 	   const int displs[], const Datatype & sendtype,
sendtype          310 ompi/mpi/cxx/comm.h 	    const Datatype & sendtype, void *recvbuf,
sendtype          315 ompi/mpi/cxx/comm.h 	     const Datatype & sendtype, void *recvbuf,
sendtype          321 ompi/mpi/cxx/comm.h 	   const Datatype & sendtype, void *recvbuf,
sendtype          326 ompi/mpi/cxx/comm.h 	    const int sdispls[], const Datatype & sendtype,
sendtype          203 ompi/mpi/cxx/comm_inln.h 		    const MPI::Datatype & sendtype, int dest, int sendtag,
sendtype          209 ompi/mpi/cxx/comm_inln.h 		     sendtype,
sendtype          217 ompi/mpi/cxx/comm_inln.h 		    const MPI::Datatype & sendtype, int dest, int sendtag,
sendtype          223 ompi/mpi/cxx/comm_inln.h 		     sendtype,
sendtype          322 ompi/mpi/cxx/comm_inln.h                   const MPI::Datatype & sendtype,
sendtype          326 ompi/mpi/cxx/comm_inln.h     (void)MPI_Gather(const_cast<void *>(sendbuf), sendcount, sendtype,
sendtype          332 ompi/mpi/cxx/comm_inln.h                    const MPI::Datatype & sendtype, void *recvbuf,
sendtype          336 ompi/mpi/cxx/comm_inln.h     (void)MPI_Gatherv(const_cast<void *>(sendbuf), sendcount,  sendtype,
sendtype          344 ompi/mpi/cxx/comm_inln.h                    const MPI::Datatype & sendtype,
sendtype          348 ompi/mpi/cxx/comm_inln.h     (void)MPI_Scatter(const_cast<void *>(sendbuf), sendcount, sendtype,
sendtype          354 ompi/mpi/cxx/comm_inln.h                     const int displs[], const MPI::Datatype & sendtype,
sendtype          360 ompi/mpi/cxx/comm_inln.h                        const_cast<int *>(displs), sendtype,
sendtype          367 ompi/mpi/cxx/comm_inln.h                      const MPI::Datatype & sendtype, void *recvbuf,
sendtype          371 ompi/mpi/cxx/comm_inln.h                         sendtype, recvbuf, recvcount,
sendtype          377 ompi/mpi/cxx/comm_inln.h                       const MPI::Datatype & sendtype, void *recvbuf,
sendtype          382 ompi/mpi/cxx/comm_inln.h                          sendtype, recvbuf,
sendtype          390 ompi/mpi/cxx/comm_inln.h                     const MPI::Datatype & sendtype, void *recvbuf,
sendtype          394 ompi/mpi/cxx/comm_inln.h                        sendtype, recvbuf, recvcount,
sendtype          400 ompi/mpi/cxx/comm_inln.h                      const int sdispls[], const MPI::Datatype & sendtype,
sendtype          407 ompi/mpi/cxx/comm_inln.h 			const_cast<int *>(sdispls), sendtype, recvbuf,
sendtype           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),
sendtype           43 ompi/mpi/fortran/mpif-h/allgather_f.c                            (sendbuf, sendcount, sendtype, recvbuf, recvcount, recvtype, comm, ierr) )
sendtype           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),
sendtype           63 ompi/mpi/fortran/mpif-h/allgather_f.c                            (sendbuf, sendcount, sendtype, recvbuf, recvcount, recvtype, comm, ierr) )
sendtype           70 ompi/mpi/fortran/mpif-h/allgather_f.c void ompi_allgather_f(char *sendbuf, MPI_Fint *sendcount, MPI_Fint *sendtype,
sendtype           79 ompi/mpi/fortran/mpif-h/allgather_f.c     c_sendtype = PMPI_Type_f2c(*sendtype);
sendtype           42 ompi/mpi/fortran/mpif-h/allgatherv_f.c                            (char *sendbuf, MPI_Fint *sendcount, MPI_Fint *sendtype, char *recvbuf, MPI_Fint *recvcounts, MPI_Fint *displs, MPI_Fint *recvtype, MPI_Fint *comm, MPI_Fint *ierr),
sendtype           43 ompi/mpi/fortran/mpif-h/allgatherv_f.c                            (sendbuf, sendcount, sendtype, recvbuf, recvcounts, displs, recvtype, comm, ierr) )
sendtype           62 ompi/mpi/fortran/mpif-h/allgatherv_f.c                            (char *sendbuf, MPI_Fint *sendcount, MPI_Fint *sendtype, char *recvbuf, MPI_Fint *recvcounts, MPI_Fint *displs, MPI_Fint *recvtype, MPI_Fint *comm, MPI_Fint *ierr),
sendtype           63 ompi/mpi/fortran/mpif-h/allgatherv_f.c                            (sendbuf, sendcount, sendtype, recvbuf, recvcounts, displs, recvtype, comm, ierr) )
sendtype           70 ompi/mpi/fortran/mpif-h/allgatherv_f.c void ompi_allgatherv_f(char *sendbuf, MPI_Fint *sendcount, MPI_Fint *sendtype,
sendtype           81 ompi/mpi/fortran/mpif-h/allgatherv_f.c     c_sendtype = PMPI_Type_f2c(*sendtype);
sendtype           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),
sendtype           43 ompi/mpi/fortran/mpif-h/alltoall_f.c                            (sendbuf, sendcount, sendtype, recvbuf, recvcount, recvtype, comm, ierr) )
sendtype           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),
sendtype           63 ompi/mpi/fortran/mpif-h/alltoall_f.c                            (sendbuf, sendcount, sendtype, recvbuf, recvcount, recvtype, comm, ierr) )
sendtype           70 ompi/mpi/fortran/mpif-h/alltoall_f.c void ompi_alltoall_f(char *sendbuf, MPI_Fint *sendcount, MPI_Fint *sendtype,
sendtype           79 ompi/mpi/fortran/mpif-h/alltoall_f.c     c_sendtype = PMPI_Type_f2c(*sendtype);
sendtype           42 ompi/mpi/fortran/mpif-h/alltoallv_f.c                            (char *sendbuf, MPI_Fint *sendcounts, MPI_Fint *sdispls, MPI_Fint *sendtype, char *recvbuf, MPI_Fint *recvcounts, MPI_Fint *rdispls, MPI_Fint *recvtype, MPI_Fint *comm, MPI_Fint *ierr),
sendtype           43 ompi/mpi/fortran/mpif-h/alltoallv_f.c                            (sendbuf, sendcounts, sdispls, sendtype, recvbuf, recvcounts, rdispls, recvtype, comm, ierr) )
sendtype           62 ompi/mpi/fortran/mpif-h/alltoallv_f.c                            (char *sendbuf, MPI_Fint *sendcounts, MPI_Fint *sdispls, MPI_Fint *sendtype, char *recvbuf, MPI_Fint *recvcounts, MPI_Fint *rdispls, MPI_Fint *recvtype, MPI_Fint *comm, MPI_Fint *ierr),
sendtype           63 ompi/mpi/fortran/mpif-h/alltoallv_f.c                            (sendbuf, sendcounts, sdispls, sendtype, recvbuf, recvcounts, rdispls, recvtype, comm, ierr) )
sendtype           71 ompi/mpi/fortran/mpif-h/alltoallv_f.c 		     MPI_Fint *sendtype, char *recvbuf, MPI_Fint *recvcounts,
sendtype           84 ompi/mpi/fortran/mpif-h/alltoallv_f.c     c_sendtype = PMPI_Type_f2c(*sendtype);
sendtype           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),
sendtype           43 ompi/mpi/fortran/mpif-h/gather_f.c                            (sendbuf, sendcount, sendtype, recvbuf, recvcount, recvtype, root, comm, ierr) )
sendtype           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),
sendtype           63 ompi/mpi/fortran/mpif-h/gather_f.c                            (sendbuf, sendcount, sendtype, recvbuf, recvcount, recvtype, root, comm, ierr) )
sendtype           70 ompi/mpi/fortran/mpif-h/gather_f.c void ompi_gather_f(char *sendbuf, MPI_Fint *sendcount, MPI_Fint *sendtype,
sendtype           79 ompi/mpi/fortran/mpif-h/gather_f.c     c_sendtype = PMPI_Type_f2c(*sendtype);
sendtype           42 ompi/mpi/fortran/mpif-h/gatherv_f.c                            (char *sendbuf, MPI_Fint *sendcount, MPI_Fint *sendtype, char *recvbuf, MPI_Fint *recvcounts, MPI_Fint *displs, MPI_Fint *recvtype, MPI_Fint *root, MPI_Fint *comm, MPI_Fint *ierr),
sendtype           43 ompi/mpi/fortran/mpif-h/gatherv_f.c                            (sendbuf, sendcount, sendtype, recvbuf, recvcounts, displs, recvtype, root, comm, ierr) )
sendtype           62 ompi/mpi/fortran/mpif-h/gatherv_f.c                            (char *sendbuf, MPI_Fint *sendcount, MPI_Fint *sendtype, char *recvbuf, MPI_Fint *recvcounts, MPI_Fint *displs, MPI_Fint *recvtype, MPI_Fint *root, MPI_Fint *comm, MPI_Fint *ierr),
sendtype           63 ompi/mpi/fortran/mpif-h/gatherv_f.c                            (sendbuf, sendcount, sendtype, recvbuf, recvcounts, displs, recvtype, root, comm, ierr) )
sendtype           70 ompi/mpi/fortran/mpif-h/gatherv_f.c void ompi_gatherv_f(char *sendbuf, MPI_Fint *sendcount, MPI_Fint *sendtype,
sendtype           82 ompi/mpi/fortran/mpif-h/gatherv_f.c     c_sendtype = PMPI_Type_f2c(*sendtype);
sendtype           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),
sendtype           43 ompi/mpi/fortran/mpif-h/iallgather_f.c                             (sendbuf, sendcount, sendtype, recvbuf, recvcount, recvtype, comm, request, ierr) )
sendtype           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),
sendtype           63 ompi/mpi/fortran/mpif-h/iallgather_f.c                             (sendbuf, sendcount, sendtype, recvbuf, recvcount, recvtype, comm, request, ierr) )
sendtype           70 ompi/mpi/fortran/mpif-h/iallgather_f.c void ompi_iallgather_f(char *sendbuf, MPI_Fint *sendcount, MPI_Fint *sendtype,
sendtype           80 ompi/mpi/fortran/mpif-h/iallgather_f.c     c_sendtype = PMPI_Type_f2c(*sendtype);
sendtype           42 ompi/mpi/fortran/mpif-h/iallgatherv_f.c                             (char *sendbuf, MPI_Fint *sendcount, MPI_Fint *sendtype, char *recvbuf, MPI_Fint *recvcounts, MPI_Fint *displs, MPI_Fint *recvtype, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr),
sendtype           43 ompi/mpi/fortran/mpif-h/iallgatherv_f.c                             (sendbuf, sendcount, sendtype, recvbuf, recvcounts, displs, recvtype, comm, request, ierr) )
sendtype           62 ompi/mpi/fortran/mpif-h/iallgatherv_f.c                             (char *sendbuf, MPI_Fint *sendcount, MPI_Fint *sendtype, char *recvbuf, MPI_Fint *recvcounts, MPI_Fint *displs, MPI_Fint *recvtype, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr),
sendtype           63 ompi/mpi/fortran/mpif-h/iallgatherv_f.c                             (sendbuf, sendcount, sendtype, recvbuf, recvcounts, displs, recvtype, comm, request, ierr) )
sendtype           70 ompi/mpi/fortran/mpif-h/iallgatherv_f.c void ompi_iallgatherv_f(char *sendbuf, MPI_Fint *sendcount, MPI_Fint *sendtype,
sendtype           83 ompi/mpi/fortran/mpif-h/iallgatherv_f.c     c_sendtype = PMPI_Type_f2c(*sendtype);
sendtype           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),
sendtype           43 ompi/mpi/fortran/mpif-h/ialltoall_f.c                             (sendbuf, sendcount, sendtype, recvbuf, recvcount, recvtype, comm, request, ierr) )
sendtype           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),
sendtype           63 ompi/mpi/fortran/mpif-h/ialltoall_f.c                             (sendbuf, sendcount, sendtype, recvbuf, recvcount, recvtype, comm, request, ierr) )
sendtype           70 ompi/mpi/fortran/mpif-h/ialltoall_f.c void ompi_ialltoall_f(char *sendbuf, MPI_Fint *sendcount, MPI_Fint *sendtype,
sendtype           80 ompi/mpi/fortran/mpif-h/ialltoall_f.c     c_sendtype = PMPI_Type_f2c(*sendtype);
sendtype           42 ompi/mpi/fortran/mpif-h/ialltoallv_f.c                             (char *sendbuf, MPI_Fint *sendcounts, MPI_Fint *sdispls, MPI_Fint *sendtype, char *recvbuf, MPI_Fint *recvcounts, MPI_Fint *rdispls, MPI_Fint *recvtype, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr),
sendtype           43 ompi/mpi/fortran/mpif-h/ialltoallv_f.c                             (sendbuf, sendcounts, sdispls, sendtype, recvbuf, recvcounts, rdispls, recvtype, comm, request, ierr) )
sendtype           62 ompi/mpi/fortran/mpif-h/ialltoallv_f.c                             (char *sendbuf, MPI_Fint *sendcounts, MPI_Fint *sdispls, MPI_Fint *sendtype, char *recvbuf, MPI_Fint *recvcounts, MPI_Fint *rdispls, MPI_Fint *recvtype, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr),
sendtype           63 ompi/mpi/fortran/mpif-h/ialltoallv_f.c                             (sendbuf, sendcounts, sdispls, sendtype, recvbuf, recvcounts, rdispls, recvtype, comm, request, ierr) )
sendtype           71 ompi/mpi/fortran/mpif-h/ialltoallv_f.c                        MPI_Fint *sendtype, char *recvbuf, MPI_Fint *recvcounts,
sendtype           85 ompi/mpi/fortran/mpif-h/ialltoallv_f.c     c_sendtype = PMPI_Type_f2c(*sendtype);
sendtype           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),
sendtype           43 ompi/mpi/fortran/mpif-h/igather_f.c                             (sendbuf, sendcount, sendtype, recvbuf, recvcount, recvtype, root, comm, request, ierr) )
sendtype           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),
sendtype           63 ompi/mpi/fortran/mpif-h/igather_f.c                             (sendbuf, sendcount, sendtype, recvbuf, recvcount, recvtype, root, comm, request, ierr) )
sendtype           70 ompi/mpi/fortran/mpif-h/igather_f.c void ompi_igather_f(char *sendbuf, MPI_Fint *sendcount, MPI_Fint *sendtype,
sendtype           81 ompi/mpi/fortran/mpif-h/igather_f.c     c_sendtype = PMPI_Type_f2c(*sendtype);
sendtype           42 ompi/mpi/fortran/mpif-h/igatherv_f.c                             (char *sendbuf, MPI_Fint *sendcount, MPI_Fint *sendtype, char *recvbuf, MPI_Fint *recvcounts, MPI_Fint *displs, MPI_Fint *recvtype, MPI_Fint *root, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr),
sendtype           43 ompi/mpi/fortran/mpif-h/igatherv_f.c                             (sendbuf, sendcount, sendtype, recvbuf, recvcounts, displs, recvtype, root, comm, request, ierr) )
sendtype           62 ompi/mpi/fortran/mpif-h/igatherv_f.c                             (char *sendbuf, MPI_Fint *sendcount, MPI_Fint *sendtype, char *recvbuf, MPI_Fint *recvcounts, MPI_Fint *displs, MPI_Fint *recvtype, MPI_Fint *root, MPI_Fint *comm, MPI_Fint *request,MPI_Fint *ierr),
sendtype           63 ompi/mpi/fortran/mpif-h/igatherv_f.c                             (sendbuf, sendcount, sendtype, recvbuf, recvcounts, displs, recvtype, root, comm, request, ierr) )
sendtype           70 ompi/mpi/fortran/mpif-h/igatherv_f.c void ompi_igatherv_f(char *sendbuf, MPI_Fint *sendcount, MPI_Fint *sendtype,
sendtype           83 ompi/mpi/fortran/mpif-h/igatherv_f.c     c_sendtype = PMPI_Type_f2c(*sendtype);
sendtype           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),
sendtype           46 ompi/mpi/fortran/mpif-h/ineighbor_allgather_f.c                             (sendbuf, sendcount, sendtype, recvbuf, recvcount, recvtype, comm, request, ierr) )
sendtype           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),
sendtype           66 ompi/mpi/fortran/mpif-h/ineighbor_allgather_f.c                             (sendbuf, sendcount, sendtype, recvbuf, recvcount, recvtype, comm, request, ierr) )
sendtype           73 ompi/mpi/fortran/mpif-h/ineighbor_allgather_f.c void ompi_ineighbor_allgather_f(char *sendbuf, MPI_Fint *sendcount, MPI_Fint *sendtype,
sendtype           83 ompi/mpi/fortran/mpif-h/ineighbor_allgather_f.c     c_sendtype = PMPI_Type_f2c(*sendtype);
sendtype           45 ompi/mpi/fortran/mpif-h/ineighbor_allgatherv_f.c                             (char *sendbuf, MPI_Fint *sendcount, MPI_Fint *sendtype, char *recvbuf, MPI_Fint *recvcounts, MPI_Fint *displs, MPI_Fint *recvtype, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr),
sendtype           46 ompi/mpi/fortran/mpif-h/ineighbor_allgatherv_f.c                             (sendbuf, sendcount, sendtype, recvbuf, recvcounts, displs, recvtype, comm, request, ierr) )
sendtype           65 ompi/mpi/fortran/mpif-h/ineighbor_allgatherv_f.c                             (char *sendbuf, MPI_Fint *sendcount, MPI_Fint *sendtype, char *recvbuf, MPI_Fint *recvcounts, MPI_Fint *displs, MPI_Fint *recvtype, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr),
sendtype           66 ompi/mpi/fortran/mpif-h/ineighbor_allgatherv_f.c                             (sendbuf, sendcount, sendtype, recvbuf, recvcounts, displs, recvtype, comm, request, ierr) )
sendtype           73 ompi/mpi/fortran/mpif-h/ineighbor_allgatherv_f.c void ompi_ineighbor_allgatherv_f(char *sendbuf, MPI_Fint *sendcount, MPI_Fint *sendtype,
sendtype           86 ompi/mpi/fortran/mpif-h/ineighbor_allgatherv_f.c     c_sendtype = PMPI_Type_f2c(*sendtype);
sendtype           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),
sendtype           46 ompi/mpi/fortran/mpif-h/ineighbor_alltoall_f.c                             (sendbuf, sendcount, sendtype, recvbuf, recvcount, recvtype, comm, request, ierr) )
sendtype           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),
sendtype           66 ompi/mpi/fortran/mpif-h/ineighbor_alltoall_f.c                             (sendbuf, sendcount, sendtype, recvbuf, recvcount, recvtype, comm, request, ierr) )
sendtype           73 ompi/mpi/fortran/mpif-h/ineighbor_alltoall_f.c void ompi_ineighbor_alltoall_f(char *sendbuf, MPI_Fint *sendcount, MPI_Fint *sendtype,
sendtype           83 ompi/mpi/fortran/mpif-h/ineighbor_alltoall_f.c     c_sendtype = PMPI_Type_f2c(*sendtype);
sendtype           45 ompi/mpi/fortran/mpif-h/ineighbor_alltoallv_f.c                             (char *sendbuf, MPI_Fint *sendcounts, MPI_Fint *sdispls, MPI_Fint *sendtype, char *recvbuf, MPI_Fint *recvcounts, MPI_Fint *rdispls, MPI_Fint *recvtype, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr),
sendtype           46 ompi/mpi/fortran/mpif-h/ineighbor_alltoallv_f.c                             (sendbuf, sendcounts, sdispls, sendtype, recvbuf, recvcounts, rdispls, recvtype, comm, request, ierr) )
sendtype           65 ompi/mpi/fortran/mpif-h/ineighbor_alltoallv_f.c                             (char *sendbuf, MPI_Fint *sendcounts, MPI_Fint *sdispls, MPI_Fint *sendtype, char *recvbuf, MPI_Fint *recvcounts, MPI_Fint *rdispls, MPI_Fint *recvtype, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr),
sendtype           66 ompi/mpi/fortran/mpif-h/ineighbor_alltoallv_f.c                             (sendbuf, sendcounts, sdispls, sendtype, recvbuf, recvcounts, rdispls, recvtype, comm, request, ierr) )
sendtype           74 ompi/mpi/fortran/mpif-h/ineighbor_alltoallv_f.c                                 MPI_Fint *sendtype, char *recvbuf, MPI_Fint *recvcounts,
sendtype           88 ompi/mpi/fortran/mpif-h/ineighbor_alltoallv_f.c     c_sendtype = PMPI_Type_f2c(*sendtype);
sendtype           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),
sendtype           44 ompi/mpi/fortran/mpif-h/iscatter_f.c                             (sendbuf, sendcount, sendtype, recvbuf, recvcount, recvtype, root, comm, request, ierr) )
sendtype           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),
sendtype           64 ompi/mpi/fortran/mpif-h/iscatter_f.c                             (sendbuf, sendcount, sendtype, recvbuf, recvcount, recvtype, root, comm, request, ierr) )
sendtype           72 ompi/mpi/fortran/mpif-h/iscatter_f.c                      MPI_Fint *sendtype, char *recvbuf,
sendtype           82 ompi/mpi/fortran/mpif-h/iscatter_f.c     c_sendtype = PMPI_Type_f2c(*sendtype);
sendtype           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),
sendtype           44 ompi/mpi/fortran/mpif-h/iscatterv_f.c                             (sendbuf, sendcounts, displs, sendtype, recvbuf, recvcount, recvtype, root, comm, request, ierr) )
sendtype           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),
sendtype           64 ompi/mpi/fortran/mpif-h/iscatterv_f.c                             (sendbuf, sendcounts, displs, sendtype, recvbuf, recvcount, recvtype, root, comm, request, ierr) )
sendtype           72 ompi/mpi/fortran/mpif-h/iscatterv_f.c                       MPI_Fint *displs, MPI_Fint *sendtype,
sendtype           85 ompi/mpi/fortran/mpif-h/iscatterv_f.c     c_sendtype = PMPI_Type_f2c(*sendtype);
sendtype           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),
sendtype           46 ompi/mpi/fortran/mpif-h/neighbor_allgather_f.c                            (sendbuf, sendcount, sendtype, recvbuf, recvcount, recvtype, comm, ierr) )
sendtype           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),
sendtype           66 ompi/mpi/fortran/mpif-h/neighbor_allgather_f.c                            (sendbuf, sendcount, sendtype, recvbuf, recvcount, recvtype, comm, ierr) )
sendtype           73 ompi/mpi/fortran/mpif-h/neighbor_allgather_f.c void ompi_neighbor_allgather_f(char *sendbuf, MPI_Fint *sendcount, MPI_Fint *sendtype,
sendtype           82 ompi/mpi/fortran/mpif-h/neighbor_allgather_f.c     c_sendtype = PMPI_Type_f2c(*sendtype);
sendtype           45 ompi/mpi/fortran/mpif-h/neighbor_allgatherv_f.c                            (char *sendbuf, MPI_Fint *sendcount, MPI_Fint *sendtype, char *recvbuf, MPI_Fint *recvcounts, MPI_Fint *displs, MPI_Fint *recvtype, MPI_Fint *comm, MPI_Fint *ierr),
sendtype           46 ompi/mpi/fortran/mpif-h/neighbor_allgatherv_f.c                            (sendbuf, sendcount, sendtype, recvbuf, recvcounts, displs, recvtype, comm, ierr) )
sendtype           65 ompi/mpi/fortran/mpif-h/neighbor_allgatherv_f.c                            (char *sendbuf, MPI_Fint *sendcount, MPI_Fint *sendtype, char *recvbuf, MPI_Fint *recvcounts, MPI_Fint *displs, MPI_Fint *recvtype, MPI_Fint *comm, MPI_Fint *ierr),
sendtype           66 ompi/mpi/fortran/mpif-h/neighbor_allgatherv_f.c                            (sendbuf, sendcount, sendtype, recvbuf, recvcounts, displs, recvtype, comm, ierr) )
sendtype           73 ompi/mpi/fortran/mpif-h/neighbor_allgatherv_f.c void ompi_neighbor_allgatherv_f(char *sendbuf, MPI_Fint *sendcount, MPI_Fint *sendtype,
sendtype           84 ompi/mpi/fortran/mpif-h/neighbor_allgatherv_f.c     c_sendtype = PMPI_Type_f2c(*sendtype);
sendtype           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),
sendtype           46 ompi/mpi/fortran/mpif-h/neighbor_alltoall_f.c                            (sendbuf, sendcount, sendtype, recvbuf, recvcount, recvtype, comm, ierr) )
sendtype           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),
sendtype           66 ompi/mpi/fortran/mpif-h/neighbor_alltoall_f.c                            (sendbuf, sendcount, sendtype, recvbuf, recvcount, recvtype, comm, ierr) )
sendtype           73 ompi/mpi/fortran/mpif-h/neighbor_alltoall_f.c void ompi_neighbor_alltoall_f(char *sendbuf, MPI_Fint *sendcount, MPI_Fint *sendtype,
sendtype           82 ompi/mpi/fortran/mpif-h/neighbor_alltoall_f.c     c_sendtype = PMPI_Type_f2c(*sendtype);
sendtype           45 ompi/mpi/fortran/mpif-h/neighbor_alltoallv_f.c                            (char *sendbuf, MPI_Fint *sendcounts, MPI_Fint *sdispls, MPI_Fint *sendtype, char *recvbuf, MPI_Fint *recvcounts, MPI_Fint *rdispls, MPI_Fint *recvtype, MPI_Fint *comm, MPI_Fint *ierr),
sendtype           46 ompi/mpi/fortran/mpif-h/neighbor_alltoallv_f.c                            (sendbuf, sendcounts, sdispls, sendtype, recvbuf, recvcounts, rdispls, recvtype, comm, ierr) )
sendtype           65 ompi/mpi/fortran/mpif-h/neighbor_alltoallv_f.c                            (char *sendbuf, MPI_Fint *sendcounts, MPI_Fint *sdispls, MPI_Fint *sendtype, char *recvbuf, MPI_Fint *recvcounts, MPI_Fint *rdispls, MPI_Fint *recvtype, MPI_Fint *comm, MPI_Fint *ierr),
sendtype           66 ompi/mpi/fortran/mpif-h/neighbor_alltoallv_f.c                            (sendbuf, sendcounts, sdispls, sendtype, recvbuf, recvcounts, rdispls, recvtype, comm, ierr) )
sendtype           74 ompi/mpi/fortran/mpif-h/neighbor_alltoallv_f.c                                MPI_Fint *sendtype, char *recvbuf, MPI_Fint *recvcounts,
sendtype           87 ompi/mpi/fortran/mpif-h/neighbor_alltoallv_f.c     c_sendtype = PMPI_Type_f2c(*sendtype);
sendtype           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));
sendtype           93 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Allgatherv, mpi_allgatherv, MPI_ALLGATHERV, (char *sendbuf, MPI_Fint *sendcount, MPI_Fint *sendtype, char *recvbuf, MPI_Fint *recvcounts, MPI_Fint *displs, MPI_Fint *recvtype, MPI_Fint *comm, MPI_Fint *ierr));
sendtype           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));
sendtype           99 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Alltoallv, mpi_alltoallv, MPI_ALLTOALLV, (char *sendbuf, MPI_Fint *sendcounts, MPI_Fint *sdispls, MPI_Fint *sendtype, char *recvbuf, MPI_Fint *recvcounts, MPI_Fint *rdispls, MPI_Fint *recvtype, MPI_Fint *comm, MPI_Fint *ierr));
sendtype          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));
sendtype          233 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Gatherv, mpi_gatherv, MPI_GATHERV, (char *sendbuf, MPI_Fint *sendcount, MPI_Fint *sendtype, char *recvbuf, MPI_Fint *recvcounts, MPI_Fint *displs, MPI_Fint *recvtype, MPI_Fint *root, MPI_Fint *comm, MPI_Fint *ierr));
sendtype          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));
sendtype          264 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Iallgatherv, mpi_iallgatherv, MPI_IALLGATHERV, (char *sendbuf, MPI_Fint *sendcount, MPI_Fint *sendtype, char *recvbuf, MPI_Fint *recvcounts, MPI_Fint *displs, MPI_Fint *recvtype, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr));
sendtype          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));
sendtype          267 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Ialltoallv, mpi_ialltoallv, MPI_IALLTOALLV, (char *sendbuf, MPI_Fint *sendcounts, MPI_Fint *sdispls, MPI_Fint *sendtype, char *recvbuf, MPI_Fint *recvcounts, MPI_Fint *rdispls, MPI_Fint *recvtype, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr));
sendtype          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));
sendtype          274 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Igatherv, mpi_igatherv, MPI_IGATHERV, (char *sendbuf, MPI_Fint *sendcount, MPI_Fint *sendtype, char *recvbuf, MPI_Fint *recvcounts, MPI_Fint *displs, MPI_Fint *recvtype, MPI_Fint *root, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr));
sendtype          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));
sendtype          278 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Ineighbor_allgatherv, mpi_ineighbor_allgatherv, MPI_INEIGHBOR_ALLGATHERV, (char *sendbuf, MPI_Fint *sendcount, MPI_Fint *sendtype, char *recvbuf, MPI_Fint *recvcounts, MPI_Fint *displs, MPI_Fint *recvtype, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr));
sendtype          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));
sendtype          280 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Ineighbor_alltoallv, mpi_ineighbor_alltoallv, MPI_INEIGHBOR_ALLTOALLV, (char *sendbuf, MPI_Fint *sendcounts, MPI_Fint *sdispls, MPI_Fint *sendtype, char *recvbuf, MPI_Fint *recvcounts, MPI_Fint *rdispls, MPI_Fint *recvtype, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr));
sendtype          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));
sendtype          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));
sendtype          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));
sendtype          314 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Neighbor_allgatherv, mpi_neighbor_allgatherv, MPI_NEIGHBOR_ALLGATHERV, (char *sendbuf, MPI_Fint *sendcount, MPI_Fint *sendtype, char *recvbuf, MPI_Fint *recvcounts, MPI_Fint *displs, MPI_Fint *recvtype, MPI_Fint *comm, MPI_Fint *ierr));
sendtype          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));
sendtype          316 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Neighbor_alltoallv, mpi_neighbor_alltoallv, MPI_NEIGHBOR_ALLTOALLV, (char *sendbuf, MPI_Fint *sendcounts, MPI_Fint *sdispls, MPI_Fint *sendtype, char *recvbuf, MPI_Fint *recvcounts, MPI_Fint *rdispls, MPI_Fint *recvtype, MPI_Fint *comm, MPI_Fint *ierr));
sendtype          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));
sendtype          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));
sendtype          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));
sendtype           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),
sendtype           43 ompi/mpi/fortran/mpif-h/scatter_f.c                            (sendbuf, sendcount, sendtype, recvbuf, recvcount, recvtype, root, comm, ierr) )
sendtype           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),
sendtype           63 ompi/mpi/fortran/mpif-h/scatter_f.c                            (sendbuf, sendcount, sendtype, recvbuf, recvcount, recvtype, root, comm, ierr) )
sendtype           71 ompi/mpi/fortran/mpif-h/scatter_f.c 		   MPI_Fint *sendtype, char *recvbuf,
sendtype           79 ompi/mpi/fortran/mpif-h/scatter_f.c     c_sendtype = PMPI_Type_f2c(*sendtype);
sendtype           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),
sendtype           43 ompi/mpi/fortran/mpif-h/scatterv_f.c                            (sendbuf, sendcounts, displs, sendtype, recvbuf, recvcount, recvtype, root, comm, ierr) )
sendtype           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),
sendtype           63 ompi/mpi/fortran/mpif-h/scatterv_f.c                            (sendbuf, sendcounts, displs, sendtype, recvbuf, recvcount, recvtype, root, comm, ierr) )
sendtype           71 ompi/mpi/fortran/mpif-h/scatterv_f.c 		    MPI_Fint *displs, MPI_Fint *sendtype,
sendtype           83 ompi/mpi/fortran/mpif-h/scatterv_f.c     c_sendtype = PMPI_Type_f2c(*sendtype);
sendtype           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),
sendtype           43 ompi/mpi/fortran/mpif-h/sendrecv_f.c                            (sendbuf, sendcount, sendtype, dest, sendtag, recvbuf, recvcount, recvtype, source, recvtag, comm, status, ierr) )
sendtype           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),
sendtype           63 ompi/mpi/fortran/mpif-h/sendrecv_f.c                            (sendbuf, sendcount, sendtype, dest, sendtag, recvbuf, recvcount, recvtype, source, recvtag, comm, status, ierr) )
sendtype           70 ompi/mpi/fortran/mpif-h/sendrecv_f.c void ompi_sendrecv_f(char *sendbuf, MPI_Fint *sendcount, MPI_Fint *sendtype,
sendtype           78 ompi/mpi/fortran/mpif-h/sendrecv_f.c    MPI_Datatype c_sendtype = PMPI_Type_f2c(*sendtype);
sendtype          350 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_sendrecv_f(sendbuf,sendcount,sendtype,dest,sendtag,recvbuf, &
sendtype          358 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(IN) :: sendtype
sendtype          801 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_allgather_f(sendbuf,sendcount,sendtype,recvbuf, &
sendtype          808 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(IN) :: sendtype
sendtype          814 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_iallgather_f(sendbuf,sendcount,sendtype,recvbuf, &
sendtype          821 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(IN) :: sendtype
sendtype          828 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_allgatherv_f(sendbuf,sendcount,sendtype,recvbuf, &
sendtype          836 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(IN) :: sendtype
sendtype          842 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_iallgatherv_f(sendbuf,sendcount,sendtype,recvbuf, &
sendtype          850 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(IN) :: sendtype
sendtype          882 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_alltoall_f(sendbuf,sendcount,sendtype,recvbuf, &
sendtype          889 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(IN) :: sendtype
sendtype          895 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_ialltoall_f(sendbuf,sendcount,sendtype,recvbuf, &
sendtype          902 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(IN) :: sendtype
sendtype          909 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_alltoallv_f(sendbuf,sendcounts,sdispls,sendtype, &
sendtype          916 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(IN) :: sendtype
sendtype          922 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_ialltoallv_f(sendbuf,sendcounts,sdispls,sendtype, &
sendtype          929 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(IN) :: sendtype
sendtype         1024 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_gather_f(sendbuf,sendcount,sendtype,recvbuf, &
sendtype         1031 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(IN) :: sendtype
sendtype         1037 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_igather_f(sendbuf,sendcount,sendtype,recvbuf, &
sendtype         1044 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(IN) :: sendtype
sendtype         1051 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_gatherv_f(sendbuf,sendcount,sendtype,recvbuf, &
sendtype         1059 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(IN) :: sendtype
sendtype         1065 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_igatherv_f(sendbuf,sendcount,sendtype,recvbuf, &
sendtype         1073 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(IN) :: sendtype
sendtype         1202 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_scatter_f(sendbuf,sendcount,sendtype,recvbuf, &
sendtype         1209 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(IN) :: sendtype
sendtype         1215 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_iscatter_f(sendbuf,sendcount,sendtype,recvbuf, &
sendtype         1222 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(IN) :: sendtype
sendtype         1229 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_scatterv_f(sendbuf,sendcounts,displs,sendtype, &
sendtype         1237 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(IN) :: sendtype
sendtype         1243 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_iscatterv_f(sendbuf,sendcounts,displs,sendtype, &
sendtype         1251 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(IN) :: sendtype
sendtype         3364 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_neighbor_allgather_f(sendbuf,sendcount,sendtype,recvbuf,recvcount,recvtype, &
sendtype         3372 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(IN) :: sendtype, recvtype
sendtype         3377 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_ineighbor_allgather_f(sendbuf,sendcount,sendtype,recvbuf,recvcount,recvtype, &
sendtype         3385 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(IN) :: sendtype, recvtype
sendtype         3391 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_neighbor_allgatherv_f(sendbuf,sendcount,sendtype,recvbuf,recvcounts,displs, &
sendtype         3400 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(IN) :: sendtype, recvtype
sendtype         3405 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_ineighbor_allgatherv_f(sendbuf,sendcount,sendtype,recvbuf,recvcounts,displs, &
sendtype         3414 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(IN) :: sendtype, recvtype
sendtype         3420 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_neighbor_alltoall_f(sendbuf,sendcount,sendtype,recvbuf,recvcount,recvtype, &
sendtype         3428 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(IN) :: sendtype, recvtype
sendtype         3433 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_ineighbor_alltoall_f(sendbuf,sendcount,sendtype,recvbuf,recvcount,recvtype, &
sendtype         3441 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(IN) :: sendtype, recvtype
sendtype         3447 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_neighbor_alltoallv_f(sendbuf,sendcounts,sdispls,sendtype,recvbuf,recvcounts, &
sendtype         3455 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(IN) :: sendtype, recvtype
sendtype         3460 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_ineighbor_alltoallv_f(sendbuf,sendcounts,sdispls,sendtype,recvbuf,recvcounts, &
sendtype         3468 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(IN) :: sendtype, recvtype
sendtype          445 ompi/mpi/java/java/Comm.java 			Object sendbuf, int sendcount, Datatype sendtype, int dest,   int sendtag,
sendtype          459 ompi/mpi/java/java/Comm.java 			sendoff = sendtype.getOffset(sendbuf);
sendtype          472 ompi/mpi/java/java/Comm.java 				sendtype.handle, sendtype.baseType, dest, sendtag,
sendtype         1312 ompi/mpi/java/java/Comm.java 			Object sendbuf, int sendcount, Datatype sendtype,
sendtype         1326 ompi/mpi/java/java/Comm.java 			sendoff = sendtype.getOffset(sendbuf);
sendtype         1337 ompi/mpi/java/java/Comm.java 				sendtype.handle, sendtype.baseType,
sendtype         1392 ompi/mpi/java/java/Comm.java 			Buffer sendbuf, int sendcount, Datatype sendtype,
sendtype         1398 ompi/mpi/java/java/Comm.java 		Request req = new Request(iGather(handle, sendbuf, sendcount, sendtype.handle,
sendtype         1430 ompi/mpi/java/java/Comm.java 			long comm, Buffer sendbuf, int sendcount, long sendtype,
sendtype         1448 ompi/mpi/java/java/Comm.java 	public final void gatherv(Object sendbuf, int sendcount, Datatype sendtype,
sendtype         1463 ompi/mpi/java/java/Comm.java 			sendoff = sendtype.getOffset(sendbuf);
sendtype         1474 ompi/mpi/java/java/Comm.java 				sendtype.handle, sendtype.baseType,
sendtype         1523 ompi/mpi/java/java/Comm.java 			Datatype sendtype, int root)
sendtype         1532 ompi/mpi/java/java/Comm.java 			sendoff = sendtype.getOffset(sendbuf);
sendtype         1537 ompi/mpi/java/java/Comm.java 				sendtype.handle, sendtype.baseType,
sendtype         1564 ompi/mpi/java/java/Comm.java 			Buffer sendbuf, int sendcount, Datatype sendtype, Buffer recvbuf,
sendtype         1571 ompi/mpi/java/java/Comm.java 				handle, sendbuf, sendcount, sendtype.handle,
sendtype         1617 ompi/mpi/java/java/Comm.java 			Datatype sendtype, int root)
sendtype         1622 ompi/mpi/java/java/Comm.java 		Request req = new Request(iGatherv(handle, sendbuf, sendcount, sendtype.handle,
sendtype         1629 ompi/mpi/java/java/Comm.java 			long handle, Buffer sendbuf, int sendcount, long sendtype,
sendtype         1647 ompi/mpi/java/java/Comm.java 			Object sendbuf, int sendcount, Datatype sendtype,
sendtype         1661 ompi/mpi/java/java/Comm.java 			sendoff = sendtype.getOffset(sendbuf);
sendtype         1672 ompi/mpi/java/java/Comm.java 				sendtype.handle, sendtype.baseType,
sendtype         1726 ompi/mpi/java/java/Comm.java 			Buffer sendbuf, int sendcount, Datatype sendtype,
sendtype         1732 ompi/mpi/java/java/Comm.java 		Request req = new Request(iScatter(handle, sendbuf, sendcount, sendtype.handle,
sendtype         1764 ompi/mpi/java/java/Comm.java 			long comm, Buffer sendbuf, int sendcount, long sendtype,
sendtype         1782 ompi/mpi/java/java/Comm.java 			Object sendbuf, int[] sendcount, int[] displs, Datatype sendtype,
sendtype         1796 ompi/mpi/java/java/Comm.java 			sendoff = sendtype.getOffset(sendbuf);
sendtype         1807 ompi/mpi/java/java/Comm.java 				sendtype.handle, sendtype.baseType,
sendtype         1825 ompi/mpi/java/java/Comm.java 			Datatype sendtype, int root)
sendtype         1834 ompi/mpi/java/java/Comm.java 			sendoff = sendtype.getOffset(sendbuf);
sendtype         1839 ompi/mpi/java/java/Comm.java 				sendtype.handle, sendtype.baseType,
sendtype         1895 ompi/mpi/java/java/Comm.java 			Buffer sendbuf, int[] sendcount, int[] displs,  Datatype sendtype,
sendtype         1902 ompi/mpi/java/java/Comm.java 				handle, sendbuf, sendcount, displs, sendtype.handle,
sendtype         1923 ompi/mpi/java/java/Comm.java 			Datatype sendtype, int root)
sendtype         1929 ompi/mpi/java/java/Comm.java 				sendtype.handle, null, 0, 0, root));
sendtype         1959 ompi/mpi/java/java/Comm.java 			long comm, Buffer sendbuf, int[] sendcount, int[] displs, long sendtype,
sendtype         1974 ompi/mpi/java/java/Comm.java 	public final void allGather(Object sendbuf, int sendcount, Datatype sendtype,
sendtype         1988 ompi/mpi/java/java/Comm.java 			sendoff = sendtype.getOffset(sendbuf);
sendtype         1999 ompi/mpi/java/java/Comm.java 				sendtype.handle, sendtype.baseType,
sendtype         2049 ompi/mpi/java/java/Comm.java 			Buffer sendbuf, int sendcount, Datatype sendtype,
sendtype         2055 ompi/mpi/java/java/Comm.java 		Request req = new Request(iAllGather(handle, sendbuf, sendcount, sendtype.handle,
sendtype         2083 ompi/mpi/java/java/Comm.java 			long comm, Buffer sendbuf, int sendcount, long sendtype,
sendtype         2099 ompi/mpi/java/java/Comm.java 			Object sendbuf, int sendcount, Datatype sendtype,
sendtype         2113 ompi/mpi/java/java/Comm.java 			sendoff = sendtype.getOffset(sendbuf);
sendtype         2124 ompi/mpi/java/java/Comm.java 				sendtype.handle, sendtype.baseType,
sendtype         2178 ompi/mpi/java/java/Comm.java 			Buffer sendbuf, int sendcount, Datatype sendtype,
sendtype         2185 ompi/mpi/java/java/Comm.java 				handle, sendbuf, sendcount, sendtype.handle,
sendtype         2216 ompi/mpi/java/java/Comm.java 			long handle, Buffer sendbuf, int sendcount, long sendtype,
sendtype         2232 ompi/mpi/java/java/Comm.java 	public final void allToAll(Object sendbuf, int sendcount, Datatype sendtype,
sendtype         2246 ompi/mpi/java/java/Comm.java 			sendoff = sendtype.getOffset(sendbuf);
sendtype         2257 ompi/mpi/java/java/Comm.java 				sendtype.handle, sendtype.baseType,
sendtype         2281 ompi/mpi/java/java/Comm.java 	public final Request iAllToAll(Buffer sendbuf, int sendcount, Datatype sendtype,
sendtype         2287 ompi/mpi/java/java/Comm.java 		Request req = new Request(iAllToAll(handle, sendbuf, sendcount, sendtype.handle,
sendtype         2295 ompi/mpi/java/java/Comm.java 			long comm, Buffer sendbuf, int sendcount, long sendtype,
sendtype         2314 ompi/mpi/java/java/Comm.java 			Object sendbuf, int[] sendcount, int[] sdispls, Datatype sendtype,
sendtype         2328 ompi/mpi/java/java/Comm.java 			sendoff = sendtype.getOffset(sendbuf);
sendtype         2339 ompi/mpi/java/java/Comm.java 				sendtype.handle, sendtype.baseType,
sendtype         2368 ompi/mpi/java/java/Comm.java 			Buffer sendbuf, int[] sendcount, int[] sdispls, Datatype sendtype,
sendtype         2375 ompi/mpi/java/java/Comm.java 				handle, sendbuf, sendcount, sdispls, sendtype.handle,
sendtype         2383 ompi/mpi/java/java/Comm.java 			Buffer sendbuf, int[] sendcount, int[] sdispls, long sendtype,
sendtype         2473 ompi/mpi/java/java/Comm.java 			Object sendbuf, int sendcount, Datatype sendtype,
sendtype         2487 ompi/mpi/java/java/Comm.java 			sendoff = sendtype.getOffset(sendbuf);
sendtype         2498 ompi/mpi/java/java/Comm.java 				sendtype.handle, sendtype.baseType,
sendtype         2522 ompi/mpi/java/java/Comm.java 			Buffer sendbuf, int sendcount, Datatype sendtype,
sendtype         2529 ompi/mpi/java/java/Comm.java 				handle, sendbuf, sendcount, sendtype.handle,
sendtype         2553 ompi/mpi/java/java/Comm.java 			Object sendbuf, int sendcount, Datatype sendtype,
sendtype         2567 ompi/mpi/java/java/Comm.java 			sendoff = sendtype.getOffset(sendbuf);
sendtype         2578 ompi/mpi/java/java/Comm.java 				sendtype.handle, sendtype.baseType,
sendtype         2602 ompi/mpi/java/java/Comm.java 			Buffer sendbuf, int sendcount, Datatype sendtype,
sendtype         2609 ompi/mpi/java/java/Comm.java 				handle, sendbuf, sendcount, sendtype.handle,
sendtype         2632 ompi/mpi/java/java/Comm.java 			Object sendbuf, int sendcount, Datatype sendtype,
sendtype         2646 ompi/mpi/java/java/Comm.java 			sendoff = sendtype.getOffset(sendbuf);
sendtype         2657 ompi/mpi/java/java/Comm.java 				sendtype.handle, sendtype.baseType,
sendtype         2681 ompi/mpi/java/java/Comm.java 			Buffer sendbuf, int sendcount, Datatype sendtype,
sendtype         2688 ompi/mpi/java/java/Comm.java 				handle, sendbuf, sendcount, sendtype.handle,
sendtype         2712 ompi/mpi/java/java/Comm.java 			Object sendbuf, int[] sendcount, int[] sdispls, Datatype sendtype,
sendtype         2726 ompi/mpi/java/java/Comm.java 			sendoff = sendtype.getOffset(sendbuf);
sendtype         2738 ompi/mpi/java/java/Comm.java 				sendtype.handle, sendtype.baseType,
sendtype         2764 ompi/mpi/java/java/Comm.java 			Buffer sendbuf, int[] sendcount, int[] sdispls, Datatype sendtype,
sendtype         2771 ompi/mpi/java/java/Comm.java 				handle, sendbuf, sendcount, sdispls, sendtype.handle,
sendtype           48 ompi/mpiext/pcollreq/c/allgather_init.c int MPIX_Allgather_init(const void *sendbuf, int sendcount, MPI_Datatype sendtype,
sendtype           71 ompi/mpiext/pcollreq/c/allgather_init.c             memchecker_datatype(sendtype);
sendtype           72 ompi/mpiext/pcollreq/c/allgather_init.c             memchecker_call(&opal_memchecker_base_isdefined, sendbuf, sendcount, sendtype);
sendtype           95 ompi/mpiext/pcollreq/c/allgather_init.c             OMPI_CHECK_DATATYPE_FOR_SEND(err, sendtype, sendcount);
sendtype          103 ompi/mpiext/pcollreq/c/allgather_init.c     err = comm->c_coll->coll_allgather_init(sendbuf, sendcount, sendtype,
sendtype           48 ompi/mpiext/pcollreq/c/allgatherv_init.c int MPIX_Allgatherv_init(const void *sendbuf, int sendcount, MPI_Datatype sendtype,
sendtype           80 ompi/mpiext/pcollreq/c/allgatherv_init.c             memchecker_datatype(sendtype);
sendtype           81 ompi/mpiext/pcollreq/c/allgatherv_init.c             memchecker_call(&opal_memchecker_base_isdefined, sendbuf, sendcount, sendtype);
sendtype          103 ompi/mpiext/pcollreq/c/allgatherv_init.c             OMPI_CHECK_DATATYPE_FOR_SEND(err, sendtype, sendcount);
sendtype          127 ompi/mpiext/pcollreq/c/allgatherv_init.c     err = comm->c_coll->coll_allgatherv_init(sendbuf, sendcount, sendtype,
sendtype           48 ompi/mpiext/pcollreq/c/alltoall_init.c int MPIX_Alltoall_init(const void *sendbuf, int sendcount, MPI_Datatype sendtype,
sendtype           60 ompi/mpiext/pcollreq/c/alltoall_init.c             memchecker_datatype(sendtype);
sendtype           61 ompi/mpiext/pcollreq/c/alltoall_init.c             memchecker_call(&opal_memchecker_base_isdefined, (void *)sendbuf, sendcount, sendtype);
sendtype           83 ompi/mpiext/pcollreq/c/alltoall_init.c                 OMPI_CHECK_DATATYPE_FOR_SEND(err, sendtype, sendcount);
sendtype           91 ompi/mpiext/pcollreq/c/alltoall_init.c             ompi_datatype_type_size(sendtype, &sendtype_size);
sendtype          102 ompi/mpiext/pcollreq/c/alltoall_init.c     err = comm->c_coll->coll_alltoall_init(sendbuf, sendcount, sendtype,
sendtype           48 ompi/mpiext/pcollreq/c/alltoallv_init.c                    MPI_Datatype sendtype, void *recvbuf, const int recvcounts[],
sendtype           63 ompi/mpiext/pcollreq/c/alltoallv_init.c             memchecker_datatype(sendtype);
sendtype           64 ompi/mpiext/pcollreq/c/alltoallv_init.c             ompi_datatype_type_extent(sendtype, &send_ext);
sendtype           76 ompi/mpiext/pcollreq/c/alltoallv_init.c                                 sendcounts[i], sendtype);
sendtype           99 ompi/mpiext/pcollreq/c/alltoallv_init.c             sendtype = recvtype;
sendtype          111 ompi/mpiext/pcollreq/c/alltoallv_init.c             OMPI_CHECK_DATATYPE_FOR_SEND(err, sendtype, sendcounts[i]);
sendtype          120 ompi/mpiext/pcollreq/c/alltoallv_init.c             ompi_datatype_type_size(sendtype, &sendtype_size);
sendtype          132 ompi/mpiext/pcollreq/c/alltoallv_init.c                                             sendtype, recvbuf, recvcounts, rdispls,
sendtype           48 ompi/mpiext/pcollreq/c/gather_init.c int MPIX_Gather_init(const void *sendbuf, int sendcount, MPI_Datatype sendtype,
sendtype           72 ompi/mpiext/pcollreq/c/gather_init.c                     memchecker_datatype(sendtype);
sendtype           73 ompi/mpiext/pcollreq/c/gather_init.c                     memchecker_call(&opal_memchecker_base_isdefined, sendbuf, sendcount, sendtype);
sendtype           80 ompi/mpiext/pcollreq/c/gather_init.c                 memchecker_datatype(sendtype);
sendtype           82 ompi/mpiext/pcollreq/c/gather_init.c                 memchecker_call(&opal_memchecker_base_isdefined, sendbuf, sendcount, sendtype);
sendtype           90 ompi/mpiext/pcollreq/c/gather_init.c                 memchecker_datatype(sendtype);
sendtype           92 ompi/mpiext/pcollreq/c/gather_init.c                 memchecker_call(&opal_memchecker_base_isdefined, sendbuf, sendcount, sendtype);
sendtype          119 ompi/mpiext/pcollreq/c/gather_init.c                 OMPI_CHECK_DATATYPE_FOR_SEND(err, sendtype, sendcount);
sendtype          151 ompi/mpiext/pcollreq/c/gather_init.c                 OMPI_CHECK_DATATYPE_FOR_SEND(err, sendtype, sendcount);
sendtype          174 ompi/mpiext/pcollreq/c/gather_init.c     err = comm->c_coll->coll_gather_init(sendbuf, sendcount, sendtype, recvbuf,
sendtype           46 ompi/mpiext/pcollreq/c/gatherv_init.c int MPIX_Gatherv_init(const void *sendbuf, int sendcount, MPI_Datatype sendtype,
sendtype           72 ompi/mpiext/pcollreq/c/gatherv_init.c                     memchecker_datatype(sendtype);
sendtype           73 ompi/mpiext/pcollreq/c/gatherv_init.c                     memchecker_call(&opal_memchecker_base_isdefined, sendbuf, sendcount, sendtype);
sendtype           84 ompi/mpiext/pcollreq/c/gatherv_init.c                 memchecker_datatype(sendtype);
sendtype           86 ompi/mpiext/pcollreq/c/gatherv_init.c                 memchecker_call(&opal_memchecker_base_isdefined, sendbuf, sendcount, sendtype);
sendtype           98 ompi/mpiext/pcollreq/c/gatherv_init.c                 memchecker_datatype(sendtype);
sendtype          100 ompi/mpiext/pcollreq/c/gatherv_init.c                 memchecker_call(&opal_memchecker_base_isdefined, sendbuf, sendcount, sendtype);
sendtype          125 ompi/mpiext/pcollreq/c/gatherv_init.c                 OMPI_CHECK_DATATYPE_FOR_SEND(err, sendtype, sendcount);
sendtype          166 ompi/mpiext/pcollreq/c/gatherv_init.c                 OMPI_CHECK_DATATYPE_FOR_SEND(err, sendtype, sendcount);
sendtype          198 ompi/mpiext/pcollreq/c/gatherv_init.c     err = comm->c_coll->coll_gatherv_init(sendbuf, sendcount, sendtype, recvbuf,
sendtype           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);
sendtype           14 ompi/mpiext/pcollreq/c/mpiext_pcollreq_c.h OMPI_DECLSPEC int MPIX_Allgatherv_init(const void *sendbuf, int sendcount, MPI_Datatype sendtype, void *recvbuf, const int recvcounts[], const int displs[], MPI_Datatype recvtype, MPI_Comm comm, MPI_Info info, MPI_Request *request);
sendtype           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);
sendtype           17 ompi/mpiext/pcollreq/c/mpiext_pcollreq_c.h OMPI_DECLSPEC int MPIX_Alltoallv_init(const void *sendbuf, const int sendcounts[], const int sdispls[], MPI_Datatype sendtype, void *recvbuf, const int recvcounts[], const int rdispls[], MPI_Datatype recvtype, MPI_Comm comm, MPI_Info info, MPI_Request *request);
sendtype           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);
sendtype           23 ompi/mpiext/pcollreq/c/mpiext_pcollreq_c.h OMPI_DECLSPEC int MPIX_Gatherv_init(const void *sendbuf, int sendcount, MPI_Datatype sendtype, void *recvbuf, const int recvcounts[], const int displs[], MPI_Datatype recvtype, int root, MPI_Comm comm, MPI_Info info, MPI_Request *request);
sendtype           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);
sendtype           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);
sendtype           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);
sendtype           32 ompi/mpiext/pcollreq/c/mpiext_pcollreq_c.h OMPI_DECLSPEC int MPIX_Neighbor_allgatherv_init(const void *sendbuf, int sendcount, MPI_Datatype sendtype, void *recvbuf, const int recvcounts[], const int displs[], MPI_Datatype recvtype, MPI_Comm comm, MPI_Info info, MPI_Request *request);
sendtype           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);
sendtype           34 ompi/mpiext/pcollreq/c/mpiext_pcollreq_c.h OMPI_DECLSPEC int MPIX_Neighbor_alltoallv_init(const void *sendbuf, const int sendcounts[], const int sdispls[], MPI_Datatype sendtype, void *recvbuf, const int recvcounts[], const int rdispls[], MPI_Datatype recvtype, MPI_Comm comm, MPI_Info info, MPI_Request *request);
sendtype           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);
sendtype           41 ompi/mpiext/pcollreq/c/mpiext_pcollreq_c.h OMPI_DECLSPEC int PMPIX_Allgatherv_init(const void *sendbuf, int sendcount, MPI_Datatype sendtype, void *recvbuf, const int recvcounts[], const int displs[], MPI_Datatype recvtype, MPI_Comm comm, MPI_Info info, MPI_Request *request);
sendtype           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);
sendtype           44 ompi/mpiext/pcollreq/c/mpiext_pcollreq_c.h OMPI_DECLSPEC int PMPIX_Alltoallv_init(const void *sendbuf, const int sendcounts[], const int sdispls[], MPI_Datatype sendtype, void *recvbuf, const int recvcounts[], const int rdispls[], MPI_Datatype recvtype, MPI_Comm comm, MPI_Info info, MPI_Request *request);
sendtype           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);
sendtype           50 ompi/mpiext/pcollreq/c/mpiext_pcollreq_c.h OMPI_DECLSPEC int PMPIX_Gatherv_init(const void *sendbuf, int sendcount, MPI_Datatype sendtype, void *recvbuf, const int recvcounts[], const int displs[], MPI_Datatype recvtype, int root, MPI_Comm comm, MPI_Info info, MPI_Request *request);
sendtype           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);
sendtype           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);
sendtype           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);
sendtype           59 ompi/mpiext/pcollreq/c/mpiext_pcollreq_c.h OMPI_DECLSPEC int PMPIX_Neighbor_allgatherv_init(const void *sendbuf, int sendcount, MPI_Datatype sendtype, void *recvbuf, const int recvcounts[], const int displs[], MPI_Datatype recvtype, MPI_Comm comm, MPI_Info info, MPI_Request *request);
sendtype           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);
sendtype           61 ompi/mpiext/pcollreq/c/mpiext_pcollreq_c.h OMPI_DECLSPEC int PMPIX_Neighbor_alltoallv_init(const void *sendbuf, const int sendcounts[], const int sdispls[], MPI_Datatype sendtype, void *recvbuf, const int recvcounts[], const int rdispls[], MPI_Datatype recvtype, MPI_Comm comm, MPI_Info info, MPI_Request *request);
sendtype           51 ompi/mpiext/pcollreq/c/neighbor_allgather_init.c int MPIX_Neighbor_allgather_init(const void *sendbuf, int sendcount, MPI_Datatype sendtype,
sendtype           70 ompi/mpiext/pcollreq/c/neighbor_allgather_init.c             memchecker_datatype(sendtype);
sendtype           71 ompi/mpiext/pcollreq/c/neighbor_allgather_init.c             memchecker_call(&opal_memchecker_base_isdefined, sendbuf, sendcount, sendtype);
sendtype           95 ompi/mpiext/pcollreq/c/neighbor_allgather_init.c             OMPI_CHECK_DATATYPE_FOR_SEND(err, sendtype, sendcount);
sendtype          125 ompi/mpiext/pcollreq/c/neighbor_allgather_init.c     err = comm->c_coll->coll_neighbor_allgather_init(sendbuf, sendcount, sendtype, recvbuf,
sendtype           51 ompi/mpiext/pcollreq/c/neighbor_allgatherv_init.c int MPIX_Neighbor_allgatherv_init(const void *sendbuf, int sendcount, MPI_Datatype sendtype,
sendtype           79 ompi/mpiext/pcollreq/c/neighbor_allgatherv_init.c             memchecker_datatype(sendtype);
sendtype           80 ompi/mpiext/pcollreq/c/neighbor_allgatherv_init.c             memchecker_call(&opal_memchecker_base_isdefined, sendbuf, sendcount, sendtype);
sendtype          103 ompi/mpiext/pcollreq/c/neighbor_allgatherv_init.c         OMPI_CHECK_DATATYPE_FOR_SEND(err, sendtype, sendcount);
sendtype          148 ompi/mpiext/pcollreq/c/neighbor_allgatherv_init.c     err = comm->c_coll->coll_neighbor_allgatherv_init(sendbuf, sendcount, sendtype,
sendtype           51 ompi/mpiext/pcollreq/c/neighbor_alltoall_init.c int MPIX_Neighbor_alltoall_init(const void *sendbuf, int sendcount, MPI_Datatype sendtype,
sendtype           63 ompi/mpiext/pcollreq/c/neighbor_alltoall_init.c             memchecker_datatype(sendtype);
sendtype           64 ompi/mpiext/pcollreq/c/neighbor_alltoall_init.c             memchecker_call(&opal_memchecker_base_isdefined, (void *)sendbuf, sendcount, sendtype);
sendtype           87 ompi/mpiext/pcollreq/c/neighbor_alltoall_init.c             OMPI_CHECK_DATATYPE_FOR_SEND(err, sendtype, sendcount);
sendtype           93 ompi/mpiext/pcollreq/c/neighbor_alltoall_init.c         ompi_datatype_type_size(sendtype, &sendtype_size);
sendtype          125 ompi/mpiext/pcollreq/c/neighbor_alltoall_init.c     err = comm->c_coll->coll_neighbor_alltoall_init(sendbuf, sendcount, sendtype,
sendtype           51 ompi/mpiext/pcollreq/c/neighbor_alltoallv_init.c                                  MPI_Datatype sendtype, void *recvbuf, const int recvcounts[],
sendtype           67 ompi/mpiext/pcollreq/c/neighbor_alltoallv_init.c             memchecker_datatype(sendtype);
sendtype           72 ompi/mpiext/pcollreq/c/neighbor_alltoallv_init.c         ompi_datatype_type_extent(sendtype, &send_ext);
sendtype           81 ompi/mpiext/pcollreq/c/neighbor_alltoallv_init.c                                     sendcounts[i], sendtype);
sendtype          114 ompi/mpiext/pcollreq/c/neighbor_alltoallv_init.c             OMPI_CHECK_DATATYPE_FOR_SEND(err, sendtype, sendcounts[i]);
sendtype          149 ompi/mpiext/pcollreq/c/neighbor_alltoallv_init.c                                                      sendtype, recvbuf, recvcounts, rdispls,
sendtype           48 ompi/mpiext/pcollreq/c/scatter_init.c int MPIX_Scatter_init(const void *sendbuf, int sendcount, MPI_Datatype sendtype,
sendtype           60 ompi/mpiext/pcollreq/c/scatter_init.c                 memchecker_datatype(sendtype);
sendtype           62 ompi/mpiext/pcollreq/c/scatter_init.c                 memchecker_call(&opal_memchecker_base_isdefined, sendbuf, sendcount, sendtype);
sendtype           75 ompi/mpiext/pcollreq/c/scatter_init.c                 memchecker_datatype(sendtype);
sendtype           77 ompi/mpiext/pcollreq/c/scatter_init.c                 memchecker_call(&opal_memchecker_base_isdefined, sendbuf, sendcount, sendtype);
sendtype          120 ompi/mpiext/pcollreq/c/scatter_init.c             OMPI_CHECK_DATATYPE_FOR_SEND(err, sendtype, sendcount);
sendtype          148 ompi/mpiext/pcollreq/c/scatter_init.c             OMPI_CHECK_DATATYPE_FOR_SEND(err, sendtype, sendcount);
sendtype          157 ompi/mpiext/pcollreq/c/scatter_init.c     err = comm->c_coll->coll_scatter_init(sendbuf, sendcount, sendtype, recvbuf,
sendtype           47 ompi/mpiext/pcollreq/c/scatterv_init.c                        MPI_Datatype sendtype, void *recvbuf, int recvcount,
sendtype           63 ompi/mpiext/pcollreq/c/scatterv_init.c                 memchecker_datatype(sendtype);
sendtype           68 ompi/mpiext/pcollreq/c/scatterv_init.c                                     sendcounts[i], sendtype);
sendtype           82 ompi/mpiext/pcollreq/c/scatterv_init.c                   memchecker_datatype(sendtype);
sendtype           87 ompi/mpiext/pcollreq/c/scatterv_init.c                                       sendcounts[i], sendtype);
sendtype          146 ompi/mpiext/pcollreq/c/scatterv_init.c                     OMPI_CHECK_DATATYPE_FOR_SEND(err, sendtype, sendcounts[i]);
sendtype          187 ompi/mpiext/pcollreq/c/scatterv_init.c                     OMPI_CHECK_DATATYPE_FOR_SEND(err, sendtype, sendcounts[i]);
sendtype          198 ompi/mpiext/pcollreq/c/scatterv_init.c                                            sendtype, recvbuf, recvcount, recvtype, root, comm,
sendtype           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),
sendtype           44 ompi/mpiext/pcollreq/mpif-h/allgather_init_f.c                             (sendbuf, sendcount, sendtype, recvbuf, recvcount, recvtype, comm, info, request, ierr) )
sendtype           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),
sendtype           64 ompi/mpiext/pcollreq/mpif-h/allgather_init_f.c                             (sendbuf, sendcount, sendtype, recvbuf, recvcount, recvtype, comm, info, request, ierr) )
sendtype           71 ompi/mpiext/pcollreq/mpif-h/allgather_init_f.c void ompix_allgather_init_f(char *sendbuf, MPI_Fint *sendcount, MPI_Fint *sendtype,
sendtype           82 ompi/mpiext/pcollreq/mpif-h/allgather_init_f.c     c_sendtype = PMPI_Type_f2c(*sendtype);
sendtype           43 ompi/mpiext/pcollreq/mpif-h/allgatherv_init_f.c                             (char *sendbuf, MPI_Fint *sendcount, MPI_Fint *sendtype, char *recvbuf, MPI_Fint *recvcounts, MPI_Fint *displs, MPI_Fint *recvtype, MPI_Fint *comm, MPI_Fint *info, MPI_Fint *request, MPI_Fint *ierr),
sendtype           44 ompi/mpiext/pcollreq/mpif-h/allgatherv_init_f.c                             (sendbuf, sendcount, sendtype, recvbuf, recvcounts, displs, recvtype, comm, info, request, ierr) )
sendtype           63 ompi/mpiext/pcollreq/mpif-h/allgatherv_init_f.c                             (char *sendbuf, MPI_Fint *sendcount, MPI_Fint *sendtype, char *recvbuf, MPI_Fint *recvcounts, MPI_Fint *displs, MPI_Fint *recvtype, MPI_Fint *comm, MPI_Fint *info, MPI_Fint *request, MPI_Fint *ierr),
sendtype           64 ompi/mpiext/pcollreq/mpif-h/allgatherv_init_f.c                             (sendbuf, sendcount, sendtype, recvbuf, recvcounts, displs, recvtype, comm, info, request, ierr) )
sendtype           71 ompi/mpiext/pcollreq/mpif-h/allgatherv_init_f.c void ompix_allgatherv_init_f(char *sendbuf, MPI_Fint *sendcount, MPI_Fint *sendtype,
sendtype           85 ompi/mpiext/pcollreq/mpif-h/allgatherv_init_f.c     c_sendtype = PMPI_Type_f2c(*sendtype);
sendtype           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),
sendtype           44 ompi/mpiext/pcollreq/mpif-h/alltoall_init_f.c                             (sendbuf, sendcount, sendtype, recvbuf, recvcount, recvtype, comm, info, request, ierr) )
sendtype           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),
sendtype           64 ompi/mpiext/pcollreq/mpif-h/alltoall_init_f.c                             (sendbuf, sendcount, sendtype, recvbuf, recvcount, recvtype, comm, info, request, ierr) )
sendtype           71 ompi/mpiext/pcollreq/mpif-h/alltoall_init_f.c void ompix_alltoall_init_f(char *sendbuf, MPI_Fint *sendcount, MPI_Fint *sendtype,
sendtype           82 ompi/mpiext/pcollreq/mpif-h/alltoall_init_f.c     c_sendtype = PMPI_Type_f2c(*sendtype);
sendtype           43 ompi/mpiext/pcollreq/mpif-h/alltoallv_init_f.c                             (char *sendbuf, MPI_Fint *sendcounts, MPI_Fint *sdispls, MPI_Fint *sendtype, char *recvbuf, MPI_Fint *recvcounts, MPI_Fint *rdispls, MPI_Fint *recvtype, MPI_Fint *comm, MPI_Fint *info, MPI_Fint *request, MPI_Fint *ierr),
sendtype           44 ompi/mpiext/pcollreq/mpif-h/alltoallv_init_f.c                             (sendbuf, sendcounts, sdispls, sendtype, recvbuf, recvcounts, rdispls, recvtype, comm, info, request, ierr) )
sendtype           63 ompi/mpiext/pcollreq/mpif-h/alltoallv_init_f.c                             (char *sendbuf, MPI_Fint *sendcounts, MPI_Fint *sdispls, MPI_Fint *sendtype, char *recvbuf, MPI_Fint *recvcounts, MPI_Fint *rdispls, MPI_Fint *recvtype, MPI_Fint *comm, MPI_Fint *info, MPI_Fint *request, MPI_Fint *ierr),
sendtype           64 ompi/mpiext/pcollreq/mpif-h/alltoallv_init_f.c                             (sendbuf, sendcounts, sdispls, sendtype, recvbuf, recvcounts, rdispls, recvtype, comm, info, request, ierr) )
sendtype           72 ompi/mpiext/pcollreq/mpif-h/alltoallv_init_f.c                        MPI_Fint *sendtype, char *recvbuf, MPI_Fint *recvcounts,
sendtype           87 ompi/mpiext/pcollreq/mpif-h/alltoallv_init_f.c     c_sendtype = PMPI_Type_f2c(*sendtype);
sendtype           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),
sendtype           44 ompi/mpiext/pcollreq/mpif-h/gather_init_f.c                             (sendbuf, sendcount, sendtype, recvbuf, recvcount, recvtype, root, comm, info, request, ierr) )
sendtype           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),
sendtype           64 ompi/mpiext/pcollreq/mpif-h/gather_init_f.c                             (sendbuf, sendcount, sendtype, recvbuf, recvcount, recvtype, root, comm, info, request, ierr) )
sendtype           71 ompi/mpiext/pcollreq/mpif-h/gather_init_f.c void ompix_gather_init_f(char *sendbuf, MPI_Fint *sendcount, MPI_Fint *sendtype,
sendtype           83 ompi/mpiext/pcollreq/mpif-h/gather_init_f.c     c_sendtype = PMPI_Type_f2c(*sendtype);
sendtype           43 ompi/mpiext/pcollreq/mpif-h/gatherv_init_f.c                             (char *sendbuf, MPI_Fint *sendcount, MPI_Fint *sendtype, char *recvbuf, MPI_Fint *recvcounts, MPI_Fint *displs, MPI_Fint *recvtype, MPI_Fint *root, MPI_Fint *comm, MPI_Fint *info, MPI_Fint *request, MPI_Fint *ierr),
sendtype           44 ompi/mpiext/pcollreq/mpif-h/gatherv_init_f.c                             (sendbuf, sendcount, sendtype, recvbuf, recvcounts, displs, recvtype, root, comm, info, request, ierr) )
sendtype           63 ompi/mpiext/pcollreq/mpif-h/gatherv_init_f.c                             (char *sendbuf, MPI_Fint *sendcount, MPI_Fint *sendtype, char *recvbuf, MPI_Fint *recvcounts, MPI_Fint *displs, MPI_Fint *recvtype, MPI_Fint *root, MPI_Fint *comm, MPI_Fint *info, MPI_Fint *request,MPI_Fint *ierr),
sendtype           64 ompi/mpiext/pcollreq/mpif-h/gatherv_init_f.c                             (sendbuf, sendcount, sendtype, recvbuf, recvcounts, displs, recvtype, root, comm, info, request, ierr) )
sendtype           71 ompi/mpiext/pcollreq/mpif-h/gatherv_init_f.c void ompix_gatherv_init_f(char *sendbuf, MPI_Fint *sendcount, MPI_Fint *sendtype,
sendtype           85 ompi/mpiext/pcollreq/mpif-h/gatherv_init_f.c     c_sendtype = PMPI_Type_f2c(*sendtype);
sendtype           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));
sendtype           84 ompi/mpiext/pcollreq/mpif-h/mpiext_pcollreq_prototypes.h PN2(void, MPIX_Allgatherv_init, mpix_allgatherv_init, MPIX_ALLGATHERV_INIT, (char *sendbuf, MPI_Fint *sendcount, MPI_Fint *sendtype, char *recvbuf, MPI_Fint *recvcounts, MPI_Fint *displs, MPI_Fint *recvtype, MPI_Fint *comm, MPI_Fint *info, MPI_Fint *request, MPI_Fint *ierr));
sendtype           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));
sendtype           88 ompi/mpiext/pcollreq/mpif-h/mpiext_pcollreq_prototypes.h PN2(void, MPIX_Alltoallv_init, mpix_alltoallv_init, MPIX_ALLTOALLV_INIT, (char *sendbuf, MPI_Fint *sendcounts, MPI_Fint *sdispls, MPI_Fint *sendtype, char *recvbuf, MPI_Fint *recvcounts, MPI_Fint *rdispls, MPI_Fint *recvtype, MPI_Fint *comm, MPI_Fint *info, MPI_Fint *request, MPI_Fint *ierr));
sendtype           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));
sendtype           94 ompi/mpiext/pcollreq/mpif-h/mpiext_pcollreq_prototypes.h PN2(void, MPIX_Gatherv_init, mpix_gatherv_init, MPIX_GATHERV_INIT, (char *sendbuf, MPI_Fint *sendcount, MPI_Fint *sendtype, char *recvbuf, MPI_Fint *recvcounts, MPI_Fint *displs, MPI_Fint *recvtype, MPI_Fint *root, MPI_Fint *comm, MPI_Fint *info, MPI_Fint *request, MPI_Fint *ierr));
sendtype           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));
sendtype          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));
sendtype          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));
sendtype          102 ompi/mpiext/pcollreq/mpif-h/mpiext_pcollreq_prototypes.h PN2(void, MPIX_Neighbor_allgatherv_init, mpix_neighbor_allgatherv_init, MPIX_NEIGHBOR_ALLGATHERV_INIT, (char *sendbuf, MPI_Fint *sendcount, MPI_Fint *sendtype, char *recvbuf, MPI_Fint *recvcounts, MPI_Fint *displs, MPI_Fint *recvtype, MPI_Fint *comm, MPI_Fint *info, MPI_Fint *request, MPI_Fint *ierr));
sendtype          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));
sendtype          104 ompi/mpiext/pcollreq/mpif-h/mpiext_pcollreq_prototypes.h PN2(void, MPIX_Neighbor_alltoallv_init, mpix_neighbor_alltoallv_init, MPIX_NEIGHBOR_ALLTOALLV_INIT, (char *sendbuf, MPI_Fint *sendcounts, MPI_Fint *sdispls, MPI_Fint *sendtype, char *recvbuf, MPI_Fint *recvcounts, MPI_Fint *rdispls, MPI_Fint *recvtype, MPI_Fint *comm, MPI_Fint *info, MPI_Fint *request, MPI_Fint *ierr));
sendtype           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),
sendtype           47 ompi/mpiext/pcollreq/mpif-h/neighbor_allgather_init_f.c                             (sendbuf, sendcount, sendtype, recvbuf, recvcount, recvtype, comm, info, request, ierr) )
sendtype           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),
sendtype           67 ompi/mpiext/pcollreq/mpif-h/neighbor_allgather_init_f.c                             (sendbuf, sendcount, sendtype, recvbuf, recvcount, recvtype, comm, info, request, ierr) )
sendtype           74 ompi/mpiext/pcollreq/mpif-h/neighbor_allgather_init_f.c void ompix_neighbor_allgather_init_f(char *sendbuf, MPI_Fint *sendcount, MPI_Fint *sendtype,
sendtype           85 ompi/mpiext/pcollreq/mpif-h/neighbor_allgather_init_f.c     c_sendtype = PMPI_Type_f2c(*sendtype);
sendtype           46 ompi/mpiext/pcollreq/mpif-h/neighbor_allgatherv_init_f.c                             (char *sendbuf, MPI_Fint *sendcount, MPI_Fint *sendtype, char *recvbuf, MPI_Fint *recvcounts, MPI_Fint *displs, MPI_Fint *recvtype, MPI_Fint *comm, MPI_Fint *info, MPI_Fint *request, MPI_Fint *ierr),
sendtype           47 ompi/mpiext/pcollreq/mpif-h/neighbor_allgatherv_init_f.c                             (sendbuf, sendcount, sendtype, recvbuf, recvcounts, displs, recvtype, comm, info, request, ierr) )
sendtype           66 ompi/mpiext/pcollreq/mpif-h/neighbor_allgatherv_init_f.c                             (char *sendbuf, MPI_Fint *sendcount, MPI_Fint *sendtype, char *recvbuf, MPI_Fint *recvcounts, MPI_Fint *displs, MPI_Fint *recvtype, MPI_Fint *comm, MPI_Fint *info, MPI_Fint *request, MPI_Fint *ierr),
sendtype           67 ompi/mpiext/pcollreq/mpif-h/neighbor_allgatherv_init_f.c                             (sendbuf, sendcount, sendtype, recvbuf, recvcounts, displs, recvtype, comm, info, request, ierr) )
sendtype           74 ompi/mpiext/pcollreq/mpif-h/neighbor_allgatherv_init_f.c void ompix_neighbor_allgatherv_init_f(char *sendbuf, MPI_Fint *sendcount, MPI_Fint *sendtype,
sendtype           88 ompi/mpiext/pcollreq/mpif-h/neighbor_allgatherv_init_f.c     c_sendtype = PMPI_Type_f2c(*sendtype);
sendtype           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),
sendtype           48 ompi/mpiext/pcollreq/mpif-h/neighbor_alltoall_init_f.c                             (sendbuf, sendcount, sendtype, recvbuf, recvcount, recvtype, comm, info, request, ierr) )
sendtype           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),
sendtype           68 ompi/mpiext/pcollreq/mpif-h/neighbor_alltoall_init_f.c                             (sendbuf, sendcount, sendtype, recvbuf, recvcount, recvtype, comm, info, request, ierr) )
sendtype           75 ompi/mpiext/pcollreq/mpif-h/neighbor_alltoall_init_f.c void ompix_neighbor_alltoall_init_f(char *sendbuf, MPI_Fint *sendcount, MPI_Fint *sendtype,
sendtype           86 ompi/mpiext/pcollreq/mpif-h/neighbor_alltoall_init_f.c     c_sendtype = PMPI_Type_f2c(*sendtype);
sendtype           46 ompi/mpiext/pcollreq/mpif-h/neighbor_alltoallv_init_f.c                             (char *sendbuf, MPI_Fint *sendcounts, MPI_Fint *sdispls, MPI_Fint *sendtype, char *recvbuf, MPI_Fint *recvcounts, MPI_Fint *rdispls, MPI_Fint *recvtype, MPI_Fint *comm, MPI_Fint *info, MPI_Fint *request, MPI_Fint *ierr),
sendtype           47 ompi/mpiext/pcollreq/mpif-h/neighbor_alltoallv_init_f.c                             (sendbuf, sendcounts, sdispls, sendtype, recvbuf, recvcounts, rdispls, recvtype, comm, info, request, ierr) )
sendtype           66 ompi/mpiext/pcollreq/mpif-h/neighbor_alltoallv_init_f.c                             (char *sendbuf, MPI_Fint *sendcounts, MPI_Fint *sdispls, MPI_Fint *sendtype, char *recvbuf, MPI_Fint *recvcounts, MPI_Fint *rdispls, MPI_Fint *recvtype, MPI_Fint *comm, MPI_Fint *info, MPI_Fint *request, MPI_Fint *ierr),
sendtype           67 ompi/mpiext/pcollreq/mpif-h/neighbor_alltoallv_init_f.c                             (sendbuf, sendcounts, sdispls, sendtype, recvbuf, recvcounts, rdispls, recvtype, comm, info, request, ierr) )
sendtype           75 ompi/mpiext/pcollreq/mpif-h/neighbor_alltoallv_init_f.c                                      MPI_Fint *sendtype, char *recvbuf, MPI_Fint *recvcounts,
sendtype           90 ompi/mpiext/pcollreq/mpif-h/neighbor_alltoallv_init_f.c     c_sendtype = PMPI_Type_f2c(*sendtype);
sendtype           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),
sendtype           44 ompi/mpiext/pcollreq/mpif-h/scatter_init_f.c                             (sendbuf, sendcount, sendtype, recvbuf, recvcount, recvtype, root, comm, info, request, ierr) )
sendtype           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),
sendtype           64 ompi/mpiext/pcollreq/mpif-h/scatter_init_f.c                             (sendbuf, sendcount, sendtype, recvbuf, recvcount, recvtype, root, comm, info, request, ierr) )
sendtype           72 ompi/mpiext/pcollreq/mpif-h/scatter_init_f.c                           MPI_Fint *sendtype, char *recvbuf,
sendtype           83 ompi/mpiext/pcollreq/mpif-h/scatter_init_f.c     c_sendtype = PMPI_Type_f2c(*sendtype);
sendtype           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),
sendtype           44 ompi/mpiext/pcollreq/mpif-h/scatterv_init_f.c                             (sendbuf, sendcounts, displs, sendtype, recvbuf, recvcount, recvtype, root, comm, info, request, ierr) )
sendtype           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),
sendtype           64 ompi/mpiext/pcollreq/mpif-h/scatterv_init_f.c                             (sendbuf, sendcounts, displs, sendtype, recvbuf, recvcount, recvtype, root, comm, info, request, ierr) )
sendtype           72 ompi/mpiext/pcollreq/mpif-h/scatterv_init_f.c                            MPI_Fint *displs, MPI_Fint *sendtype,
sendtype           86 ompi/mpiext/pcollreq/mpif-h/scatterv_init_f.c     c_sendtype = PMPI_Type_f2c(*sendtype);
sendtype           25 ompi/mpiext/pcollreq/use-mpi-f08/mpiext_pcollreq_usempif08.h     subroutine mpix_allgather_init(sendbuf, sendcount, sendtype, &
sendtype           38 ompi/mpiext/pcollreq/use-mpi-f08/mpiext_pcollreq_usempif08.h         type(mpi_datatype), intent(in) :: sendtype, recvtype
sendtype           47 ompi/mpiext/pcollreq/use-mpi-f08/mpiext_pcollreq_usempif08.h     subroutine mpix_allgatherv_init(sendbuf, sendcount, sendtype, &
sendtype           61 ompi/mpiext/pcollreq/use-mpi-f08/mpiext_pcollreq_usempif08.h         type(mpi_datatype), intent(in) :: sendtype, recvtype
sendtype           93 ompi/mpiext/pcollreq/use-mpi-f08/mpiext_pcollreq_usempif08.h     subroutine mpix_alltoall_init(sendbuf, sendcount, sendtype, &
sendtype          106 ompi/mpiext/pcollreq/use-mpi-f08/mpiext_pcollreq_usempif08.h         type(mpi_datatype), intent(in) :: sendtype, recvtype
sendtype          115 ompi/mpiext/pcollreq/use-mpi-f08/mpiext_pcollreq_usempif08.h     subroutine mpix_alltoallv_init(sendbuf, sendcounts, sdispls, sendtype, &
sendtype          128 ompi/mpiext/pcollreq/use-mpi-f08/mpiext_pcollreq_usempif08.h         type(mpi_datatype), intent(in) :: sendtype, recvtype
sendtype          213 ompi/mpiext/pcollreq/use-mpi-f08/mpiext_pcollreq_usempif08.h     subroutine mpix_gather_init(sendbuf, sendcount, sendtype, &
sendtype          226 ompi/mpiext/pcollreq/use-mpi-f08/mpiext_pcollreq_usempif08.h         type(mpi_datatype), intent(in) :: sendtype, recvtype
sendtype          235 ompi/mpiext/pcollreq/use-mpi-f08/mpiext_pcollreq_usempif08.h     subroutine mpix_gatherv_init(sendbuf, sendcount, sendtype, &
sendtype          249 ompi/mpiext/pcollreq/use-mpi-f08/mpiext_pcollreq_usempif08.h         type(mpi_datatype), intent(in) :: sendtype, recvtype
sendtype          350 ompi/mpiext/pcollreq/use-mpi-f08/mpiext_pcollreq_usempif08.h     subroutine mpix_scatter_init(sendbuf, sendcount, sendtype, &
sendtype          363 ompi/mpiext/pcollreq/use-mpi-f08/mpiext_pcollreq_usempif08.h         type(mpi_datatype), intent(in) :: sendtype, recvtype
sendtype          372 ompi/mpiext/pcollreq/use-mpi-f08/mpiext_pcollreq_usempif08.h     subroutine mpix_scatterv_init(sendbuf, sendcounts, displs, sendtype, &
sendtype          386 ompi/mpiext/pcollreq/use-mpi-f08/mpiext_pcollreq_usempif08.h         type(mpi_datatype), intent(in) :: sendtype, recvtype
sendtype          395 ompi/mpiext/pcollreq/use-mpi-f08/mpiext_pcollreq_usempif08.h     subroutine mpix_neighbor_allgather_init(sendbuf, sendcount, sendtype, &
sendtype          408 ompi/mpiext/pcollreq/use-mpi-f08/mpiext_pcollreq_usempif08.h         type(mpi_datatype), intent(in) :: sendtype, recvtype
sendtype          417 ompi/mpiext/pcollreq/use-mpi-f08/mpiext_pcollreq_usempif08.h     subroutine mpix_neighbor_allgatherv_init(sendbuf, sendcount, sendtype, &
sendtype          431 ompi/mpiext/pcollreq/use-mpi-f08/mpiext_pcollreq_usempif08.h         type(mpi_datatype), intent(in) :: sendtype, recvtype
sendtype          440 ompi/mpiext/pcollreq/use-mpi-f08/mpiext_pcollreq_usempif08.h     subroutine mpix_neighbor_alltoall_init(sendbuf, sendcount, sendtype, &
sendtype          453 ompi/mpiext/pcollreq/use-mpi-f08/mpiext_pcollreq_usempif08.h         type(mpi_datatype), intent(in) :: sendtype, recvtype
sendtype          462 ompi/mpiext/pcollreq/use-mpi-f08/mpiext_pcollreq_usempif08.h     subroutine mpix_neighbor_alltoallv_init(sendbuf, sendcounts, sdispls, sendtype, &
sendtype          475 ompi/mpiext/pcollreq/use-mpi-f08/mpiext_pcollreq_usempif08.h         type(mpi_datatype), intent(in) :: sendtype, recvtype
sendtype          507 ompi/mpiext/pcollreq/use-mpi-f08/mpiext_pcollreq_usempif08.h     subroutine pmpix_allgather_init(sendbuf, sendcount, sendtype, &
sendtype          520 ompi/mpiext/pcollreq/use-mpi-f08/mpiext_pcollreq_usempif08.h         type(mpi_datatype), intent(in) :: sendtype, recvtype
sendtype          529 ompi/mpiext/pcollreq/use-mpi-f08/mpiext_pcollreq_usempif08.h     subroutine pmpix_allgatherv_init(sendbuf, sendcount, sendtype, &
sendtype          543 ompi/mpiext/pcollreq/use-mpi-f08/mpiext_pcollreq_usempif08.h         type(mpi_datatype), intent(in) :: sendtype, recvtype
sendtype          575 ompi/mpiext/pcollreq/use-mpi-f08/mpiext_pcollreq_usempif08.h     subroutine pmpix_alltoall_init(sendbuf, sendcount, sendtype, &
sendtype          588 ompi/mpiext/pcollreq/use-mpi-f08/mpiext_pcollreq_usempif08.h         type(mpi_datatype), intent(in) :: sendtype, recvtype
sendtype          597 ompi/mpiext/pcollreq/use-mpi-f08/mpiext_pcollreq_usempif08.h     subroutine pmpix_alltoallv_init(sendbuf, sendcounts, sdispls, sendtype, &
sendtype          610 ompi/mpiext/pcollreq/use-mpi-f08/mpiext_pcollreq_usempif08.h         type(mpi_datatype), intent(in) :: sendtype, recvtype
sendtype          695 ompi/mpiext/pcollreq/use-mpi-f08/mpiext_pcollreq_usempif08.h     subroutine pmpix_gather_init(sendbuf, sendcount, sendtype, &
sendtype          708 ompi/mpiext/pcollreq/use-mpi-f08/mpiext_pcollreq_usempif08.h         type(mpi_datatype), intent(in) :: sendtype, recvtype
sendtype          717 ompi/mpiext/pcollreq/use-mpi-f08/mpiext_pcollreq_usempif08.h     subroutine pmpix_gatherv_init(sendbuf, sendcount, sendtype, &
sendtype          731 ompi/mpiext/pcollreq/use-mpi-f08/mpiext_pcollreq_usempif08.h         type(mpi_datatype), intent(in) :: sendtype, recvtype
sendtype          832 ompi/mpiext/pcollreq/use-mpi-f08/mpiext_pcollreq_usempif08.h     subroutine pmpix_scatter_init(sendbuf, sendcount, sendtype, &
sendtype          845 ompi/mpiext/pcollreq/use-mpi-f08/mpiext_pcollreq_usempif08.h         type(mpi_datatype), intent(in) :: sendtype, recvtype
sendtype          854 ompi/mpiext/pcollreq/use-mpi-f08/mpiext_pcollreq_usempif08.h     subroutine pmpix_scatterv_init(sendbuf, sendcounts, displs, sendtype, &
sendtype          868 ompi/mpiext/pcollreq/use-mpi-f08/mpiext_pcollreq_usempif08.h         type(mpi_datatype), intent(in) :: sendtype, recvtype
sendtype          877 ompi/mpiext/pcollreq/use-mpi-f08/mpiext_pcollreq_usempif08.h     subroutine pmpix_neighbor_allgather_init(sendbuf, sendcount, sendtype, &
sendtype          890 ompi/mpiext/pcollreq/use-mpi-f08/mpiext_pcollreq_usempif08.h         type(mpi_datatype), intent(in) :: sendtype, recvtype
sendtype          899 ompi/mpiext/pcollreq/use-mpi-f08/mpiext_pcollreq_usempif08.h     subroutine pmpix_neighbor_allgatherv_init(sendbuf, sendcount, sendtype, &
sendtype          913 ompi/mpiext/pcollreq/use-mpi-f08/mpiext_pcollreq_usempif08.h         type(mpi_datatype), intent(in) :: sendtype, recvtype
sendtype          922 ompi/mpiext/pcollreq/use-mpi-f08/mpiext_pcollreq_usempif08.h     subroutine pmpix_neighbor_alltoall_init(sendbuf, sendcount, sendtype, &
sendtype          935 ompi/mpiext/pcollreq/use-mpi-f08/mpiext_pcollreq_usempif08.h         type(mpi_datatype), intent(in) :: sendtype, recvtype
sendtype          944 ompi/mpiext/pcollreq/use-mpi-f08/mpiext_pcollreq_usempif08.h     subroutine pmpix_neighbor_alltoallv_init(sendbuf, sendcounts, sdispls, sendtype, &
sendtype          957 ompi/mpiext/pcollreq/use-mpi-f08/mpiext_pcollreq_usempif08.h         type(mpi_datatype), intent(in) :: sendtype, recvtype
sendtype           25 ompi/mpiext/pcollreq/use-mpi/mpiext_pcollreq_usempi.h     subroutine mpix_allgather_init(sendbuf, sendcount, sendtype, &
sendtype           36 ompi/mpiext/pcollreq/use-mpi/mpiext_pcollreq_usempi.h         integer, intent(in) :: sendtype
sendtype           47 ompi/mpiext/pcollreq/use-mpi/mpiext_pcollreq_usempi.h     subroutine pmpix_allgather_init(sendbuf, sendcount, sendtype, &
sendtype           58 ompi/mpiext/pcollreq/use-mpi/mpiext_pcollreq_usempi.h         integer, intent(in) :: sendtype
sendtype           69 ompi/mpiext/pcollreq/use-mpi/mpiext_pcollreq_usempi.h     subroutine mpix_allgatherv_init(sendbuf, sendcount, sendtype, &
sendtype           80 ompi/mpiext/pcollreq/use-mpi/mpiext_pcollreq_usempi.h         integer, intent(in) :: sendtype
sendtype           92 ompi/mpiext/pcollreq/use-mpi/mpiext_pcollreq_usempi.h     subroutine pmpix_allgatherv_init(sendbuf, sendcount, sendtype, &
sendtype          103 ompi/mpiext/pcollreq/use-mpi/mpiext_pcollreq_usempi.h         integer, intent(in) :: sendtype
sendtype          157 ompi/mpiext/pcollreq/use-mpi/mpiext_pcollreq_usempi.h     subroutine mpix_alltoall_init(sendbuf, sendcount, sendtype, &
sendtype          168 ompi/mpiext/pcollreq/use-mpi/mpiext_pcollreq_usempi.h         integer, intent(in) :: sendtype
sendtype          179 ompi/mpiext/pcollreq/use-mpi/mpiext_pcollreq_usempi.h     subroutine pmpix_alltoall_init(sendbuf, sendcount, sendtype, &
sendtype          190 ompi/mpiext/pcollreq/use-mpi/mpiext_pcollreq_usempi.h         integer, intent(in) :: sendtype
sendtype          201 ompi/mpiext/pcollreq/use-mpi/mpiext_pcollreq_usempi.h     subroutine mpix_alltoallv_init(sendbuf, sendcounts, sdispls, sendtype, &
sendtype          213 ompi/mpiext/pcollreq/use-mpi/mpiext_pcollreq_usempi.h         integer, intent(in) :: sendtype
sendtype          225 ompi/mpiext/pcollreq/use-mpi/mpiext_pcollreq_usempi.h     subroutine pmpix_alltoallv_init(sendbuf, sendcounts, sdispls, sendtype, &
sendtype          237 ompi/mpiext/pcollreq/use-mpi/mpiext_pcollreq_usempi.h         integer, intent(in) :: sendtype
sendtype          395 ompi/mpiext/pcollreq/use-mpi/mpiext_pcollreq_usempi.h     subroutine mpix_gather_init(sendbuf, sendcount, sendtype, &
sendtype          406 ompi/mpiext/pcollreq/use-mpi/mpiext_pcollreq_usempi.h         integer, intent(in) :: sendtype
sendtype          418 ompi/mpiext/pcollreq/use-mpi/mpiext_pcollreq_usempi.h     subroutine pmpix_gather_init(sendbuf, sendcount, sendtype, &
sendtype          429 ompi/mpiext/pcollreq/use-mpi/mpiext_pcollreq_usempi.h         integer, intent(in) :: sendtype
sendtype          441 ompi/mpiext/pcollreq/use-mpi/mpiext_pcollreq_usempi.h     subroutine mpix_gatherv_init(sendbuf, sendcount, sendtype, &
sendtype          452 ompi/mpiext/pcollreq/use-mpi/mpiext_pcollreq_usempi.h         integer, intent(in) :: sendtype
sendtype          465 ompi/mpiext/pcollreq/use-mpi/mpiext_pcollreq_usempi.h     subroutine pmpix_gatherv_init(sendbuf, sendcount, sendtype, &
sendtype          476 ompi/mpiext/pcollreq/use-mpi/mpiext_pcollreq_usempi.h         integer, intent(in) :: sendtype
sendtype          659 ompi/mpiext/pcollreq/use-mpi/mpiext_pcollreq_usempi.h     subroutine mpix_scatter_init(sendbuf, sendcount, sendtype, &
sendtype          670 ompi/mpiext/pcollreq/use-mpi/mpiext_pcollreq_usempi.h         integer, intent(in) :: sendtype
sendtype          682 ompi/mpiext/pcollreq/use-mpi/mpiext_pcollreq_usempi.h     subroutine pmpix_scatter_init(sendbuf, sendcount, sendtype, &
sendtype          693 ompi/mpiext/pcollreq/use-mpi/mpiext_pcollreq_usempi.h         integer, intent(in) :: sendtype
sendtype          705 ompi/mpiext/pcollreq/use-mpi/mpiext_pcollreq_usempi.h     subroutine mpix_scatterv_init(sendbuf, sendcounts, displs, sendtype, &
sendtype          717 ompi/mpiext/pcollreq/use-mpi/mpiext_pcollreq_usempi.h         integer, intent(in) :: sendtype
sendtype          729 ompi/mpiext/pcollreq/use-mpi/mpiext_pcollreq_usempi.h     subroutine pmpix_scatterv_init(sendbuf, sendcounts, displs, sendtype, &
sendtype          741 ompi/mpiext/pcollreq/use-mpi/mpiext_pcollreq_usempi.h         integer, intent(in) :: sendtype
sendtype          753 ompi/mpiext/pcollreq/use-mpi/mpiext_pcollreq_usempi.h     subroutine mpix_neighbor_allgather_init(sendbuf, sendcount, sendtype, &
sendtype          764 ompi/mpiext/pcollreq/use-mpi/mpiext_pcollreq_usempi.h         integer, intent(in) :: sendtype
sendtype          775 ompi/mpiext/pcollreq/use-mpi/mpiext_pcollreq_usempi.h     subroutine pmpix_neighbor_allgather_init(sendbuf, sendcount, sendtype, &
sendtype          786 ompi/mpiext/pcollreq/use-mpi/mpiext_pcollreq_usempi.h         integer, intent(in) :: sendtype
sendtype          797 ompi/mpiext/pcollreq/use-mpi/mpiext_pcollreq_usempi.h     subroutine mpix_neighbor_allgatherv_init(sendbuf, sendcount, sendtype, &
sendtype          808 ompi/mpiext/pcollreq/use-mpi/mpiext_pcollreq_usempi.h         integer, intent(in) :: sendtype
sendtype          820 ompi/mpiext/pcollreq/use-mpi/mpiext_pcollreq_usempi.h     subroutine pmpix_neighbor_allgatherv_init(sendbuf, sendcount, sendtype, &
sendtype          831 ompi/mpiext/pcollreq/use-mpi/mpiext_pcollreq_usempi.h         integer, intent(in) :: sendtype
sendtype          843 ompi/mpiext/pcollreq/use-mpi/mpiext_pcollreq_usempi.h     subroutine mpix_neighbor_alltoall_init(sendbuf, sendcount, sendtype, &
sendtype          854 ompi/mpiext/pcollreq/use-mpi/mpiext_pcollreq_usempi.h         integer, intent(in) :: sendtype
sendtype          865 ompi/mpiext/pcollreq/use-mpi/mpiext_pcollreq_usempi.h     subroutine pmpix_neighbor_alltoall_init(sendbuf, sendcount, sendtype, &
sendtype          876 ompi/mpiext/pcollreq/use-mpi/mpiext_pcollreq_usempi.h         integer, intent(in) :: sendtype
sendtype          887 ompi/mpiext/pcollreq/use-mpi/mpiext_pcollreq_usempi.h     subroutine mpix_neighbor_alltoallv_init(sendbuf, sendcounts, sdispls, sendtype, &
sendtype          899 ompi/mpiext/pcollreq/use-mpi/mpiext_pcollreq_usempi.h         integer, intent(in) :: sendtype
sendtype          911 ompi/mpiext/pcollreq/use-mpi/mpiext_pcollreq_usempi.h     subroutine pmpix_neighbor_alltoallv_init(sendbuf, sendcounts, sdispls, sendtype, &
sendtype          923 ompi/mpiext/pcollreq/use-mpi/mpiext_pcollreq_usempi.h         integer, intent(in) :: sendtype