
Go to the source code of this file.
Functions | |
| int | MPI_File_set_view (MPI_File fh, MPI_Offset disp, MPI_Datatype etype, MPI_Datatype filetype, char *datarep, MPI_Info info) |
| int MPI_File_set_view | ( | MPI_File | fh, | |
| MPI_Offset | disp, | |||
| MPI_Datatype | etype, | |||
| MPI_Datatype | filetype, | |||
| char * | datarep, | |||
| MPI_Info | info | |||
| ) |
Definition at line 40 of file set_view.c.
References ADIO_Fcntl(), ADIO_Get_shared_fp(), ADIO_Set_shared_fp(), ADIOI_Error(), ADIOI_Get_byte_offset(), ADIO_Fcntl_t::disp, ADIO_Fcntl_t::etype, ADIO_Fcntl_t::filetype, ADIO_Fcntl_t::info, ADIO_Fcntl_t::iomode, MPI_Abort(), MPI_Barrier(), MPI_COMM_WORLD, MPI_DATATYPE_NULL, MPI_ERR_ARG, MPI_Type_size(), and MPIR_Err_setmsg().
Referenced by mpi_file_set_view_().
1.5.5