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