summaryrefslogtreecommitdiffstats
path: root/perform/pio_perf.h
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>2002-05-30 08:46:59 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>2002-05-30 08:46:59 (GMT)
commitbe18b5da13bbaff17ab2ceff6908251e5d65a91f (patch)
treece4811641807828d438ec6fffc9e2a376a542341 /perform/pio_perf.h
parent9fcb8dd01065c6b110e9dd5a9fdb75de0433ecd4 (diff)
downloadhdf5-be18b5da13bbaff17ab2ceff6908251e5d65a91f.zip
hdf5-be18b5da13bbaff17ab2ceff6908251e5d65a91f.tar.gz
hdf5-be18b5da13bbaff17ab2ceff6908251e5d65a91f.tar.bz2
[svn-r5486] Purpose:
Code cleanup and new feature. Description: Cleaned out some old debug print statments. Added option -B for interleaved I/O block size. (Just parsing and sanity check is done. Real I/O implementation is not done yet.) Platforms tested: eirene(pp)
Diffstat (limited to 'perform/pio_perf.h')
-rw-r--r--perform/pio_perf.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/perform/pio_perf.h b/perform/pio_perf.h
index b36dd82..dd00ce9 100644
--- a/perform/pio_perf.h
+++ b/perform/pio_perf.h
@@ -31,6 +31,7 @@ typedef struct parameters_ {
off_t num_elmts; /* Number of native ints in each dset */
int num_iters; /* Number of times to loop doing the IO */
size_t buf_size; /* Buffer size */
+ size_t block_size; /* interleaved block size */
hsize_t h5_align; /* HDF5 object alignment */
hsize_t h5_thresh; /* HDF5 object alignment threshold */
unsigned h5_use_chunks; /* Make HDF5 dataset chunked */