summaryrefslogtreecommitdiffstats
path: root/testpar/t_filters_parallel.h
Commit message (Collapse)AuthorAgeFilesLines
* Fixes and adjustments to t_filters_parallel (#3714)jhendersonHDF2023-10-191-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | Broadcast number of datasets to create in multi-dataset I/O cases so that interference with random number generation doesn't cause mismatches between ranks Set fill time for datasets to "never" by default and adjust on a per-test basis to avoid writing fill values to chunks when it's unnecessary Reduce number of loops run in some tests when performing multi-dataset I/O Fix an issue in the "fill time never" test where data verification could fill if file space reuse causes application buffers to be filled with chosen fill value when reading from datasets with uninitialized storage Skip multi-chunk I/O test configurations for multi-dataset I/O configurations when the TestExpress level is > 1 since those tests can be more stressful on the file system Disable use of persistent file free space management for now since it occasionally runs into an infinite loop in the library's free space management code
* Update parallel compression feature to support multi-dataset I/O (#3591)jhendersonHDF2023-10-101-0/+5
|
* Remove programmer/date from comments (#3210)Dana Robinson2023-06-291-3/+0
| | | | * Removes Programmer: and Date: fields * Fixes a few Modifications: fields leftover from previous work
* Update copyright headers (#2184)Larry Knox2022-11-011-7/+4
| | | | | * Updated source file copyright headers to remove "Copyright by the Board of Trustees of the University of Illinois", which is kept in the top-level COPYING file.
* 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