summaryrefslogtreecommitdiffstats
path: root/testpar/testphdf5.h
diff options
context:
space:
mode:
authorjhendersonHDF <jhenderson@hdfgroup.org>2023-09-01 12:20:05 (GMT)
committerGitHub <noreply@github.com>2023-09-01 12:20:05 (GMT)
commitfdeac5309eceeed5159dcbc60de4161f144593ef (patch)
treeef03b76215d539dbf4fb1249910b66327886d821 /testpar/testphdf5.h
parent26c8d0c32ed7f3db00ff8d997e5606e07666e846 (diff)
downloadhdf5-fdeac5309eceeed5159dcbc60de4161f144593ef.zip
hdf5-fdeac5309eceeed5159dcbc60de4161f144593ef.tar.gz
hdf5-fdeac5309eceeed5159dcbc60de4161f144593ef.tar.bz2
Fix serial to parallel chunked dataset file space allocation bug (#3394) (#3467)
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 820fdc3..631ad44 100644
--- a/testpar/testphdf5.h
+++ b/testpar/testphdf5.h
@@ -256,6 +256,7 @@ void none_selection_chunk(void);
void actual_io_mode_tests(void);
void no_collective_cause_tests(void);
void test_chunk_alloc(void);
+void test_chunk_alloc_incr_ser_to_par(void);
void test_filter_read(void);
void compact_dataset(void);
void null_dataset(void);