[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:
This commit is contained in:
MuQun Yang 2004-12-13 12:00:57 -05:00
parent b06deb5322
commit fc01012cd5

View File

@ -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);