Home
last modified time | relevance | path

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

/petsc/include/petsc/mpiuni/
H A Dmpi.h239 #define MPI_UNSIGNED (5 << 20 | 1 << 8 | (int)sizeof(unsigned)) macro
/petsc/src/sys/objects/
H A Dpinit.c906 if (sizeof(size_t) == sizeof(unsigned)) MPIU_SIZE_T = MPI_UNSIGNED; in PetscInitialize_Common()