summaryrefslogtreecommitdiffstats
path: root/testpar/t_filters_parallel.c
Commit message (Expand)AuthorAgeFilesLines
* Implement selection vector I/O with collective chunk filling (#3826)vchoi-hdfgroup2023-11-161-12/+21
* Add new API function H5Pget_actual_select_io_mode() (#2974)Neil Fortner2023-10-201-221/+393
* Fixes and adjustments to t_filters_parallel (#3714)jhendersonHDF2023-10-191-80/+151
* Add test info output to t_filters_parallel (#3696)jhendersonHDF2023-10-171-4/+21
* Add expedited testing support to t_filters_parallel (#3665)jhendersonHDF2023-10-121-26/+68
* Simplify. (#3659)H. Joe Lee2023-10-121-1/+1
* Update parallel compression feature to support multi-dataset I/O (#3591)jhendersonHDF2023-10-101-3567/+4774
* Strip HD prefix from string/char C API calls (#3540)Dana Robinson2023-09-151-57/+56
* Convert hbool_t --> bool in testpar (#3495)Dana Robinson2023-09-051-3/+3
* Fix some warnings in developer builds (#3247)jhendersonHDF2023-07-181-0/+3
* Remove HD from HDmem* calls (#3211)Dana Robinson2023-06-291-62/+61
* Remove programmer/date from comments (#3210)Dana Robinson2023-06-291-68/+0
* Remove HD from C std lib file ops (#3206)Dana Robinson2023-06-291-45/+45
* Remove HD from memory allocate/free calls (#3195)Dana Robinson2023-06-281-450/+450
* Rename HD(f)printf() to (f)printf() (#3194)Dana Robinson2023-06-281-207/+207
* Many fixes to various compiler warnings (#3124)Sean McBride2023-06-191-2/+2
* Many clang -Wextra-semi-stmt fixes (#2537)Sean McBride2023-06-161-3/+3
* Update copyright headers (#2184)Larry Knox2022-11-011-7/+4
* Develop clang 13 format (#1933)Allen Byrne2022-07-261-95/+103
* Warnings fixes (#1680)jhendersonHDF2022-04-251-2/+4
* Parallel Compression improvements (#1302)jhendersonHDF2022-02-241-1142/+3442
* H5Ztrans: (feature) Improved H5Z_xform_noop() and H5Z_xform_create() … (#933)Jan-Willem Blokland2021-09-131-1/+402
* Fixes parallel issues from recent C99 changes (#809)Dana Robinson2021-06-301-2/+2
* Combo set of async and other changes (#161)Quincey Koziol2021-06-021-4/+4
* Clang-format of source filesAllen Byrne2020-09-301-1707/+1826
* Repair more format strings.David Young2020-09-261-26/+26
* Fixed the heap overflow in t_filters_parallelDana Robinson2019-06-211-3/+3
* Fixed some low-hanging fruit from -fsanitize in t_filters_parallel.Dana Robinson2019-06-211-0/+5
* Updates to t_filters_parallel for missing filtersJordan Henderson2018-12-051-139/+220
* Add configure check for MPI_Mprobe and MPI_Imrecv functionsJordan Henderson2018-07-261-0/+14
* Add test to continually grow and shrink chunksJordan Henderson2018-06-041-0/+140
* Changes to test with checksum filter as well as deflate filterJordan Henderson2018-06-041-30/+91
* Fix bug in parallel reads of compressed dataJordan Henderson2018-05-171-2/+877
* Add data verification to parallel filtered compound write testsJordan Henderson2018-05-171-353/+1101
* Add seven of fourteen parallel filtered data partial read testsJordan Henderson2018-05-151-578/+2244
* Amend tests to explicitly use H5Dcreate2 and H5Dopen2Jordan Henderson2017-09-011-28/+28
* Finish up Parallel Compression test scaling workJordan Henderson2017-08-291-80/+38
* Partial update for scaling parallel filters testsJordan Henderson2017-08-281-299/+368
* Add test for write parallel; read serial caseJordan Henderson2017-08-111-2/+142
* Fix uninitialized array issue in testJordan Henderson2017-08-111-35/+5
* Test updatesJordan Henderson2017-08-101-41/+240
* Add data verification for first half of testsJordan Henderson2017-08-101-28/+105
* Start adding data verificationJordan Henderson2017-08-081-18/+143
* Switch tests over to use testing macrosJordan Henderson2017-08-081-1044/+727
* Updates to parallel filters testsJordan Henderson2017-08-031-171/+175
* Move test files to testpar directoryJordan Henderson2017-08-031-0/+2250