summaryrefslogtreecommitdiffstats
path: root/testpar/testphdf5.h
diff options
context:
space:
mode:
authorNeil Fortner <nfortne2@hdfgroup.org>2016-08-08 21:56:50 (GMT)
committerNeil Fortner <nfortne2@hdfgroup.org>2016-08-08 21:56:50 (GMT)
commit7de719287a6449cec0eab1e381d9a90f2ac8b8d1 (patch)
tree890b790ee1573c8c301a1c2c50c68bd4731fec80 /testpar/testphdf5.h
parent36c595e5ea604a815a259f439d7a36a7f026539b (diff)
downloadhdf5-7de719287a6449cec0eab1e381d9a90f2ac8b8d1.zip
hdf5-7de719287a6449cec0eab1e381d9a90f2ac8b8d1.tar.gz
hdf5-7de719287a6449cec0eab1e381d9a90f2ac8b8d1.tar.bz2
[svn-r30270] 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: koala, ostrich (h5committest); jelly, ummon
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 7d6ff22..9838673 100644
--- a/testpar/testphdf5.h
+++ b/testpar/testphdf5.h
@@ -285,6 +285,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);