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

NAME

6       MPI_Win_c2f -  Convert a window handle from its C representation to its
7       Fortran representation
8

SYNOPSIS

10       #include <mpi.h>
11       MPI_Fint
12       MPI_Win_c2f(MPI_Win win)
13

INPUT PARAMETER

15       win    - C window handle
16
17

RETURN VALUE

19       f_handle
20              - Fortran window handle
21
22

NOTES FOR FORTRAN

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

ERRORS

35       This function does not return the normal MPI_SUCCESS integer value upon
36       success.  Instead, it returns a handle to the converted object.  If  an
37       error occurs, the appropriate NULL handle will be returned.
38
39

SEE ALSO

41       MPI_Win_c2f(3)
42
43

MORE INFORMATION

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

LOCATION

53       handles.c
54
55
56
57LAM/MPI 7.1.2                      2/23/2006                    MPI_Win_c2f(3)
Impressum