Purpose
Marks an error handler for deallocation.
C synopsis
#include <mpi.h> int MPI_Errhandler_free(MPI_Errhandler *errhandler);
C++ synopsis
#include mpi.h void MPI::Errhandler::Free();
FORTRAN synopsis
include 'mpif.h' or use mpi MPI_ERRHANDLER_FREE(INTEGER ERRHANDLER,INTEGER IERROR)
Parameters
Description
This subroutine marks errhandler for deallocation and sets it (errhandler) to MPI_ERRHANDLER_NULL. Actual deallocation occurs when all communicators associated with the error handler have been deallocated or have had new error handlers attached.
Errors
Related information