1MPI_Errhandler_f2c(3)               LAM/MPI              MPI_Errhandler_f2c(3)
2
3
4

NAME

6       MPI_Errhandler_f2c  -   Convert a error handler from its Fortran repre‐
7       sentation to its C representation
8

SYNOPSIS

10       #include <mpi.h>
11       MPI_Errhandler
12       MPI_Errhandler_f2c(MPI_Fint f_handle)
13

INPUT PARAMETER

15       f_handle
16              - Fortran error handler
17
18

RETURN VALUE

20       errh   - C error handler
21
22

DESCRIPTION

24       This is a non-standard MPI routine.  It is mainly  here  because  ROMIO
25       needs it.
26
27

NOTES FOR FORTRAN

29       All  MPI routines in Fortran (except for MPI_WTIME and MPI_WTICK ) have
30       an additional argument ierr at the end of the argument list.   ierr  is
31       an  integer and has the same meaning as the return value of the routine
32       in C.  In Fortran, MPI routines are subroutines, and are  invoked  with
33       the call statement.
34
35       All MPI objects (e.g., MPI_Datatype , MPI_Comm ) are of type INTEGER in
36       Fortran.
37
38

ERRORS

40       This function does not return the normal MPI_SUCCESS integer value upon
41       success.   Instead, it returns a handle to the converted object.  If an
42       error occurs, the appropriate NULL handle will be returned.
43
44

SEE ALSO

46       MPI_Errhandler_c2f(3)
47
48

MORE INFORMATION

50       For more information, please see the official MPI Forum web site, which
51       contains  the  text of both the MPI-1 and MPI-2 standards.  These docu‐
52       ments contain detailed information about each  MPI  function  (most  of
53       which is not duplicated in these man pages).
54
55       http://www.mpi-forum.org/
56

LOCATION

58       handles.c
59
60
61
62LAM/MPI 7.1.2                      2/23/2006             MPI_Errhandler_f2c(3)
Impressum