MPI_Errhandler_get
--- Gets the error handler for a communicator
Input Parameter
- comm
- communicator to get the error handler from (handle)
Output Parameter:
- errhandler
- MPI error handler currently associated with communicator
(handle)
Synopsis
#include "mpi.h"
int MPI_Errhandler_get( comm, errhandler )
MPI_Comm comm;
MPI_Errhandler *errhandler;
Location: errget.c