MPI_Win_errhandler_function callback function

MPI_Win_errhandler_function is a placeholder for the application-defined function name.

Syntax

void MPI_Win_errhandler_function(
  _In_    MPI_Win *win,
  _Inout_  int    *errcode,
                  ...
);

Parameters

  • win [in]
    MPI window object in use.

  • errcode [in, out]
    Error code to be returned.

Fortran

    SUBROUTINE WIN_ERRHANDLER_FUNCTION(WIN, ERROR_CODE)
        INTEGER WIN, ERROR_CODE

Remarks

The placeholder name of this function, MPI_Win_errhandler_fn, is deprecated in the MPI-2.2 standard and replaced by MPI_Win_errhandler_function. The function prototype is unchanged.

Requirements

Product

HPC Pack 2012 MS-MPI Redistributable Package, HPC Pack 2008 R2 MS-MPI Redistributable Package, HPC Pack 2008 MS-MPI Redistributable Package or HPC Pack 2008 Client Utilities

Header

Mpi.h; Mpif.h

See also

MPI Management Functions

MPI_Win_create_errhandler