
Go to the source code of this file.
Functions | |
| int | MPI_File_iwrite (MPI_File fh, void *buf, int count, MPI_Datatype datatype, MPIO_Request *request) |
| int MPI_File_iwrite | ( | MPI_File | fh, | |
| void * | buf, | |||
| int | count, | |||
| MPI_Datatype | datatype, | |||
| MPIO_Request * | request | |||
| ) |
Definition at line 42 of file iwrite.c.
References ADIO_IwriteContig(), ADIO_IwriteStrided(), ADIO_WriteContig(), ADIOI_Datatype_iscontig(), ADIOI_Error(), ADIOI_Malloc_request(), MPI_Abort(), MPI_COMM_WORLD, MPI_DATATYPE_NULL, MPI_ERR_ARG, MPI_ERR_TYPE, MPI_Type_size(), MPIR_Err_setmsg(), MPIR_ERR_TYPE_NULL(), and status().
Referenced by mpi_file_iwrite_().
1.5.5