diff options
author | Neil Fortner <nfortne2@hdfgroup.org> | 2016-08-08 21:56:50 (GMT) |
---|---|---|
committer | Neil Fortner <nfortne2@hdfgroup.org> | 2016-08-08 21:56:50 (GMT) |
commit | 7de719287a6449cec0eab1e381d9a90f2ac8b8d1 (patch) | |
tree | 890b790ee1573c8c301a1c2c50c68bd4731fec80 /testpar/testphdf5.c | |
parent | 36c595e5ea604a815a259f439d7a36a7f026539b (diff) | |
download | hdf5-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.c')
-rw-r--r-- | testpar/testphdf5.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/testpar/testphdf5.c b/testpar/testphdf5.c index 7818101..c54cb5e 100644 --- a/testpar/testphdf5.c +++ b/testpar/testphdf5.c @@ -496,6 +496,11 @@ int main(int argc, char **argv) &rr_obj_flush_confusion_params); } + AddTest("alnbg1", + chunk_align_bug_1, NULL, + "Chunk allocation with alignment bug.", + PARATESTFILE); + AddTest("tldsc", lower_dim_size_comp_test, NULL, "test lower dim size comp in span tree to mpi derived type", |