function index
MPI_File_iwrite_shared
Nonblocking write using shared file pointerint MPI_File_iwrite_shared( MPI_File mpi_fh, void *buf, int count, MPI_Datatype datatype, MPI_Request *request );
Parameters
- mpi_fh
- [in] file handle (handle)
- buf
- [in] initial address of buffer (choice)
- count
- [in] number of elements in buffer (nonnegative integer)
- datatype
- [in] datatype of each buffer element (handle)
- request
- [out] request object (handle)
Remarks
MPI_FILE_IWRITE_SHARED is a nonblocking version of the MPI_FILE_WRITE_SHARED interface. MPI_FILE_WRITE_SHARED writes a file using the shared file pointer.
Example Code
The following sample code illustrates MPI_File_iwrite_shared.
Insert code here.
DOWNLOAD
Win32 DeinoMPI.2.0.1.msi
Win64 DeinoMPI.x64.2.0.1.msi