Purpose
Retrieves the error handler currently associated with a communicator.
C synopsis
#include <mpi.h> int MPI_Comm_get_errhandler (MPI_Comm comm, MPI_Errhandler *errhandler);
C++ synopsis
#include mpi.h MPI::Errhandler MPI::Comm::Get_errhandler() const;
FORTRAN synopsis
include 'mpif.h' or use mpi MPI_COMM_GET_ERRHANDLER(INTEGER COMM, INTEGER ERRHANDLER, INTEGER IERROR)
Parameters
Description
This subroutine returns the error handler errhandler currently associated with communicator comm.
Notes
MPI_COMM_GET_ERRHANDLER supersedes MPI_ERRHANDLER_GET.
Errors
Fatal errors:
Related information