summaryrefslogtreecommitdiffstats
path: root/testpar/testphdf5.c
diff options
context:
space:
mode:
authorDana Robinson <43805+derobins@users.noreply.github.com>2023-09-01 22:21:17 (GMT)
committerGitHub <noreply@github.com>2023-09-01 22:21:17 (GMT)
commit12b5897f1aeb0cb97e28aabcac50e407de34942b (patch)
tree1480e4570353a394bf0885c5674ce325c4dab128 /testpar/testphdf5.c
parent5e69b25d84db2bb030aa0322bd9f4ff90d59f05d (diff)
downloadhdf5-12b5897f1aeb0cb97e28aabcac50e407de34942b.zip
hdf5-12b5897f1aeb0cb97e28aabcac50e407de34942b.tar.gz
hdf5-12b5897f1aeb0cb97e28aabcac50e407de34942b.tar.bz2
Revert "Revert "[1.10 Merge] Fix serial to parallel chunked dataset file space allocation bug (#3394) (#3475)" (#3479)" (#3486)
This reverts commit e3d420084c9bcc3e8f2a4e68bc01e39a1a5f48d1. ^^^ Which itself was a revert of dd4c6c7
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 be6a8ea..8b6b43e 100644
--- a/testpar/testphdf5.c
+++ b/testpar/testphdf5.c
@@ -374,6 +374,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);