Home
last modified time | relevance | path

Searched refs:PetscCommGetNewTag (Results 1 – 18 of 18) sorted by relevance

/petsc/src/sys/utils/
H A Dmpimesg.c99 PetscCall(PetscCommGetNewTag(comm, &tag)); in PetscGatherMessageLengths()
177 PetscCall(PetscCommGetNewTag(comm, &tag)); in PetscGatherMessageLengths_Private()
247 PetscCall(PetscCommGetNewTag(comm, &tag)); in PetscGatherMessageLengths2()
H A Dmpits.c298 for (i = 1; i < ntags; i++) PetscCall(PetscCommGetNewTag(comm, &tag[i])); in PetscCommBuildTwoSidedFReq_Reference()
340 for (i = 0; i < ntags; i++) PetscCall(PetscCommGetNewTag(comm, &tags[i])); in PetscCommBuildTwoSidedFReq_Ibarrier()
/petsc/src/sys/objects/
H A Dtagm.c39 PetscCall(PetscCommGetNewTag(obj->comm, tag)); in PetscObjectGetNewTag()
63 PetscErrorCode PetscCommGetNewTag(MPI_Comm comm, PetscMPIInt *tag) in PetscCommGetNewTag() function
/petsc/src/vec/is/utils/
H A Dpsort.c83 PetscCall(PetscCommGetNewTag(comm, &tag)); in PetscParallelSortInt_Bitonic()
182 PetscCall(PetscCommGetNewTag(map->comm, &firsttag)); in PetscParallelRedistribute()
183 PetscCall(PetscCommGetNewTag(map->comm, &secondtag)); in PetscParallelRedistribute()
/petsc/src/vec/vec/utils/
H A Dvecstash.c27 PetscCall(PetscCommGetNewTag(stash->comm, &stash->tag1)); in VecStashCreate_Private()
28 PetscCall(PetscCommGetNewTag(stash->comm, &stash->tag2)); in VecStashCreate_Private()
H A Dvscat.c1004 PetscCall(PetscCommGetNewTag(ycomm, &tag1)); in VecScatterCreate()
1005 PetscCall(PetscCommGetNewTag(ycomm, &tag2)); in VecScatterCreate()
/petsc/src/mat/utils/
H A Dmatstash.c37 PetscCall(PetscCommGetNewTag(stash->comm, &stash->tag1)); in MatStashCreate_Private()
38 PetscCall(PetscCommGetNewTag(stash->comm, &stash->tag2)); in MatStashCreate_Private()
910 PetscCall(PetscCommGetNewTag(stash->comm, &tag)); in MatStashScatterBegin_BTS()
/petsc/src/vec/is/sf/impls/basic/
H A Dsfmpi.c147 …PetscCall(PetscCommGetNewTag(PetscObjectComm((PetscObject)sf), &link->tag)); /* One tag per link */ in PetscSFLinkCreate_MPI()
/petsc/src/mat/impls/aij/mpi/
H A Dmpimatmatmult.c1359 PetscCall(PetscCommGetNewTag(comm, &tagj)); in MatTransposeMatMultSymbolic_MPIAIJ_MPIAIJ_nonscalable()
1396 PetscCall(PetscCommGetNewTag(comm, &tagi)); in MatTransposeMatMultSymbolic_MPIAIJ_MPIAIJ_nonscalable()
1696 PetscCall(PetscCommGetNewTag(comm, &taga)); in MatTransposeMatMultNumeric_MPIAIJ_MPIAIJ()
1901 PetscCall(PetscCommGetNewTag(comm, &tagj)); in MatTransposeMatMultSymbolic_MPIAIJ_MPIAIJ()
1929 PetscCall(PetscCommGetNewTag(comm, &tagi)); in MatTransposeMatMultSymbolic_MPIAIJ_MPIAIJ()
H A Dmpiptap.c423 PetscCall(PetscCommGetNewTag(comm, &tagj)); in MatPtAPSymbolic_MPIAIJ_MPIAIJ_scalable()
462 PetscCall(PetscCommGetNewTag(comm, &tagi)); in MatPtAPSymbolic_MPIAIJ_MPIAIJ_scalable()
1712 PetscCall(PetscCommGetNewTag(comm, &tagj)); in MatPtAPSymbolic_MPIAIJ_MPIAIJ()
1751 PetscCall(PetscCommGetNewTag(comm, &tagi)); in MatPtAPSymbolic_MPIAIJ_MPIAIJ()
H A Dmpiaij.c4836 PetscCall(PetscCommGetNewTag(comm, &tagj)); in MatCreateMPIAIJSumSeqAIJSymbolic()
4854 PetscCall(PetscCommGetNewTag(comm, &tagi)); in MatCreateMPIAIJSumSeqAIJSymbolic()
/petsc/src/mat/graphops/coarsen/impls/hem/
H A Dhem.c682 PetscCall(PetscCommGetNewTag(comm, &tag1)); in MatCoarsenApply_HEM_private()
683 PetscCall(PetscCommGetNewTag(comm, &tag2)); in MatCoarsenApply_HEM_private()
/petsc/src/vec/vec/impls/mpi/
H A Dpbvec.c264 for (i = 0; i < 4; i++) PetscCall(PetscCommGetNewTag(comm, &tag[i])); in VecAssemblyBegin_MPI_BTS()
/petsc/src/mat/impls/aij/mpi/kokkos/
H A Dmpiaijkok.kokkos.cxx391 PetscCall(PetscCommGetNewTag(comm, &tag)); in MatMPIAIJKokkosReduceBegin()
812 PetscCallMPI(PetscCommGetNewTag(comm, &tag)); in MatMPIAIJKokkosBcastBegin()
/petsc/src/sys/classes/viewer/impls/binary/
H A Dbinv.c1055 PetscCall(PetscCommGetNewTag(comm, &tag)); in PetscViewerBinaryWriteReadAll()
/petsc/src/dm/impls/plex/
H A Dplexvtu.c191 PetscCall(PetscCommGetNewTag(PetscObjectComm((PetscObject)dm), &tag)); in DMPlexVTKWriteAll_VTU()
/petsc/include/
H A Dpetscsys.h1409 PETSC_EXTERN PetscErrorCode PetscCommGetNewTag(MPI_Comm, PetscMPIInt *);
/petsc/src/dm/impls/forest/p4est/
H A Dpforest.h2176 PetscCall(PetscCommGetNewTag(comm, &tag)); in DMPforestGetCellCoveringSF()