diff options
-rw-r--r-- | testpar/testphdf5.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/testpar/testphdf5.c b/testpar/testphdf5.c index 5fe8cb7..a87af91 100644 --- a/testpar/testphdf5.c +++ b/testpar/testphdf5.c @@ -443,8 +443,10 @@ int main(int argc, char **argv) coll_chunk2,NULL, "noncontiguous collective chunk io",PARATESTFILE); AddTest("cchunk3", coll_chunk3,NULL, "multi-chunk collective chunk io",PARATESTFILE); +#if 0 AddTest("cchunk4", coll_chunk4,NULL, "collective to independent chunk io",PARATESTFILE); +#endif /* irregular collective IO tests*/ AddTest("ccontw", |