summaryrefslogtreecommitdiffstats
path: root/testpar/testphdf5.h
diff options
context:
space:
mode:
authorMuQun Yang <ymuqun@hdfgroup.org>2004-07-21 23:42:10 (GMT)
committerMuQun Yang <ymuqun@hdfgroup.org>2004-07-21 23:42:10 (GMT)
commitc7ca89eedaaa021e1a14c0947f72dbcd2032e781 (patch)
tree3dbe54a046f17fd58fdcd3bfe51e839d2018bc41 /testpar/testphdf5.h
parent1232d53a3209efbdfab649b66efa8b57d4a836d5 (diff)
downloadhdf5-c7ca89eedaaa021e1a14c0947f72dbcd2032e781.zip
hdf5-c7ca89eedaaa021e1a14c0947f72dbcd2032e781.tar.gz
hdf5-c7ca89eedaaa021e1a14c0947f72dbcd2032e781.tar.bz2
[svn-r8924] Purpose:
To test collective chunk IO properly. Description: See the previous message. Solution: See the previous message. Platforms tested: arabica(Sol 2.7), eirene(Linux), copper(AIX) Misc. update:
Diffstat (limited to 'testpar/testphdf5.h')
-rw-r--r--testpar/testphdf5.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/testpar/testphdf5.h b/testpar/testphdf5.h
index 1345da3..e0e9001 100644
--- a/testpar/testphdf5.h
+++ b/testpar/testphdf5.h
@@ -129,6 +129,7 @@
#define BYROW_CONT 1
#define BYROW_DISCONT 2
#define DSET_COLLECTIVE_CHUNK_NAME "coll_chunk_name"
+#define PROP_NAME "__test__ccfoo___"
/* type definitions */
typedef struct H5Ptest_param_t /* holds extra test parameters */
{
@@ -173,6 +174,7 @@ void dataset_fillvalue(void);
void coll_chunk1();
void coll_chunk2();
void coll_chunk3();
+void coll_chunk4();
/* some commonly used routines for collective chunk IO tests*/
void ccslab_set(int mpi_rank,int mpi_size,hssize_t start[],hsize_t count[],
hsize_t stride[],hsize_t block[],int mode);