Home
last modified time | relevance | path

Searched refs:MPI_Allreduce (Results 1 – 18 of 18) sorted by relevance

/petsc/src/sys/tests/
H A Dex38f.F9013 PetscCallMPIA(MPI_Allreduce(MPI_IN_PLACE, f, 1, MPIU_INTEGER, MPI_MIN, PETSC_COMM_WORLD, ierr))
/petsc/src/sys/tutorials/
H A Dex3f90.F90125 …PetscCallMPIA(MPI_Allreduce(item, maxItem, 1_PETSC_MPIINT_KIND, MPI_INTEGER, MPI_MAX, PETSC_COMM_W…
128 …PetscCallMPIA(MPI_Allreduce(item, maxItem, 1_PETSC_MPIINT_KIND, MPI_INTEGER, MPI_MAX, PETSC_COMM_W…
/petsc/include/petsc/mpiuni/
H A Dmpiunifdef.h14 #define MPI_Allreduce PETSC_MPI_ALLREDUCE macro
H A Dmpi.h516 #define MPI_Allreduce_c MPI_Allreduce
517 …#define MPI_Allreduce(sendbuf, recvbuf, count, datatype, op, comm) (MPIUNI_ARG(op), MPIU… macro
/petsc/src/sys/objects/device/impls/sycl/
H A Dsycldevice.sycl.cxx123 … } else if (!MPI_Allreduce(dbuf, dbuf + 1, 1, MPI_INT, MPI_SUM, PETSC_COMM_SELF)) awareness = true; in isMPISyclAware_()
/petsc/src/sys/objects/device/impls/cupm/
H A Dcupmdevice.cxx205 …if (!setjmp(cupmMPIAwareJumpBuffer) && !MPI_Allreduce(dbuf, dbuf + 1, 1, MPI_INT, MPI_SUM, PETSC_C… in CUPMAwareMPI_()
/petsc/src/tao/unconstrained/tutorials/
H A Deptorsion2.c320 …PetscCall((PetscErrorCode)MPI_Allreduce((void *)&floc, (void *)f, 1, MPIU_REAL, MPIU_SUM, MPI_COMM… in FormFunctionGradient()
H A Deptorsion2f.F90254 PetscCallMPI(MPI_Allreduce(floc, f, 1, MPIU_SCALAR, MPIU_SUM, PETSC_COMM_WORLD, ierr))
/petsc/doc/manualpages/
H A Dmpi.www.index21 man:+MPI_Allreduce++MPI_Allreduce++++man+http://www.mpich.org/static/docs/latest/www3/MPI_Allreduce
360 man:+MPI_Allreduce++MPI_Allreduce++++man+http://www.mpich.org/static/docs/latest/www3/MPI_Allreduce
/petsc/include/
H A Dpetsclog.h530MPI_Allreduce(sendbuf, recvbuf, count, datatype, op, comm) (PetscAddLogDouble(&petsc_allreduce_ct,… macro
/petsc/src/sys/mpiuni/
H A Dmpi.c651 *ierr = MPI_Allreduce(sendbuf, recvbuf, *count, *datatype, *op, *comm); in petsc_mpi_allreduce_()
/petsc/src/ksp/ksp/impls/cg/pipelcg/
H A Dpipelcg.c108 err = MPI_Allreduce(sendbuf, recvbuf, count, datatype, op, comm); in MPIU_Iallreduce()
/petsc/src/sys/objects/
H A Dpinit.c1834 err = MPI_Allreduce((void *)inbuf, outbuf, count2, dtype, op, comm); in MPIU_Allreduce_Count()
1879 PetscCallMPI(MPI_Allreduce(MPI_IN_PLACE, rbuf, 4, MPI_INT, MPI_MAX, comm)); in PetscCheckAllreduceSameLineAndCount_Private()
/petsc/doc/developers/
H A Dstyle.md493 an `MPI_Allreduce()` on it. Instead, use the MPI routine
494 `MPI_Allreduce()` directly in the code.
/petsc/src/tao/bound/tutorials/
H A Dplate2f.F90250 PetscCallMPI(MPI_Allreduce(ft, fcn, 1, MPIU_REAL, MPIU_SUM, PETSC_COMM_WORLD, ierr))
/petsc/doc/manual/
H A Dprofiling.md757 7.8 80 144 38785 38785 4 MPI_Allreduce()
H A Dksp.md644 computations in a way that some of them can be collapsed, e.g., two or more calls to `MPI_Allreduce
/petsc/doc/faq/
H A Dindex.md199 Inner products and norms in PETSc are computed using the `MPI_Allreduce()` command. For