
Go to the source code of this file.
Functions | |
| int | MPI_File_get_view (MPI_File fh, MPI_Offset *disp, MPI_Datatype *etype, MPI_Datatype *filetype, char *datarep) |
| int MPI_File_get_view | ( | MPI_File | fh, | |
| MPI_Offset * | disp, | |||
| MPI_Datatype * | etype, | |||
| MPI_Datatype * | filetype, | |||
| char * | datarep | |||
| ) |
Definition at line 44 of file get_view.c.
References ADIOI_Error(), MPI_Abort(), MPI_COMM_WORLD, MPI_ERR_ARG, MPI_SUCCESS, MPI_Type_commit(), MPI_Type_contiguous(), MPI_Type_get_envelope(), and MPIR_Err_setmsg().
Referenced by mpi_file_get_view_().
1.5.5