MPI-IO Atomic Mode

Atomic mode is enabled by calling MPI_File_set_atomicity and setting the atomicity to true. Atomic mode guarantees that data written on one process is immediately visible to another process (as in the POSIX default semantics).

ROMIO currently uses file locking to implement the MPI-IO atomic mode functionality. Because we do not support locks in PVFS2, atomic mode is not currently supported.