Home
last modified time | relevance | path

Searched refs:MPI_ERR_OTHER (Results 1 – 5 of 5) sorted by relevance

/petsc/include/petsc/mpiuni/
H A Dmpif.h23 MPIUNI_FInt MPI_ERR_OTHER
24 parameter (MPI_ERR_OTHER = 17)
H A Dmpi.h176 #define MPI_ERR_OTHER 17 macro
/petsc/src/sys/error/
H A Dsignal.c25 _Exit(MPI_ERR_OTHER); in MyExit()
/petsc/include/
H A Dpetscerror.h597 return MPI_ERR_OTHER; \
/petsc/src/sys/objects/
H A Dpinit.c1861 if (!err && outcnt > PETSC_INT_MAX) err = MPI_ERR_OTHER; in MPIU_Allreduce_Private()