Home
last modified time | relevance | path

Searched refs:MPI_INT32_T (Results 1 – 4 of 4) sorted by relevance

/petsc/include/petsc/private/
H A Dviewercgnsimpl.h99 #define MPIU_CGSIZE MPI_INT32_T
/petsc/include/
H A Dpetscsystypes.h327 #define MPIU_INT32 MPI_INT32_T
/petsc/include/petsc/mpiuni/
H A Dmpi.h235 #define MPI_INT32_T (5 << 20 | 1 << 8 | (int)sizeof(int32_t)) macro
/petsc/src/dm/impls/forest/p4est/
H A Dpforest.h2442 …MPI_Datatype blockTypes[4] = {MPI_INT32_T, MPI_INT8_T, MPI_INT16_T, MPI_INT32_T /* p.which_… in DMPforestGetTransferSF_Point()