Collective I/O to overlapping regions
It is an error for multiple MPI processes to write to the same or to overlapping regions of a file. ROMIO will let you get away with this but if your processes are writing different data, I can’t tell you what will end up in the file in the end. What about reads, though? ROMIO’s …