Home
last modified time | relevance | path

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

/petsc/src/sys/objects/
H A Dptype.c38 else if (ptype == PETSC_LONG) *mtype = MPI_LONG; in PetscDataTypeToMPIDataType()
92 else if (mtype == MPI_LONG) *ptype = PETSC_LONG; in PetscMPIDataTypeToPetscDataType()
/petsc/include/petsc/private/
H A Dviewercgnsimpl.h92 #define MPIU_CGSIZE MPI_LONG
/petsc/include/petsc/mpiuni/
H A Dmpi.h228 #define MPI_LONG (4 << 20 | 1 << 8 | (int)sizeof(long)) macro