summaryrefslogtreecommitdiffstats
path: root/testpar/testphdf5.c
diff options
context:
space:
mode:
authorMuQun Yang <ymuqun@hdfgroup.org>2005-04-05 19:43:14 (GMT)
committerMuQun Yang <ymuqun@hdfgroup.org>2005-04-05 19:43:14 (GMT)
commit133d48e6d0548f0bc515e4fdaa420c76fc3bb52e (patch)
treee3c636e9b80311ca214f52c50f98adb3f4b1dfb5 /testpar/testphdf5.c
parent1d6c4017ec2e8c7b8284cef20aac85ec9f9f8c2f (diff)
downloadhdf5-133d48e6d0548f0bc515e4fdaa420c76fc3bb52e.zip
hdf5-133d48e6d0548f0bc515e4fdaa420c76fc3bb52e.tar.gz
hdf5-133d48e6d0548f0bc515e4fdaa420c76fc3bb52e.tar.bz2
[svn-r10546] Purpose:
Support collective IO for irregular selection. Description: Solution: Platforms tested: Linux with MPICH AIX with mpcc_r Linux with ChaMPIO Altix with intel Misc. update:
Diffstat (limited to 'testpar/testphdf5.c')
-rw-r--r--testpar/testphdf5.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/testpar/testphdf5.c b/testpar/testphdf5.c
index d13bfe7..81bfbeb 100644
--- a/testpar/testphdf5.c
+++ b/testpar/testphdf5.c
@@ -435,7 +435,6 @@ int main(int argc, char **argv)
"collective to independent chunk io",PARATESTFILE);
}
-#ifdef KYANG
AddTest("ccontw",coll_irregular_cont_write,NULL,
"collective irregular contiguous write",PARATESTFILE);
AddTest("ccontr",coll_irregular_cont_read,NULL,
@@ -451,7 +450,6 @@ int main(int argc, char **argv)
AddTest("ccchunkr",coll_irregular_complex_chunk_read,NULL,
"collective irregular complex chunk read",PARATESTFILE);
-#endif
AddTest("null", null_dataset, NULL,
"null dataset test", PARATESTFILE);