summaryrefslogtreecommitdiffstats
path: root/testpar/testphdf5.h
diff options
context:
space:
mode:
authorNeil Fortner <nfortne2@hdfgroup.org>2016-08-11 20:56:13 (GMT)
committerNeil Fortner <nfortne2@hdfgroup.org>2016-08-11 20:56:13 (GMT)
commit6dec81e7ac7edacf524a8f4dbb125d4fe40f3dc0 (patch)
tree63c89d90dfee9e6e7dabef15b007e98a024a7d14 /testpar/testphdf5.h
parent1d9e5ff1ca96bd10b66507ba281cb4617090e65e (diff)
downloadhdf5-6dec81e7ac7edacf524a8f4dbb125d4fe40f3dc0.zip
hdf5-6dec81e7ac7edacf524a8f4dbb125d4fe40f3dc0.tar.gz
hdf5-6dec81e7ac7edacf524a8f4dbb125d4fe40f3dc0.tar.bz2
[svn-r30278] Merge revision 30270 to the 1.8 branch
Fix an issue that could occur when allocating a chunked dataset in parallel, with an alignment threshold set to be larger than the chunk size but smaller than the size of the small data aggregator. Tested: h5committest, jelly, ummon (trunk); h5committest, jelly, ummon (1.8)
Diffstat (limited to 'testpar/testphdf5.h')
-rw-r--r--testpar/testphdf5.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/testpar/testphdf5.h b/testpar/testphdf5.h
index efd3424..4fb668e 100644
--- a/testpar/testphdf5.h
+++ b/testpar/testphdf5.h
@@ -283,6 +283,7 @@ void io_mode_confusion(void);
void rr_obj_hdr_flush_confusion(void);
void rr_obj_hdr_flush_confusion_reader(MPI_Comm comm);
void rr_obj_hdr_flush_confusion_writer(MPI_Comm comm);
+void chunk_align_bug_1(void);
void lower_dim_size_comp_test(void);
void link_chunk_collective_io_test(void);
void contig_hyperslab_dr_pio_test(ShapeSameTestMethods sstest_type);