buffering writes
Rob Ross
rross at mcs.anl.gov
Fri Apr 9 20:29:22 CDT 2004
Hi James,
This is a very good thing to be thinking about. Actually though, there
are no MPI-IO implementations that really do this sort of thing right now,
and we haven't built this into PnetCDF either. It's a good idea, and I
expect to see more implementations (both MPI-IO and high-level libraries
such as PnetCDF) doing this sort of thing in the future.
Rob
On Fri, 9 Apr 2004, Foucar, James G wrote:
> Hello,
>
> I have a question about buffering in pnetcdf. I am in a unique situation in
> that the reads and writes in my program are in two different phases.
> Therefore, all of the writes, none of which overwrite each other, do not
> need to be "seen" until I close the dataset. I was thinking it would be nice
> to buffer as many of these writes as possible since there is no urgency in
> them reaching the disk. The problem is I don't know how to enable maximum
> buffering. Does it have something to do with the MPI_Info object that you
> give the ncmpi_create procedure?
>
> Thanks,
> James
>
>
More information about the parallel-netcdf
mailing list