diff options
author | Albert Cheng <acheng@hdfgroup.org> | 2005-08-19 14:24:21 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 2005-08-19 14:24:21 (GMT) |
commit | 592cd4d7232162fa2a09461379fae0b142bf0553 (patch) | |
tree | cbff21f5e723556b42d1578ad5ab0cbc431376bf /perform/pio_perf.h | |
parent | 6496413284a3319bc41ad3ebde3783bae02d6e23 (diff) | |
download | hdf5-592cd4d7232162fa2a09461379fae0b142bf0553.zip hdf5-592cd4d7232162fa2a09461379fae0b142bf0553.tar.gz hdf5-592cd4d7232162fa2a09461379fae0b142bf0553.tar.bz2 |
[svn-r11265] Purpose:
New feature
Description:
All datasets were 1D only before. Added -g to use 2D datasets such
that it allows more options in testing various access patterns.
Platforms tested:
heping pp.
Misc. update:
Diffstat (limited to 'perform/pio_perf.h')
-rw-r--r-- | perform/pio_perf.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/perform/pio_perf.h b/perform/pio_perf.h index cc0fce8..a8fa0da 100644 --- a/perform/pio_perf.h +++ b/perform/pio_perf.h @@ -47,6 +47,7 @@ typedef struct parameters_ { size_t blk_size; /* Block size */ unsigned interleaved; /* Interleaved vs. contiguous blocks */ unsigned collective; /* Collective vs. independent I/O */ + unsigned dim2d; /* 1D vs. 2D */ hsize_t h5_align; /* HDF5 object alignment */ hsize_t h5_thresh; /* HDF5 object alignment threshold */ int h5_use_chunks; /* Make HDF5 dataset chunked */ |