From cf377ac318fe294d3ebcd20457c7c954bb083b0d Mon Sep 17 00:00:00 2001 From: MuQun Yang Date: Thu, 11 Aug 2005 13:49:15 -0500 Subject: [svn-r11232] Purpose: Modified collective chunk Io test Description: One test(collective chunk IO test 4) is no longer needed. Comment out first. The code should be cleaned up later. Solution: Platforms tested: Misc. update: --- testpar/testphdf5.c | 2 ++ 1 file changed, 2 insertions(+) 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", -- cgit v0.12