Lines Matching refs:nfrom

73 …cMPIInt nto, const PetscMPIInt *toranks, const void *todata, PetscMPIInt *nfrom, PetscMPIInt **fro…  in PetscCommBuildTwoSided_Ibarrier()  argument
123 *nfrom = nrecvs; in PetscCommBuildTwoSided_Ibarrier()
133 …cMPIInt nto, const PetscMPIInt *toranks, const void *todata, PetscMPIInt *nfrom, PetscMPIInt **fro… in PetscCommBuildTwoSided_Allreduce() argument
172 *nfrom = nrecvs; in PetscCommBuildTwoSided_Allreduce()
179 …cMPIInt nto, const PetscMPIInt *toranks, const void *todata, PetscMPIInt *nfrom, PetscMPIInt **fro… in PetscCommBuildTwoSided_RedScatter() argument
216 *nfrom = nrecvs; in PetscCommBuildTwoSided_RedScatter()
255 …MPIInt nto, const PetscMPIInt toranks[], const void *todata, PetscMPIInt *nfrom, PetscMPIInt *from… in PetscCommBuildTwoSided() argument
267 …PetscCall(PetscCommBuildTwoSided_Ibarrier(comm, count, dtype, nto, toranks, todata, nfrom, fromran… in PetscCommBuildTwoSided()
273 …PetscCall(PetscCommBuildTwoSided_Allreduce(comm, count, dtype, nto, toranks, todata, nfrom, fromra… in PetscCommBuildTwoSided()
277 …PetscCall(PetscCommBuildTwoSided_RedScatter(comm, count, dtype, nto, toranks, todata, nfrom, fromr… in PetscCommBuildTwoSided()
289 …cMPIInt nto, const PetscMPIInt *toranks, const void *todata, PetscMPIInt *nfrom, PetscMPIInt **fro… in PetscCommBuildTwoSidedFReq_Reference() argument
301 …PetscCall(PetscCommBuildTwoSided(comm, count, dtype, nto, toranks, todata, nfrom, fromranks, fromd… in PetscCommBuildTwoSidedFReq_Reference()
304 PetscCall(PetscMalloc1(*nfrom * ntags, &recvreq)); in PetscCommBuildTwoSidedFReq_Reference()
313 for (i = 0; i < *nfrom; i++) { in PetscCommBuildTwoSidedFReq_Reference()
328 …cMPIInt nto, const PetscMPIInt *toranks, const void *todata, PetscMPIInt *nfrom, PetscMPIInt **fro… in PetscCommBuildTwoSidedFReq_Ibarrier() argument
393 *nfrom = nrecvs; in PetscCommBuildTwoSidedFReq_Ibarrier()
440 …cMPIInt nto, const PetscMPIInt *toranks, const void *todata, PetscMPIInt *nfrom, PetscMPIInt **fro… in PetscCommBuildTwoSidedF() argument
445 …PetscCall(PetscCommBuildTwoSidedFReq(comm, count, dtype, nto, toranks, todata, nfrom, fromranks, f… in PetscCommBuildTwoSidedF()
447 PetscCallMPI(MPI_Waitall(*nfrom * ntags, fromreqs, MPI_STATUSES_IGNORE)); in PetscCommBuildTwoSidedF()
487 …cMPIInt nto, const PetscMPIInt *toranks, const void *todata, PetscMPIInt *nfrom, PetscMPIInt **fro… in PetscCommBuildTwoSidedFReq() argument
515 …PetscCall((*f)(comm, count, dtype, nto, toranks, todata, nfrom, fromranks, fromdata, ntags, toreqs… in PetscCommBuildTwoSidedFReq()