MPI_File_errhandler_function callback function

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

Syntax

void MPI_File_errhandler_function(
  _In_    MPI_File *file,
  _Inout_  int     *errcode,
                   ...
);

Parameters

  • file [in]
    File in use.

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

  • ...

Fortran

    SUBROUTINE FILE_ERRHANDLER_FUNCTION(FILE, ERROR_CODE)
    INTEGER FILE, ERROR_CODE

Remarks

The placeholder name of this function, MPI_File_errhandler_fn, is deprecated in the MPI-2.2 standard and replaced by MPI_File_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_File_create_errhandler