Searched refs:MPI_Iallreduce (Results 1 – 6 of 6) sorted by relevance
| /petsc/src/ksp/ksp/guess/impls/pod/ |
| H A D | pod.c | 236 …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 D | mpi.www.index | 44 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 D | comb.c | 28 err = MPI_Iallreduce(sendbuf, recvbuf, count, datatype, op, comm, request); in MPIU_Iallreduce()
|
| /petsc/src/ksp/ksp/impls/cg/pipelcg/ |
| H A D | pipelcg.c | 106 err = MPI_Iallreduce(sendbuf, recvbuf, count, datatype, op, comm, request); in MPIU_Iallreduce()
|
| /petsc/src/ksp/ksp/impls/cg/pipecg2/ |
| H A D | pipecg2.c | 615 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 D | mpi.h | 518 …#define MPI_Iallreduce(sendbuf, recvbuf, count, datatype, op, comm, request) (MPIUNI_ARG(op), MPIU… macro
|