> The file size, and thus the end of file, may vary between
> different processes subject to the consistency semantics
> given in \ref{sec:io-consistency-filesize}.
But if all the nodes have just sync'd the file, they will
all see the same size regardless of their view, right?
> In MPI_Seek:
> Modify to obtain:
> \const{MPI\_SEEK\_END}:
> the pointer is set to the end of file plus \mpiarg{offset}
Assuming that the size is independent of the view, what happens
if EOF falls on a hole?
John