Home
last modified time | relevance | path

Searched refs:MPI_COMBINER_CONTIGUOUS (Results 1 – 3 of 3) sorted by relevance

/petsc/src/vec/is/sf/interface/
H A Dsftype.c9 #if !defined(PETSC_HAVE_MPI_COMBINER_CONTIGUOUS) && !defined(MPI_COMBINER_CONTIGUOUS) && MPI_VERSIO…
10 #define MPI_COMBINER_CONTIGUOUS -1 macro
94 } else if (combiner == MPI_COMBINER_CONTIGUOUS) { in MPIPetsc_Type_unwrap()
194 if (acombiner == MPI_COMBINER_CONTIGUOUS && (aintcount >= 1 || acountcount >= 1)) { in MPIPetsc_Type_compare_contig()
/petsc/src/sys/mpiuni/
H A Dmpi.c113 case MPI_COMBINER_CONTIGUOUS: in MPI_Type_get_envelope()
135 case MPI_COMBINER_CONTIGUOUS: in MPI_Type_get_contents()
/petsc/include/petsc/mpiuni/
H A Dmpi.h464 #define MPI_COMBINER_CONTIGUOUS 2 macro
467 …iguous(count, oldtype, newtype) (*(newtype) = (MPI_COMBINER_CONTIGUOUS << 28) | …