NAME
MMPPIIWWiinnccaalllleerrrrhhaannddlleerr - Passes the supplied error code to the error
handler assigned to a window SSYYNNTTAAXX CC SSyynnttaaxx#include
int MPIWincallerrhandler(MPIWin win, int errorcode) FFoorrttrraann SSyynnttaaxx INCLUDE 'mpif.h'MPIWINCALLERRHANDLER(WIN, ERRORCODE, IERROR)
INTEGER WIN, ERRORCODE, IERROR
CC++++ SSyynnttaaxx#include
void MPI::Win::Callerrhandler(int errorcode) const IINNPPUUTT PPAARRAAMMEETTEERRSS win Window with error handler (handle). errorcode MPI error code (integer). OOUUTTPPUUTT PPAARRAAMMEETTEERRIERROR Fortran only: Error status (integer).
DESCRIPTION
This function invokes the error handler assigned to the window win withthe supplied error code errorcode. If the error handler was success-
fully called, the process is not aborted, and the error handler returns, this function returns MPISUCCESS. NNOOTTEESS Users should note that the default error handler isMPIERRORSAREFATAL. Thus, calling this function will abort the window
processes if the default error handler has not been changed for this window. EERRRROORRSS Almost all MPI routines return an error value; C routines as the valueof the function and Fortran routines in the last argument. C++ func-
tions do not return errors. If the default error handler is set toMPI::ERRORSTHROWEXCEPTIONS, then on error the C++ exception mechanism
will be used to throw an MPI:Exception object. See the MPI man page for a full list of MPI error codes.SEE ALSO
MPIWincreateerrhandler MPIWinseterrhandler Open MPI 1.2 September 2006MPIWincallerrhandler(3OpenMPI)