Searched refs:MPI_ERRORS_RETURN (Results 1 – 3 of 3) sorted by relevance
299 #define MPI_ERRORS_RETURN 0 macro562 …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)
379 if (flg1) PetscCallMPI(MPI_Comm_set_errhandler(comm, MPI_ERRORS_RETURN)); in PetscOptionsCheckInitial_Private()
891 PetscCallMPI(MPI_Comm_set_errhandler(PETSC_COMM_WORLD, MPI_ERRORS_RETURN)); in PetscInitialize_Common()