[svn-r8615] Purpose:

Refactor code

Description:
    Move chunk and contiguous cached raw data from file information to dataset
information.  This simplifies a number of internal interfaces, aligns the
code with it's purpose better and should allow more optimizations to the
chunked data I/O performance.

Platforms tested:
    Solaris 2.7 (arabica)
    FreeBSD 4.10 (sleipnir)
    h5committest
This commit is contained in:
Quincey Koziol
2004-06-05 14:06:29 -05:00
parent 60c6500fad
commit 9cd4e394db
2 changed files with 8 additions and 4 deletions

View File

@@ -28,14 +28,15 @@
#define H5O_PACKAGE /*suppress error about including H5Opkg */
#include "H5private.h"
#include "H5Iprivate.h"
#include "H5Bprivate.h"
#include "H5Pprivate.h"
#include "H5Dprivate.h"
#include "H5Fpkg.h"
#include "H5Gprivate.h"
#include "H5HGprivate.h"
#include "H5HLprivate.h"
#include "H5Iprivate.h"
#include "H5Opkg.h"
#include "H5Pprivate.h"
/* File drivers */
#include "H5FDfamily.h"
@@ -163,7 +164,7 @@ main(int argc, char *argv[])
case H5B_ISTORE_ID:
ndims = (int)extra;
status = H5F_istore_debug (f, H5P_DATASET_XFER_DEFAULT, addr, stdout, 0, VCOL, ndims);
status = H5D_istore_debug (f, H5P_DATASET_XFER_DEFAULT, addr, stdout, 0, VCOL, ndims);
break;
default: