Home
last modified time | relevance | path

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

/petsc/src/vec/is/sf/tutorials/
H A Dex3.c66 PetscCallMPI(MPI_Type_dup(contig, &tmp)); in main()
/petsc/doc/manualpages/
H A Dmpi.www.index108 man:+MPI_Type_dup++MPI_Type_dup++++man+http://www.mpich.org/static/docs/latest/www3/MPI_Type_dup.ht…
447 man:+MPI_Type_dup++MPI_Type_dup++++man+http://www.mpich.org/static/docs/latest/www3/MPI_Type_dup.ht…
/petsc/include/petsc/mpiuni/
H A Dmpi.h466 …#define MPI_Type_dup(oldtype, newtype) (*(newtype) = oldtype, MPI_… macro
/petsc/src/vec/is/sf/utils/
H A Dsfutils.c996 PetscCallMPI(MPI_Type_dup(sf->vscat.unit, &(*vsf)->vscat.unit)); in PetscSFCreateStridedSF()
/petsc/src/vec/is/sf/impls/window/
H A Dsfwindow.c93 PetscCallMPI(MPI_Type_dup(unit, &link->unit)); in PetscSFWindowGetDataTypes()
/petsc/src/vec/is/sf/impls/basic/
H A Dsfpack.c681 if (!link->isbuiltin) PetscCallMPI(MPI_Type_dup(unit, &link->unit)); in PetscSFLinkSetUp_Host()
/petsc/src/vec/is/sf/interface/
H A Dsf.c760 if (sf->vscat.bs > 1) PetscCallMPI(MPI_Type_dup(sf->vscat.unit, &dtype)); in PetscSFDuplicate()