diff options
author | MuQun Yang <ymuqun@hdfgroup.org> | 2006-02-16 17:12:08 (GMT) |
---|---|---|
committer | MuQun Yang <ymuqun@hdfgroup.org> | 2006-02-16 17:12:08 (GMT) |
commit | 25837d324e306ea5631029b5b14e34d4a5e97c59 (patch) | |
tree | 1806ded545a4811eeebeaee73b48b4ca39b9b795 /testpar/testphdf5.h | |
parent | 0fe91bb1a28ccfea8e67e3834155811d27446391 (diff) | |
download | hdf5-25837d324e306ea5631029b5b14e34d4a5e97c59.zip hdf5-25837d324e306ea5631029b5b14e34d4a5e97c59.tar.gz hdf5-25837d324e306ea5631029b5b14e34d4a5e97c59.tar.bz2 |
[svn-r11951] Purpose:
Enhance collective chunk IO supports
Description:
Add a new test to check the correctness of the HDF5 library behavior for collective IO mode when one process doesn't have any contribution for IO.
Solution:
Platforms tested:
IBM AIX 5.2(copper)
Linux (heping) mpich-1.2.6
Misc. update:
Diffstat (limited to 'testpar/testphdf5.h')
-rw-r--r-- | testpar/testphdf5.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testpar/testphdf5.h b/testpar/testphdf5.h index e085b62..416c3d3 100644 --- a/testpar/testphdf5.h +++ b/testpar/testphdf5.h @@ -55,6 +55,7 @@ #define SPACE_DIM2 3 #define BYROW_CONT 1 #define BYROW_DISCONT 2 +#define BYROW_SELECTNONE 3 #define DSET_COLLECTIVE_CHUNK_NAME "coll_chunk_name" |