Home
last modified time | relevance | path

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

/petsc/src/vec/is/sf/interface/
H A Dsftype.c108 PetscErrorCode MPIPetsc_Type_compare(MPI_Datatype a, MPI_Datatype b, PetscBool *match) in MPIPetsc_Type_compare() function
154 PetscCall(MPIPetsc_Type_compare(atypes[i], btypes[i], &same)); in MPIPetsc_Type_compare()
208 PetscCall(MPIPetsc_Type_compare(atypes[0], btype, &same)); in MPIPetsc_Type_compare_contig()
/petsc/src/vec/is/sf/impls/basic/
H A Dsfmpi.c120 PetscCall(MPIPetsc_Type_compare(unit, link->unit, &match)); in PetscSFLinkCreate_MPI()
H A Dsfpack.c447 PetscCall(MPIPetsc_Type_compare(unit, link->unit, &match)); in PetscSFLinkGetInUse()
493 PetscCall(MPIPetsc_Type_compare(unit, link->unit, &match)); in PetscSFSetErrorOnUnsupportedOverlap()
528 PetscCall(MPIPetsc_Type_compare(unit, MPI_2INT, &is2Int)); in PetscSFLinkSetUp_Host()
529 PetscCall(MPIPetsc_Type_compare(unit, MPIU_2INT, &is2PetscInt)); in PetscSFLinkSetUp_Host()
/petsc/include/petsc/private/
H A Dsfimpl.h147 PETSC_INTERN PetscErrorCode MPIPetsc_Type_compare(MPI_Datatype, MPI_Datatype, PetscBool *);
/petsc/src/vec/is/sf/impls/basic/kokkos/
H A Dsfkok.kokkos.cxx658 PetscCall(MPIPetsc_Type_compare(unit, MPI_2INT, &is2Int)); in PetscSFLinkSetUp_Kokkos()
659 PetscCall(MPIPetsc_Type_compare(unit, MPIU_2INT, &is2PetscInt)); in PetscSFLinkSetUp_Kokkos()
/petsc/src/vec/is/sf/impls/basic/cupm/
H A Dsfcupm_impl.hpp661 PetscCall(MPIPetsc_Type_compare(unit, MPI_2INT, &is2Int)); in LinkSetUp()
662 PetscCall(MPIPetsc_Type_compare(unit, MPIU_2INT, &is2PetscInt)); in LinkSetUp()
/petsc/src/vec/is/sf/impls/basic/nvshmem/
H A Dsfnvshmem.cu723 PetscCall(MPIPetsc_Type_compare(unit, link->unit, &match)); in PetscSFLinkCreate_NVSHMEM()
/petsc/src/vec/is/sf/impls/window/
H A Dsfwindow.c82 PetscCall(MPIPetsc_Type_compare(unit, link->unit, &match)); in PetscSFWindowGetDataTypes()