summaryrefslogtreecommitdiffstats
path: root/testpar/testphdf5.c
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.c
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.c')
-rw-r--r--testpar/testphdf5.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/testpar/testphdf5.c b/testpar/testphdf5.c
index 1cca1fd..430b8a6 100644
--- a/testpar/testphdf5.c
+++ b/testpar/testphdf5.c
@@ -376,6 +376,8 @@ main(int argc, char **argv)
AddTest("selnone", none_selection_chunk, NULL, "chunked dataset with none-selection", PARATESTFILE);
AddTest("calloc", test_chunk_alloc, NULL, "parallel extend Chunked allocation on serial file",
PARATESTFILE);
+ AddTest("chkallocser2par", test_chunk_alloc_incr_ser_to_par, NULL,
+ "chunk allocation from serial to parallel file access", PARATESTFILE);
AddTest("fltread", test_filter_read, NULL, "parallel read of dataset written serially with filters",
PARATESTFILE);