MPI_Errhandler_set
--- Sets the error handler for a communicator
Input Parameters
- comm
- communicator to set the error handler for (handle)
- errhandler
- new MPI error handler for communicator (handle)
Synopsis
#include "mpi.h"
int MPI_Errhandler_set( comm, errhandler )
MPI_Comm comm;
MPI_Errhandler errhandler;
Location: errset.c