On Apr 15, 2009, at 5:06 AM, Jovana Knezevic wrote:
Yes, sure, what you say makes sense. On the other hand, it seems I
will have to "traditionaly"-open the input file for n times - each one
for one process, since anyway all of my processes have to collect
their data from it (each parsing it from
>
> In general, files written by MPI_File_write (and friends) are only
> guaranteed to be readable by MPI_File_read (and friends). So if you
> have an ASCII input file, or even a binary input file, you might need
> to read it in with traditional/unix file read functions and then write
> it ou
In general, files written by MPI_File_write (and friends) are only
guaranteed to be readable by MPI_File_read (and friends). So if you
have an ASCII input file, or even a binary input file, you might need
to read it in with traditional/unix file read functions and then write
it out with MP