Searched refs:MPIPetsc_Type_compare (Results 1 – 8 of 8) sorted by relevance
| /petsc/src/vec/is/sf/interface/ |
| H A D | sftype.c | 108 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 D | sfmpi.c | 120 PetscCall(MPIPetsc_Type_compare(unit, link->unit, &match)); in PetscSFLinkCreate_MPI()
|
| H A D | sfpack.c | 447 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 D | sfimpl.h | 147 PETSC_INTERN PetscErrorCode MPIPetsc_Type_compare(MPI_Datatype, MPI_Datatype, PetscBool *);
|
| /petsc/src/vec/is/sf/impls/basic/kokkos/ |
| H A D | sfkok.kokkos.cxx | 658 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 D | sfcupm_impl.hpp | 661 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 D | sfnvshmem.cu | 723 PetscCall(MPIPetsc_Type_compare(unit, link->unit, &match)); in PetscSFLinkCreate_NVSHMEM()
|
| /petsc/src/vec/is/sf/impls/window/ |
| H A D | sfwindow.c | 82 PetscCall(MPIPetsc_Type_compare(unit, link->unit, &match)); in PetscSFWindowGetDataTypes()
|