
Go to the source code of this file.
Functions | |
| int | MPI_File_write_at (MPI_File fh, MPI_Offset offset, void *buf, int count, MPI_Datatype datatype, MPI_Status *status) |
| int MPI_File_write_at | ( | MPI_File | fh, | |
| MPI_Offset | offset, | |||
| void * | buf, | |||
| int | count, | |||
| MPI_Datatype | datatype, | |||
| MPI_Status * | status | |||
| ) |
Definition at line 45 of file write_at.c.
References ADIO_WriteContig(), ADIO_WriteStrided(), ADIOI_Datatype_iscontig(), ADIOI_Error(), MPI_Abort(), MPI_COMM_WORLD, MPI_DATATYPE_NULL, MPI_ERR_ARG, MPI_ERR_TYPE, MPI_SUCCESS, MPI_Type_size(), MPIR_Err_setmsg(), and MPIR_ERR_TYPE_NULL().
Referenced by mpi_file_write_at_().
1.5.5