[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[netCDF #BUB-278306]: nc_eedge error
- Subject: [netCDF #BUB-278306]: nc_eedge error
- Date: Fri, 13 Jul 2007 13:39:43 -0600
> 1. What sort of buffering does netCDF use?
Double buffering in user-space, implemented in libsrc/posixio.c.
> 2. How do netCDF buffer sizes compare with the default ones for
> binary reads in Fortran?
The fstat() call is used to get the sytem's preferred block size,
and that's used for the size of the double-buffer, so reads and
writes are typically half that size, e.g. 4096 bytes. I'm not sure
what default binary reads in Fortran use.
--Russ
Russ Rew UCAR Unidata Program
address@hidden http://www.unidata.ucar.edu
Ticket Details
===================
Ticket ID: BUB-278306
Department: Support netCDF
Priority: Normal
Status: Closed