diff options
author | Mohamad Chaarawi <chaarawi@hdfgroup.org> | 2012-03-27 18:54:15 (GMT) |
---|---|---|
committer | Mohamad Chaarawi <chaarawi@hdfgroup.org> | 2012-03-27 18:54:15 (GMT) |
commit | 94502a2769418aea2523c94f0a5b6f2ad3855849 (patch) | |
tree | f0cc59e8b3ac123b4aee35b45c923c3edb4501f4 /testpar/testphdf5.h | |
parent | 6234c0dee27daa5450d140fc9189135ac2ae0fa8 (diff) | |
download | hdf5-94502a2769418aea2523c94f0a5b6f2ad3855849.zip hdf5-94502a2769418aea2523c94f0a5b6f2ad3855849.tar.gz hdf5-94502a2769418aea2523c94f0a5b6f2ad3855849.tar.bz2 |
[svn-r22157] Merge the atomicity routines from the trunk
Diffstat (limited to 'testpar/testphdf5.h')
-rw-r--r-- | testpar/testphdf5.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/testpar/testphdf5.h b/testpar/testphdf5.h index 11656f9..15ef75f 100644 --- a/testpar/testphdf5.h +++ b/testpar/testphdf5.h @@ -43,6 +43,8 @@ enum H5TEST_COLL_CHUNK_API {API_NONE=0,API_LINK_HARD, #define DATASETNAME2 "Data2" #define DATASETNAME3 "Data3" #define DATASETNAME4 "Data4" +#define DATASETNAME5 "Data5" +#define DATASETNAME6 "Data6" /* Hyperslab layout styles */ #define BYROW 1 /* divide into slabs of rows */ @@ -225,6 +227,7 @@ void independent_group_read(void); void test_fapl_mpio_dup(void); void test_fapl_mpiposix_dup(void); void test_split_comm_access(void); +void dataset_atomicity(void); void dataset_writeInd(void); void dataset_writeAll(void); void extend_writeInd(void); |