Home
last modified time | relevance | path

Searched refs:MPI_INTEGER8 (Results 1 – 3 of 3) sorted by relevance

/petsc/include/petsc/mpiuni/
H A Dmpif.h60 MPIUNI_FInt MPI_INTEGER8
79 parameter (MPI_INTEGER8=INT(Z'400108'))
H A Dmpi.h232 #define MPI_INTEGER8 MPI_LONG_LONG macro
/petsc/src/sys/ftn-custom/
H A Df90_cwrap.c32 else if (ftype == MPI_INTEGER8 || ftype == MPIU_INT64) *dtype = MPIU_INT64; in PetscMPIFortranDatatypeToC()