1MPI_Win_unlock(3) LAM/MPI MPI_Win_unlock(3)
2
3
4
6 MPI_Win_unlock - Completes an RMA access epoch started by a call to
7 MPI_WIN_LOCK
8
10 #include <mpi.h>
11 int MPI_Win_unlock(int rank, MPI_Win win)
12
14 rank - rank of window (nonnegative integer)
15 win - window object (handle)
16
17
19 This function is currently not implemented in LAM/MPI. It will return
20 an MPI_ERR_OTHER run time error.
21
22
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
34 wunlock.c
35
36
37
38LAM/MPI 7.1.2 2/23/2006 MPI_Win_unlock(3)