1MPI_File_set_errhandler(3) LAM/MPI MPI_File_set_errhandler(3)
2
3
4
6 MPI_File_set_errhandler - Sets the error handler for a file
7
9 #include <mpi.h>
10 int MPI_File_set_errhandler(MPI_File fh, MPI_Errhandler errhandler)
11
13 fh - file handle (handle)
14 errhandler
15 - error handler (handle)
16
17
19 All MPI routines in Fortran (except for MPI_WTIME and MPI_WTICK ) have
20 an additional argument ierr at the end of the argument list. ierr is
21 an integer and has the same meaning as the return value of the routine
22 in C. In Fortran, MPI routines are subroutines, and are invoked with
23 the call statement.
24
25 All MPI objects (e.g., MPI_Datatype , MPI_Comm ) are of type INTEGER in
26 Fortran.
27
29 set_errh.c
30
31
32
33LAM/MPI 7.1.2 3/25/2003 MPI_File_set_errhandler(3)