Blame www/www3/MPI_File_iread_at_all.html

Packit Service c5cf8c
Packit Service c5cf8c
<HTML>
Packit Service c5cf8c
<HEAD>
Packit Service c5cf8c
<META NAME="GENERATOR" CONTENT="DOCTEXT">
Packit Service c5cf8c
<TITLE>MPI_File_iread_at_all</TITLE>
Packit Service c5cf8c
</HEAD>
Packit Service c5cf8c
<BODY BGCOLOR="FFFFFF">
Packit Service c5cf8c

MPI_File_iread_at_all

Packit Service c5cf8c
Nonblocking collective read using explicit offset 
Packit Service c5cf8c

Synopsis

Packit Service c5cf8c
Packit Service c5cf8c
int MPI_File_iread_at_all(MPI_File fh, MPI_Offset offset, void *buf,
Packit Service c5cf8c
                          int count, MPI_Datatype datatype, MPI_Request * request)
Packit Service c5cf8c
Packit Service c5cf8c

Input Parameters

Packit Service c5cf8c
Packit Service c5cf8c
fh
file handle (handle)
Packit Service c5cf8c
Packit Service c5cf8c
Packit Service c5cf8c
offset
file offset (nonnegative integer)
Packit Service c5cf8c
Packit Service c5cf8c
Packit Service c5cf8c
count
number of elements in buffer (nonnegative integer)
Packit Service c5cf8c
Packit Service c5cf8c
Packit Service c5cf8c
datatype
datatype of each buffer element (handle)
Packit Service c5cf8c
Packit Service c5cf8c

Packit Service c5cf8c

Output Parameters

Packit Service c5cf8c
Packit Service c5cf8c
buf
initial address of buffer (choice)
Packit Service c5cf8c
Packit Service c5cf8c
Packit Service c5cf8c
request
request object (handle)
Packit Service c5cf8c
Packit Service c5cf8c

Packit Service c5cf8c

Notes for Fortran

Packit Service c5cf8c
All MPI routines in Fortran (except for <tt>MPI_WTIME</tt> and <tt>MPI_WTICK</tt>) have
Packit Service c5cf8c
an additional argument <tt>ierr</tt> at the end of the argument list.  <tt>ierr
Packit Service c5cf8c
</tt>is an integer and has the same meaning as the return value of the routine
Packit Service c5cf8c
in C.  In Fortran, MPI routines are subroutines, and are invoked with the
Packit Service c5cf8c
<tt>call</tt> statement.
Packit Service c5cf8c

Packit Service c5cf8c
All MPI objects (e.g., <tt>MPI_Datatype</tt>, <tt>MPI_Comm</tt>) are of type <tt>INTEGER
Packit Service c5cf8c
</tt>in Fortran.
Packit Service c5cf8c
</BODY></HTML>