« Return to documentation listing
Table of Contents
#include <mpi.h> int MPI_Errhandler_set(MPI_Comm comm, MPI_Errhandler errhandler)
INCLUDE ’mpif.h’ MPI_ERRHANDLER_SET(COMM, ERRHANDLER, IERROR) INTEGER COMM, ERRHANDLER, IERROR
This deprecated routine is not available in C++.
Associates the new error handler errhandler with communicator comm at the calling process. Note that an error handler is always associated with the communicator.
Before the error value is returned, the current MPI error handler is called. By default, this error handler aborts the MPI job, except for I/O function errors. The error handler may be changed with MPI_Comm_set_errhandler; the predefined error handler MPI_ERRORS_RETURN may be used to cause error values to be returned. Note that MPI does not guarantee that an MPI program can continue past an error.
MPI_Comm_create_errhandler
MPI_Comm_get_errhandler