Home
last modified time | relevance | path

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

/petsc/include/petsc/mpiuni/
H A Dmpi.h299 #define MPI_ERRORS_RETURN 0 macro
562 …andler(function, errhandler) (MPIUNI_ARG(function), *(errhandler) = MPI_ERRORS_RETURN, MPI_SUCCESS)
564 …handler(comm, errhandler) (MPIUNI_ARG(comm), (*errhandler) = MPI_ERRORS_RETURN, MPI_SUCCESS)
/petsc/src/sys/objects/
H A Dinit.c379 if (flg1) PetscCallMPI(MPI_Comm_set_errhandler(comm, MPI_ERRORS_RETURN)); in PetscOptionsCheckInitial_Private()
H A Dpinit.c891 PetscCallMPI(MPI_Comm_set_errhandler(PETSC_COMM_WORLD, MPI_ERRORS_RETURN)); in PetscInitialize_Common()