hdf5/release_docs
Quincey Koziol e0177ee0f3 [svn-r4891] Purpose:
Code speedup
Description:
    Chunking I/O routines are reading in an entire chunk when performing I/O
    on the chunk, even if the chunk will be too large to cache.
Solution:
    If the chunk is too large to cache, uncompressed and has been allocated
    space in the file, or if we are using the MPI-I/O VFD, perform the I/O
    directly to the chunk, instead of reading the chunk into memory, updating
    it and immediately writing the entire chunk back out.
Platforms tested:
    FreeBSD 4.5 (sleipnir) (using serial access) and IRIX64 6.5 (modi4) (using
    parallel access with MPI-I/O)
2002-01-31 14:46:21 -05:00
..
HISTORY.txt [svn-r4114] 2001-07-05 11:36:40 -05:00
INSTALL [svn-r4753] 2001-12-21 16:25:18 -05:00
INSTALL_codewarrior.txt [svn-r4236] Purpose: 2001-07-18 16:08:59 -05:00
INSTALL_parallel [svn-r4343] Purpose: 2001-08-14 12:07:07 -05:00
INSTALL_TFLOPS [svn-r4114] 2001-07-05 11:36:40 -05:00
INSTALL_VFL [svn-r4114] 2001-07-05 11:36:40 -05:00
INSTALL_Windows.txt [svn-r4465] 2001-09-21 10:12:52 -05:00
RELEASE.txt [svn-r4891] Purpose: 2002-01-31 14:46:21 -05:00