Home
last modified time | relevance | path

Searched refs:MPI_Iallreduce (Results 1 – 6 of 6) sorted by relevance

/petsc/src/ksp/ksp/guess/impls/pod/
H A Dpod.c236 …PetscCallMPI(MPI_Iallreduce(pod->swork, pod->dots_iallreduce, podn, MPIU_SCALAR, MPIU_SUM, PetscOb… in KSPGuessUpdate_POD()
259 …PetscCallMPI(MPI_Iallreduce(pod->swork, pod->dots_iallreduce, 3 * podn, MPIU_SCALAR, MPIU_SUM, Pet… in KSPGuessUpdate_POD()
267 …PetscCallMPI(MPI_Iallreduce(pod->swork, pod->dots_iallreduce, 2 * podn, MPIU_SCALAR, MPIU_SUM, Pet… in KSPGuessUpdate_POD()
/petsc/doc/manualpages/
H A Dmpi.www.index44 man:+MPI_Iallreduce++MPI_Iallreduce++++man+http://www.mpich.org/static/docs/latest/www3/MPI_Iallred…
383 man:+MPI_Iallreduce++MPI_Iallreduce++++man+http://www.mpich.org/static/docs/latest/www3/MPI_Iallred…
/petsc/src/vec/vec/utils/
H A Dcomb.c28 err = MPI_Iallreduce(sendbuf, recvbuf, count, datatype, op, comm, request); in MPIU_Iallreduce()
/petsc/src/ksp/ksp/impls/cg/pipelcg/
H A Dpipelcg.c106 err = MPI_Iallreduce(sendbuf, recvbuf, count, datatype, op, comm, request); in MPIU_Iallreduce()
/petsc/src/ksp/ksp/impls/cg/pipecg2/
H A Dpipecg2.c615 PetscCallMPI(MPI_Iallreduce(MPI_IN_PLACE, &lambda[10], 3, MPIU_SCALAR, MPIU_SUM, pcomm, &req)); in KSPSolve_PIPECG2()
683 PetscCallMPI(MPI_Iallreduce(MPI_IN_PLACE, lambda, 15, MPIU_SCALAR, MPIU_SUM, pcomm, &req)); in KSPSolve_PIPECG2()
/petsc/include/petsc/mpiuni/
H A Dmpi.h518 …#define MPI_Iallreduce(sendbuf, recvbuf, count, datatype, op, comm, request) (MPIUNI_ARG(op), MPIU… macro