
Go to the source code of this file.
Functions | |
| int | MPI_File_write_at_all_begin (MPI_File fh, MPI_Offset offset, void *buf, int count, MPI_Datatype datatype) |
| int MPI_File_write_at_all_begin | ( | MPI_File | fh, | |
| MPI_Offset | offset, | |||
| void * | buf, | |||
| int | count, | |||
| MPI_Datatype | datatype | |||
| ) |
Definition at line 39 of file wr_atallb.c.
References ADIO_WriteStridedColl(), ADIOI_Error(), 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_write_at_all_begin_().
1.5.5