Searched refs:MPI_Type_dup (Results 1 – 7 of 7) sorted by relevance
66 PetscCallMPI(MPI_Type_dup(contig, &tmp)); in main()
108 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…
466 …#define MPI_Type_dup(oldtype, newtype) (*(newtype) = oldtype, MPI_… macro
996 PetscCallMPI(MPI_Type_dup(sf->vscat.unit, &(*vsf)->vscat.unit)); in PetscSFCreateStridedSF()
93 PetscCallMPI(MPI_Type_dup(unit, &link->unit)); in PetscSFWindowGetDataTypes()
681 if (!link->isbuiltin) PetscCallMPI(MPI_Type_dup(unit, &link->unit)); in PetscSFLinkSetUp_Host()
760 if (sf->vscat.bs > 1) PetscCallMPI(MPI_Type_dup(sf->vscat.unit, &dtype)); in PetscSFDuplicate()