summaryrefslogtreecommitdiffstats
path: root/testpar/t_filters_parallel.h
Commit message (Collapse)AuthorAgeFilesLines
* Parallel Compression improvements (#1302)jhendersonHDF2022-02-241-12/+105
|
* H5Ztrans: (feature) Improved H5Z_xform_noop() and H5Z_xform_create() … (#933)Jan-Willem Blokland2021-09-131-0/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * H5Ztrans: (feature) Improved H5Z_xform_noop() and H5Z_xform_create() function - Made a small improvement for H5Z_xform_noop() function. Now, the function will also return TRUE if the data transform function expression = "x". For this case, the HDF5 library behaves in a similar fashion as the case when no data transform function has been specified. - Improved the inline documentation of the function H5Z_xform_create() such it is more inline with the rest of the code. * Committing clang-format changes * H5Ztrans: (feature) Added 3 tests for improved H5Z_xform_noop() function - Added serial test with data transform expression = "x" to verify the improved H5Z_xform_noop() function behaves as expected. - Added 2 parallel tests with data transform expression = "x" in combination with a filter. Before, these tests will fail but with the improved H5Z_xform_noop() function they work and result in the expected behavior. - Small bug fix for one of parallel filter tests. * Committing clang-format changes * H5Ztrans: (feature) Added release note about detection of the simple data transform function "x". - Added a brief explanation about the implemented improvement of the detection of the simple data transform function "x" to the RELEASE.txt file. Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
* Clang-format of source filesAllen Byrne2020-09-301-127/+174
|
* Add test to continually grow and shrink chunksJordan Henderson2018-06-041-0/+9
|
* Changes to test with checksum filter as well as deflate filterJordan Henderson2018-06-041-5/+1
|
* Fix bug in parallel reads of compressed dataJordan Henderson2018-05-171-7/+43
| | | Add remaining parallel compound dataset partial read tests
* Add data verification to parallel filtered compound write testsJordan Henderson2018-05-171-1/+27
| | | Add 3D parallel filtered partial read tests
* Add seven of fourteen parallel filtered data partial read testsJordan Henderson2018-05-151-90/+150
|
* Minor comment refactoringJordan Henderson2017-09-011-1/+1
|
* Finish up Parallel Compression test scaling workJordan Henderson2017-08-291-13/+11
|
* Partial update for scaling parallel filters testsJordan Henderson2017-08-281-67/+70
|
* Test updatesJordan Henderson2017-08-101-1/+1
|
* Start adding data verificationJordan Henderson2017-08-081-28/+50
|
* Updates to parallel filters testsJordan Henderson2017-08-031-1/+0
|
* Move test files to testpar directoryJordan Henderson2017-08-031-0/+190