Blame www/www3/MPI_File_iwrite_shared.html
|
Packit |
0848f5 |
|
|
Packit |
0848f5 |
<HTML>
|
|
Packit |
0848f5 |
<HEAD>
|
|
Packit |
0848f5 |
<META NAME="GENERATOR" CONTENT="DOCTEXT">
|
|
Packit |
0848f5 |
<TITLE>MPI_File_iwrite_shared</TITLE>
|
|
Packit |
0848f5 |
</HEAD>
|
|
Packit |
0848f5 |
<BODY BGCOLOR="FFFFFF">
|
|
Packit |
0848f5 |
MPI_File_iwrite_shared
|
|
Packit |
0848f5 |
Nonblocking write using shared file pointer
|
|
Packit |
0848f5 |
Synopsis
|
|
Packit |
0848f5 |
|
|
Packit |
0848f5 |
#ifdef HAVE_MPI_GREQUEST
|
|
Packit |
0848f5 |
#include "mpiu_greq.h"
|
|
Packit |
0848f5 |
#endif
|
|
Packit |
0848f5 |
|
|
Packit |
0848f5 |
int MPI_File_iwrite_shared(MPI_File fh, ROMIO_CONST void *buf, int count,
|
|
Packit |
0848f5 |
MPI_Datatype datatype, MPIO_Request *request)
|
|
Packit |
0848f5 |
|
|
Packit |
0848f5 |
Input Parameters
|
|
Packit |
0848f5 |
- fh
- file handle (handle)
|
|
Packit |
0848f5 |
|
|
Packit |
0848f5 |
- buf
- initial address of buffer (choice)
|
|
Packit |
0848f5 |
|
|
Packit |
0848f5 |
- count
- number of elements in buffer (nonnegative integer)
|
|
Packit |
0848f5 |
|
|
Packit |
0848f5 |
- datatype
- datatype of each buffer element (handle)
|
|
Packit |
0848f5 |
|
|
Packit |
0848f5 |
|
|
Packit |
0848f5 |
Output Parameters
|
|
Packit |
0848f5 |
- request
- request object (handle)
|
|
Packit |
0848f5 |
|
|
Packit |
0848f5 |
|
|
Packit |
0848f5 |
Notes for Fortran
|
|
Packit |
0848f5 |
All MPI routines in Fortran (except for <tt>MPI_WTIME</tt> and <tt>MPI_WTICK</tt>) have
|
|
Packit |
0848f5 |
an additional argument <tt>ierr</tt> at the end of the argument list. <tt>ierr
|
|
Packit |
0848f5 |
</tt>is an integer and has the same meaning as the return value of the routine
|
|
Packit |
0848f5 |
in C. In Fortran, MPI routines are subroutines, and are invoked with the
|
|
Packit |
0848f5 |
<tt>call</tt> statement.
|
|
Packit |
0848f5 |
|
|
Packit |
0848f5 |
All MPI objects (e.g., <tt>MPI_Datatype</tt>, <tt>MPI_Comm</tt>) are of type <tt>INTEGER
|
|
Packit |
0848f5 |
</tt>in Fortran.
|
|
Packit |
0848f5 |
</BODY></HTML>
|