summaryrefslogtreecommitdiffstats
path: root/testpar/testphdf5.h
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2010-07-19 08:09:49 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2010-07-19 08:09:49 (GMT)
commit1ff6aff53dacca3afaa96ad959c857693ea6f6d6 (patch)
treeb5592c43a2e492fe039f0f8361dc6acfc83456a2 /testpar/testphdf5.h
parentcf6e2c99a43cd794e85ac8e23fee2e45a35d9121 (diff)
downloadhdf5-1ff6aff53dacca3afaa96ad959c857693ea6f6d6.zip
hdf5-1ff6aff53dacca3afaa96ad959c857693ea6f6d6.tar.gz
hdf5-1ff6aff53dacca3afaa96ad959c857693ea6f6d6.tar.bz2
[svn-r19093] Description:
Bring r19092 from trunk to 1.8 branch: Bring "shape same" changes from LBL branch to trunk. These changes allow shapes that are the same, but projected into dataspaces with different ranks to be detected correctly, and also contains code to project a dataspace into greater/lesser number of dimensions, so the I/O can proceed in a faster way. These changes also contain several bug fixes and _lots_ of code cleanups to the MPI datatype creation code. Many other misc. code cleanup are included as well... Tested on: FreeBSD/32 6.3 (duty) in debug mode FreeBSD/64 6.3 (liberty) w/C++ & FORTRAN, in debug mode (h5committested on trunk)
Diffstat (limited to 'testpar/testphdf5.h')
-rw-r--r--testpar/testphdf5.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/testpar/testphdf5.h b/testpar/testphdf5.h
index 24c4432..ba46e4d 100644
--- a/testpar/testphdf5.h
+++ b/testpar/testphdf5.h
@@ -237,6 +237,10 @@ void coll_irregular_simple_chunk_write(void);
void coll_irregular_complex_chunk_read(void);
void coll_irregular_complex_chunk_write(void);
void io_mode_confusion(void);
+void lower_dim_size_comp_test(void);
+void link_chunk_collective_io_test(void);
+void contig_hyperslab_dr_pio_test(void);
+void checker_board_hyperslab_dr_pio_test(void);
#ifdef H5_HAVE_FILTER_DEFLATE
void compress_readAll(void);
#endif /* H5_HAVE_FILTER_DEFLATE */