mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-04-12 17:31:09 +08:00
[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:
parent
b06deb5322
commit
fc01012cd5
@ -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);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user