diff options
Diffstat (limited to 'testpar')
-rw-r--r-- | testpar/testphdf5.c | 2 | ||||
-rw-r--r-- | testpar/testphdf5.h | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/testpar/testphdf5.c b/testpar/testphdf5.c index 26642bf..ba6a075 100644 --- a/testpar/testphdf5.c +++ b/testpar/testphdf5.c @@ -469,7 +469,6 @@ int main(int argc, char **argv) AddTest("fillvalue", dataset_fillvalue, NULL, "dataset fill value", filenames[8]); - AddTest("coll. chunked 1", coll_chunk1,NULL, "simple collective chunk io",filenames[10]); AddTest("coll. chunked 2", coll_chunk2,NULL, @@ -478,6 +477,7 @@ int main(int argc, char **argv) "multi-chunk collective chunk io",filenames[12]); AddTest("coll. chunked 4", coll_chunk4,NULL, "collective to independent chunk io",filenames[13]); + /* Display testing information */ TestInfo(argv[0]); diff --git a/testpar/testphdf5.h b/testpar/testphdf5.h index 379fd1e..a608035 100644 --- a/testpar/testphdf5.h +++ b/testpar/testphdf5.h @@ -127,6 +127,7 @@ #define BYROW_CONT 1 #define BYROW_DISCONT 2 #define DSET_COLLECTIVE_CHUNK_NAME "coll_chunk_name" + /* type definitions */ typedef struct H5Ptest_param_t /* holds extra test parameters */ { |