Searched refs:MPI_LONG (Results 1 – 3 of 3) sorted by relevance
38 else if (ptype == PETSC_LONG) *mtype = MPI_LONG; in PetscDataTypeToMPIDataType()92 else if (mtype == MPI_LONG) *ptype = PETSC_LONG; in PetscMPIDataTypeToPetscDataType()
92 #define MPIU_CGSIZE MPI_LONG
228 #define MPI_LONG (4 << 20 | 1 << 8 | (int)sizeof(long)) macro