On Sat, 19 Dec 2009, Jeff Squyres wrote:
No, sorry -- there are no "buffered" variants of the MPI_FILE_* functions like there are
with point-to-point communications. So when you do MPI_FILE_WRITE (for example), it'll be directly
using the buffer that you pass to it (which is almost always wha
No, sorry -- there are no "buffered" variants of the MPI_FILE_* functions like
there are with point-to-point communications. So when you do MPI_FILE_WRITE
(for example), it'll be directly using the buffer that you pass to it (which is
almost always what you want, anyway -- "buffered" modes of c