From fc01012cd541837f15998f2be9c108404cb4b087 Mon Sep 17 00:00:00 2001
From: MuQun Yang <ymuqun@hdfgroup.org>
Date: Mon, 13 Dec 2004 12:00:57 -0500
Subject: [svn-r9658] Purpose: Check in testing code for irregular hyperslab
 selection with multiple chunks.

Description:
For debugging only, will not be tested by h5committest.

Solution:

Platforms tested:
Linux 2.4 (mpich 1.2.6)

Misc. update:
---
 testpar/testphdf5.c | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/testpar/testphdf5.c b/testpar/testphdf5.c
index da561e5..ce1a4cf 100644
--- a/testpar/testphdf5.c
+++ b/testpar/testphdf5.c
@@ -352,7 +352,6 @@ int main(int argc, char **argv)
     TestInit(argv[0], usage, parse_options);
 
     /* Tests are generally arranged from least to most complexity... */
-
     AddTest("mpiodup", test_fapl_mpio_dup, NULL, 
 	    "fapl_mpio duplicate", NULL);
     AddTest("posixdup", test_fapl_mpiposix_dup, NULL, 
@@ -446,10 +445,15 @@ int main(int argc, char **argv)
             "collective irregular simple chunk write",PARATESTFILE);
     AddTest("cschunkr",coll_irregular_simple_chunk_read,NULL,
             "collective irregular simple chunk read",PARATESTFILE);
-   #endif
 
-    
+    AddTest("ccchunkw",coll_irregular_complex_chunk_write,NULL,
+            "collective irregular complex chunk write",PARATESTFILE);
 
+    AddTest("ccchunkr",coll_irregular_complex_chunk_read,NULL,
+            "collective irregular complex chunk read",PARATESTFILE);
+
+#endif
+    
     AddTest("null", null_dataset, NULL, 
 	    "null dataset test", PARATESTFILE);
 
-- 
cgit v0.12