|
|
||
|
|
||
function indexMPI_File_read_at_allCollective read using explict offsetint MPI_File_read_at_all( MPI_File mpi_fh, MPI_Offset offset, void *buf, int count, MPI_Datatype datatype, MPI_Status *status ); Parameters
RemarksMPI_FILE_READ_AT_ALL is a collective version of the blocking MPI_FILE_READ_AT interface. MPI_FILE_READ_AT reads a file beginning at the position specified by offset. Example CodeThe following sample code illustrates MPI_File_read_at_all. Insert code here. |
||