Home
last modified time | relevance | path

Searched refs:MPI_Scatterv (Results 1 – 8 of 8) sorted by relevance

/petsc/include/petsc/private/
H A Dsfimpl.h170 #define MPIU_Iscatterv(a, b, c, d, e, f, g, h, i, req) MPI_Scatterv(a, b, c, d, e, f, g, h, i)
/petsc/doc/manual/
H A Dstreams.md290 `PCMPI` has two approaches for distributing the linear system. The first uses `MPI_Scatterv()` to c…
291 …es. Unfortunately, `MPI_Scatterv()` does not scale with more MPI processes; hence, the solution ti…
/petsc/doc/manualpages/
H A Dmpi.www.index31 man:+MPI_Scatterv++MPI_Scatterv++++man+http://www.mpich.org/static/docs/latest/www3/MPI_Scatterv.ht…
370 man:+MPI_Scatterv++MPI_Scatterv++++man+http://www.mpich.org/static/docs/latest/www3/MPI_Scatterv.ht…
/petsc/include/
H A Dpetsclog.h558 …#define MPI_Scatterv(sendbuf, sendcount, displs, sendtype, recvbuf, recvcount, recvtype, root, com… macro
559 …((recvcount), (recvtype), (&petsc_recv_len), &(petsc_recv_len_th)) || MPI_Scatterv((sendbuf), (sen…
H A Dpetscsys.h2810 …ndcounts, displs, sendtype, recvbuf, recvcount, recvtype, root, comm) MPI_Scatterv(sendbuf, sendco…
2885 …ndcounts, displs, sendtype, recvbuf, recvcount, recvtype, root, comm) MPI_Scatterv(sendbuf, sendco…
/petsc/src/dm/impls/plex/
H A Dplexorient.c663 …PetscCallMPI(MPI_Scatterv(flips, Nc, displs, MPI_C_BOOL, flipped, numComponents, MPI_C_BOOL, 0, co… in DMPlexOrient()
1041 … PetscCallMPI(MPI_Scatterv(flips, Nc, displs, MPI_C_BOOL, flipped, iNcomp, MPI_C_BOOL, 0, comm)); in DMPlexOrientCells_Internal()
H A Dplexpartition.c1950 …PetscCallMPI(MPI_Scatterv(partGlobal, counts, mpiCumSumVertices, MPIU_INT, part, counts[rank], MPI… in DMPlexRebalanceSharedPoints()
/petsc/include/petsc/mpiuni/
H A Dmpi.h500 …#define MPI_Scatterv(sendbuf, sendcounts, displs, sendtype, recvbuf, recvcount, recvtype, root, co… macro