Searched refs:MPI_COMBINER_NAMED (Results 1 – 4 of 4) sorted by relevance
6 #if !defined(PETSC_HAVE_MPI_COMBINER_NAMED) && !defined(MPI_COMBINER_NAMED)7 #define MPI_COMBINER_NAMED -2 macro21 if (combiner != MPI_COMBINER_NAMED) PetscCallMPI(MPI_Type_free(a)); in MPIPetsc_Type_free()
101 case MPI_COMBINER_NAMED: in MPI_Type_get_envelope()129 case MPI_COMBINER_NAMED: in MPI_Type_get_contents()
462 #define MPI_COMBINER_NAMED 0 macro
532 …link->isbuiltin = (combiner == MPI_COMBINER_NAMED) ? PETSC_TRUE : PETSC_FALSE; /* unit is MPI buil… in PetscSFLinkSetUp_Host()