diff options
author | MuQun Yang <ymuqun@hdfgroup.org> | 2004-12-08 23:33:40 (GMT) |
---|---|---|
committer | MuQun Yang <ymuqun@hdfgroup.org> | 2004-12-08 23:33:40 (GMT) |
commit | e7e76b687696151281874d9b89e03f79f97fff4b (patch) | |
tree | 8d2347efd2e1ad576b442257c30113109e14ced0 /testpar/testphdf5.h | |
parent | 14f88c168f75d18761a40c07aa2515896e009c48 (diff) | |
download | hdf5-e7e76b687696151281874d9b89e03f79f97fff4b.zip hdf5-e7e76b687696151281874d9b89e03f79f97fff4b.tar.gz hdf5-e7e76b687696151281874d9b89e03f79f97fff4b.tar.bz2 |
[svn-r9649] Purpose:
Adding routines to test irrgular hyperslab selection inside one chunk.
Description:
For debugging purpose, tests are turned off now.
Solution:
Platforms tested:
AIX 5.1 and Linux 2.4 with parallel enabled.
Misc. update:
Diffstat (limited to 'testpar/testphdf5.h')
-rw-r--r-- | testpar/testphdf5.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/testpar/testphdf5.h b/testpar/testphdf5.h index cc16719..96384bf 100644 --- a/testpar/testphdf5.h +++ b/testpar/testphdf5.h @@ -259,6 +259,10 @@ void coll_chunk3(void); void coll_chunk4(void); void coll_irregular_cont_read(void); void coll_irregular_cont_write(void); +void coll_irregular_simple_chunk_read(void); +void coll_irregular_simple_chunk_write(void); +void coll_irregular_complex_chunk_read(void); +void coll_irregular_complex_chunk_write(void); void io_mode_confusion(void); #ifdef H5_HAVE_FILTER_DEFLATE void compress_readAll(void); |