Re: [OMPI users] Parallel I/O Usage

2009-07-08 Thread Rob Latham
On Mon, Jul 06, 2009 at 11:39:59AM +0200, Manuel Holtgrewe wrote: > do I understand the MPI-2 Parallel I/O correctly (C++)? > > After opening a file with MPI::File::Open, I can use Read_at on the > returned file object. I give offsets in bytes and I can perform random > access reads from any proce

[OMPI users] Parallel I/O Usage

2009-07-06 Thread Manuel Holtgrewe
Hi, do I understand the MPI-2 Parallel I/O correctly (C++)? After opening a file with MPI::File::Open, I can use Read_at on the returned file object. I give offsets in bytes and I can perform random access reads from any process at any point of the file without violating correctness (although the