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


1.5.5