Go to the source code of this file.
Functions | |
int | MPI_File_read_at (MPI_File mpi_fh, MPI_Offset offset, void *buf, int count, MPI_Datatype datatype, MPI_Status *status) |
int MPI_File_read_at | ( | MPI_File | mpi_fh, | |
MPI_Offset | offset, | |||
void * | buf, | |||
int | count, | |||
MPI_Datatype | datatype, | |||
MPI_Status * | status | |||
) |
Definition at line 42 of file read_at.c.
References MPIOI_File_read(), and myname.
Referenced by main(), mpi_file_read_at_(), and verify_type().