diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2002-06-27 15:09:12 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2002-06-27 15:09:12 (GMT) |
commit | 03ccb39fa9c857190f85b04174e01af4c3c1af32 (patch) | |
tree | fbdc6397c5e479c8199092aa0d62a8b97103cf0e /perform/pio_perf.h | |
parent | 925d61b7754e1127783b1dce79f32c77a8826005 (diff) | |
download | hdf5-03ccb39fa9c857190f85b04174e01af4c3c1af32.zip hdf5-03ccb39fa9c857190f85b04174e01af4c3c1af32.tar.gz hdf5-03ccb39fa9c857190f85b04174e01af4c3c1af32.tar.bz2 |
[svn-r5720] Purpose:
New Feature
Description:
Added support for collective I/O with MPI and HDF5 access methods.
Platforms tested:
IRIX64 6.5 (modi4) w/parallel
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 53377e2..e245e8a 100644 --- a/perform/pio_perf.h +++ b/perform/pio_perf.h @@ -40,6 +40,7 @@ typedef struct parameters_ { int num_iters; /* Number of times to loop doing the IO */ size_t buf_size; /* Buffer size */ unsigned interleaved; /* Interleaved vs. contiguous blocks */ + unsigned collective; /* Collective vs. independent I/O */ hsize_t h5_align; /* HDF5 object alignment */ hsize_t h5_thresh; /* HDF5 object alignment threshold */ int h5_use_chunks; /* Make HDF5 dataset chunked */ |