
Go to the source code of this file.
| Functions | |
| int | MPI_File_iwrite (MPI_File mpi_fh, void *buf, int count, MPI_Datatype datatype, MPI_Request *request) | 
| int | MPIOI_File_iwrite (MPI_File mpi_fh, MPI_Offset offset, int file_ptr_type, void *buf, int count, MPI_Datatype datatype, char *myname, MPI_Request *request) | 
| int MPI_File_iwrite | ( | MPI_File | mpi_fh, | |
| void * | buf, | |||
| int | count, | |||
| MPI_Datatype | datatype, | |||
| MPI_Request * | request | |||
| ) | 
Definition at line 44 of file iwrite.c.
References MPIO_Err_return_file(), MPIOI_File_iwrite(), and myname.

| int MPIOI_File_iwrite | ( | MPI_File | mpi_fh, | |
| MPI_Offset | offset, | |||
| int | file_ptr_type, | |||
| void * | buf, | |||
| int | count, | |||
| MPI_Datatype | datatype, | |||
| char * | myname, | |||
| MPI_Request * | request | |||
| ) | 
Definition at line 76 of file iwrite.c.
References ADIO_Feature(), ADIO_IwriteContig(), ADIO_IwriteStrided(), ADIO_WriteContig(), ADIOI_Datatype_iscontig(), ADIOI_FileD::atomicity, ADIOI_FileD::disp, ADIOI_FileD::etype_size, fh, ADIOI_FileD::filetype, ADIOI_FileD::fp_ind, MPI_Type_size, MPIO_Completed_request_create(), MPIO_Err_create_code(), MPIO_Err_return_file(), MPIO_File_resolve(), and status.
Referenced by MPI_File_iwrite(), and MPI_File_iwrite_at().


 1.5.5
 1.5.5