Sophie

Sophie

distrib > Mageia > 4 > x86_64 > by-pkgid > 4f10feba79911d5005dc3169b1ef6509 > files > 226

mpich2-doc-1.2.1-4.mga4.noarch.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML3.2 EN">
<HTML>
<HEAD>
<META NAME="GENERATOR" CONTENT="DOCTEXT">
<TITLE>MPI_File_seek_shared</TITLE>
</HEAD>
<BODY BGCOLOR="FFFFFF">
<A NAME="MPI_File_seek_shared"><H1>MPI_File_seek_shared</H1></A>
Updates the shared file pointer 
<H2>Synopsis</H2>
<PRE>
int MPI_File_seek_shared(MPI_File mpi_fh, MPI_Offset offset, int whence)
</PRE>
<H2>Input Parameters</H2>
<DL><DT><B>fh </B> <DD> file handle (handle)
</DL>
<DL><DT><B>offset </B> <DD> file offset (integer)
</DL>
<DL><DT><B>whence </B> <DD> update mode (state)
</DL>
<P>
<H2>Notes for Fortran</H2>
All MPI routines in Fortran (except for <TT>MPI_WTIME</TT> and <TT>MPI_WTICK</TT>) have
an additional argument <TT>ierr</TT> at the end of the argument list.  <TT>ierr
</TT>is an integer and has the same meaning as the return value of the routine
in C.  In Fortran, MPI routines are subroutines, and are invoked with the
<TT>call</TT> statement.
<P>
All MPI objects (e.g., <TT>MPI_Datatype</TT>, <TT>MPI_Comm</TT>) are of type <TT>INTEGER
</TT>in Fortran.
<P><B>Location:</B>seek_sh.c<P>
</BODY></HTML>