Purpose
Gets an error handler associated with a communicator.
C synopsis
#include <mpi.h> int MPI_Errhandler_get(MPI_Comm comm,MPI_Errhandler *errhandler);
FORTRAN synopsis
include 'mpif.h' or use mpi MPI_ERRHANDLER_GET(INTEGER COMM,INTEGER ERRHANDLER,INTEGER IERROR)
Parameters
Description
This subroutine returns the error handler errhandler currently associated with communicator comm.
Errors
Related information