File Interoperability
Users can optionally create files with a portable binary data representation
“datarep” parameter to MPI_File_set_view
native - default, same as in memory, not portable
internal - impl. defined representation providing an impl. defined level of portability
external32 - a specific representation defined in MPI, (basically 32-bit big-endian IEEE format), portable across machines and MPI implementations