Noncontiguous Accesses
Common in parallel applications
Example: distributed arrays stored in files
A big advantage of MPI I/O over Unix I/O is the ability to specify noncontiguous accesses in memory and file within a single function call by using derived datatypes
Allows implementation to optimize the access