Home
last modified time | relevance | path

Searched refs:MPI_SHORT (Results 1 – 2 of 2) sorted by relevance

/petsc/src/sys/objects/
H A Dptype.c39 else if (ptype == PETSC_SHORT) *mtype = MPI_SHORT; in PetscDataTypeToMPIDataType()
93 else if (mtype == MPI_SHORT) *ptype = PETSC_SHORT; in PetscMPIDataTypeToPetscDataType()
/petsc/include/petsc/mpiuni/
H A Dmpi.h226 #define MPI_SHORT (4 << 20 | 1 << 8 | (int)sizeof(short)) macro