diff options
author | Jordan Henderson <jhenderson@hdfgroup.org> | 2019-01-25 21:32:51 (GMT) |
---|---|---|
committer | Jordan Henderson <jhenderson@hdfgroup.org> | 2019-02-12 00:31:23 (GMT) |
commit | 65a820ae8981a84fe7fbac87c48482e9f82b35f4 (patch) | |
tree | 9635dda26035ed3bd9b3531f4b552fb05b44127f /testpar/testphdf5.h | |
parent | dfaf51fda44621fa4c8136575fa6a2a26c9b08cc (diff) | |
download | hdf5-65a820ae8981a84fe7fbac87c48482e9f82b35f4.zip hdf5-65a820ae8981a84fe7fbac87c48482e9f82b35f4.tar.gz hdf5-65a820ae8981a84fe7fbac87c48482e9f82b35f4.tar.bz2 |
Fix some collective metadata read issues
Diffstat (limited to 'testpar/testphdf5.h')
-rw-r--r-- | testpar/testphdf5.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/testpar/testphdf5.h b/testpar/testphdf5.h index 176574e..4409221 100644 --- a/testpar/testphdf5.h +++ b/testpar/testphdf5.h @@ -295,6 +295,8 @@ void compress_readAll(void); #endif /* H5_HAVE_FILTER_DEFLATE */ void test_dense_attr(void); void test_partial_no_selection_coll_md_read(void); +void test_multi_chunk_io_addrmap_issue(void); +void test_link_chunk_io_sort_chunk_issue(void); /* commonly used prototypes */ hid_t create_faccess_plist(MPI_Comm comm, MPI_Info info, int l_facc_type); |