summaryrefslogtreecommitdiffstats
path: root/testpar/testphdf5.h
diff options
context:
space:
mode:
authorjhendersonHDF <jhenderson@hdfgroup.org>2023-08-22 03:09:04 (GMT)
committerGitHub <noreply@github.com>2023-08-22 03:09:04 (GMT)
commit5df18802d01d993323aa6153e4fa67b9e7d65398 (patch)
tree488208dc9e5d12c446a6de0a33097256e0192c77 /testpar/testphdf5.h
parentffde055be2995ea62ee5ccbcb9c3a838b1fed229 (diff)
downloadhdf5-5df18802d01d993323aa6153e4fa67b9e7d65398.zip
hdf5-5df18802d01d993323aa6153e4fa67b9e7d65398.tar.gz
hdf5-5df18802d01d993323aa6153e4fa67b9e7d65398.tar.bz2
Fix serial to parallel chunked dataset file space allocation bug (#3394)
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);