diff options
author | MuQun Yang <ymuqun@hdfgroup.org> | 2005-08-11 18:49:15 (GMT) |
---|---|---|
committer | MuQun Yang <ymuqun@hdfgroup.org> | 2005-08-11 18:49:15 (GMT) |
commit | cf377ac318fe294d3ebcd20457c7c954bb083b0d (patch) | |
tree | d7aba90139c0845d2bfc79885c89acc743c15b08 | |
parent | 870c5b2f66c158446b385cf67f507f1641aca1e2 (diff) | |
download | hdf5-cf377ac318fe294d3ebcd20457c7c954bb083b0d.zip hdf5-cf377ac318fe294d3ebcd20457c7c954bb083b0d.tar.gz hdf5-cf377ac318fe294d3ebcd20457c7c954bb083b0d.tar.bz2 |
[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:
-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", |