Home
last modified time | relevance | path

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

/petsc/include/petsc/mpiuni/
H A Dmpi.h233 #define MPI_INT8_T (5 << 20 | 1 << 8 | (int)sizeof(int8_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()