Searched refs:MPI_Reduce_scatter_block (Results 1 – 4 of 4) sorted by relevance
| /petsc/doc/manualpages/ |
| H A D | mpi.www.index | 41 …MPI_Reduce_scatter_block++MPI_Reduce_scatter_block++++man+http://www.mpich.org/static/docs/latest/… 380 …MPI_Reduce_scatter_block++MPI_Reduce_scatter_block++++man+http://www.mpich.org/static/docs/latest/…
|
| /petsc/include/ |
| H A D | petsclog.h | 534 #define MPI_Reduce_scatter_block(sendbuf, recvbuf, recvcount, datatype, op, comm) \ macro 535 …duce_ct, &petsc_allreduce_ct_th, PetscMPIParallelComm(comm)) || MPI_Reduce_scatter_block((sendbuf)…
|
| /petsc/src/sys/utils/ |
| H A D | mpits.c | 201 PetscCallMPI(MPI_Reduce_scatter_block(iflags, &nrecvs, 1, MPI_INT, MPI_SUM, comm)); in PetscCommBuildTwoSided_RedScatter()
|
| /petsc/src/sys/objects/ |
| H A D | pinit.c | 239 … PetscCallMPI(MPI_Reduce_scatter_block((void *)array, &work, 1, MPIU_2INT, MPIU_MAXSUM_OP, comm)); in PetscMaxSum()
|