Home
last modified time | relevance | path

Searched refs:PetscCommBuildTwoSided (Results 1 – 7 of 7) sorted by relevance

/petsc/src/sys/tests/
H A Dex8.c129 …PetscCall(PetscCommBuildTwoSided(PETSC_COMM_WORLD, 1, dtype, nto, toranks, todata, &nfrom, &fromra… in main()
/petsc/src/vec/is/sf/impls/basic/alltoall/
H A Dsfalltoall.c113 …PetscCall(PetscCommBuildTwoSided(comm, 0 /*empty msg*/, MPI_INT /*fake*/, nroots, roots, NULL /*to… in PetscSFCreateEmbeddedRootSF_Alltoall()
/petsc/src/sys/utils/
H A Dmpits.c255 PetscErrorCode PetscCommBuildTwoSided(MPI_Comm comm, PetscMPIInt count, MPI_Datatype dtype, PetscMP… in PetscCommBuildTwoSided() function
301 …PetscCall(PetscCommBuildTwoSided(comm, count, dtype, nto, toranks, todata, nfrom, fromranks, fromd… in PetscCommBuildTwoSidedFReq_Reference()
/petsc/src/vec/is/is/utils/
H A Discoloring.c457 …PetscCall(PetscCommBuildTwoSided(comm, 2, MPIU_INT, nto, toranks, tosizes, &nfrom, &fromranks, &fr… in ISBuildTwoSided()
/petsc/src/vec/is/sf/impls/basic/
H A Dsfbasic.c203 …PetscCall(PetscCommBuildTwoSided(comm, 1, MPIU_INT, nRemoteRootRanks, PetscSafePointerPlusOffset(s… in PetscSFSetUp_Basic()
/petsc/include/
H A Dpetscsys.h2546 PETSC_EXTERN PetscErrorCode PetscCommBuildTwoSided(MPI_Comm, PetscMPIInt, MPI_Datatype, PetscMPIInt…
/petsc/src/mat/impls/aij/mpi/
H A Dmpiov.c167 …PetscCall(PetscCommBuildTwoSided(comm, 2, MPIU_INT, nto, toranks, tosizes, &nfrom, &fromranks, &fr… in MatIncreaseOverlap_MPIAIJ_Once_Scalable()
201 …PetscCall(PetscCommBuildTwoSided(comm, 2, MPIU_INT, nfrom, fromranks, sbsizes, &nto, &toranks, &to… in MatIncreaseOverlap_MPIAIJ_Once_Scalable()