Searched refs:MPI_Scatterv (Results 1 – 8 of 8) sorted by relevance
| /petsc/include/petsc/private/ |
| H A D | sfimpl.h | 170 #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 D | streams.md | 290 `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 D | mpi.www.index | 31 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 D | petsclog.h | 558 …#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 D | petscsys.h | 2810 …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 D | plexorient.c | 663 …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 D | plexpartition.c | 1950 …PetscCallMPI(MPI_Scatterv(partGlobal, counts, mpiCumSumVertices, MPIU_INT, part, counts[rank], MPI… in DMPlexRebalanceSharedPoints()
|
| /petsc/include/petsc/mpiuni/ |
| H A D | mpi.h | 500 …#define MPI_Scatterv(sendbuf, sendcounts, displs, sendtype, recvbuf, recvcount, recvtype, root, co… macro
|