
Go to the source code of this file.
Functions | |
| void | mpi_file_get_view_ (MPI_Fint *fh, MPI_Offset *disp, MPI_Fint *etype, MPI_Fint *filetype, char *datarep, int *ierr, int str_len) |
| void | mpi_file_get_view_ (MPI_Fint *fh, MPI_Offset *disp, MPI_Datatype *etype, MPI_Datatype *filetype, _fcd datarep_fcd, int *ierr) |
| void mpi_file_get_view_ | ( | MPI_Fint * | fh, | |
| MPI_Offset * | disp, | |||
| MPI_Fint * | etype, | |||
| MPI_Fint * | filetype, | |||
| char * | datarep, | |||
| int * | ierr, | |||
| int | str_len | |||
| ) |
Definition at line 97 of file get_viewf.c.
References MPI_Abort(), MPI_COMM_WORLD, MPI_ERR_UNKNOWN, MPI_File_f2c(), and MPI_File_get_view().
Referenced by mpi_file_get_view_().
| void mpi_file_get_view_ | ( | MPI_Fint * | fh, | |
| MPI_Offset * | disp, | |||
| MPI_Datatype * | etype, | |||
| MPI_Datatype * | filetype, | |||
| _fcd | datarep_fcd, | |||
| int * | ierr | |||
| ) |
Definition at line 136 of file get_viewf.c.
References MPI_Abort(), MPI_COMM_WORLD, MPI_ERR_UNKNOWN, MPI_File_f2c(), MPI_File_get_view(), and mpi_file_get_view_().
1.5.5