Introduction to I/O in MPI
I/O in MPI can be considered as Unix I/O plus(lots of) other stuff.
Basic operations: MPI_File_{open, close, read, write, seek}
Parameters to these operations are similar to Unix, aiding straightforward port from Unix I/O to MPI I/O.
However, to get performance and portability, more advanced features must be used.