summaryrefslogtreecommitdiffstats
path: root/testpar
Commit message (Expand)AuthorAgeFilesLines
* Add new API function H5Pget_actual_select_io_mode() (#2974)Neil Fortner2023-10-202-485/+770
* Fixes and adjustments to t_filters_parallel (#3714)jhendersonHDF2023-10-192-81/+152
* Suppress format string warnings in subfiling test (#3699)Dana Robinson2023-10-171-0/+4
* Add test info output to t_filters_parallel (#3696)jhendersonHDF2023-10-171-4/+21
* Fix printf warnings in t_mpi (#3679)Dana Robinson2023-10-161-3/+6
* Fix uninitialized subfiling test variable (#3675)Dana Robinson2023-10-151-1/+1
* 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-102-3567/+4779
* Fix several spelling/grammar issues (#3621)jhendersonHDF2023-10-038-12/+12
* Fix typos (#3609)H. Joe Lee2023-09-272-27/+27
* Remove `sh` to run bash script. (#3590)H. Joe Lee2023-09-261-8/+6
* Replaces HDgetenv with getenv (#3599)Scot Breitenfeld2023-09-264-9/+9
* Fix typos and grammar in t_pread. (#3565)H. Joe Lee2023-09-221-7/+7
* Check return values from HDF5 API calls. (#3556)H. Joe Lee2023-09-221-4/+2
* Strip HD prefix from string/char C API calls (#3540)Dana Robinson2023-09-1522-338/+336
* Remove HD prefix from HDlog10 calls (#3539)Dana Robinson2023-09-151-8/+8
* quiet warning on sunspot (gcc 11.2.0) (#3534)Scot Breitenfeld2023-09-131-1/+1
* Consistent initialization of hid_t in the tests (#3521)Scot Breitenfeld2023-09-0813-182/+182
* Convert hbool_t --> bool in testpar (#3495)Dana Robinson2023-09-0537-1616/+1613
* Removed all the ranks printing out testing information (#3457)Scot Breitenfeld2023-09-013-3/+11
* chore: match function call and VRFY() output (#3428)H. Joe Lee2023-08-251-3/+3
* Fix use of uninitialized value in testpar/t_dset.c test (#3423)jhendersonHDF2023-08-241-0/+2
* Skip atomicity tests for OpenMPI major versions < 5 (#3421)jhendersonHDF2023-08-242-338/+9
* chore: remove gubbins comment (#3420)H. Joe Lee2023-08-242-4/+0
* chore: fix typo (#3405)H. Joe Lee2023-08-221-1/+1
* Fix serial to parallel chunked dataset file space allocation bug (#3394)jhendersonHDF2023-08-223-0/+280
* Fix assertion failure during file close on error (#3387)jhendersonHDF2023-08-183-0/+55
* Work around a testphdf5 failure on Cray MPICH machines (#3361)jhendersonHDF2023-08-081-7/+10
* Implementation of the mpio driver with selection I/O. (#3222)vchoi-hdfgroup2023-08-074-87/+2139
* test(parallel): verify FALSE case (#3356)H. Joe Lee2023-08-051-11/+17
* Fixes the last of the -Wextra-semi-stmt warnings (#3326)Sean McBride2023-08-028-128/+128
* chore: fix typo - persent -> present (#3273)H. Joe Lee2023-07-254-4/+4
* chore: fix grammar - get hang -> get hung (#3272)H. Joe Lee2023-07-248-15/+15
* chore: make VRFY output consistent (#3268)H. Joe Lee2023-07-241-1/+1
* Fixed some -Wunused-variable warnings and one Wsometimes-uninitialized warnin...Sean McBride2023-07-201-1/+1
* Fix some warnings in developer builds (#3247)jhendersonHDF2023-07-185-60/+27
* Replace support.hdfgroup.org URLs for alternative COPYING file (#3228)Larry Knox2023-07-1221-20/+31
* Remove HD from HDmem* calls (#3211)Dana Robinson2023-06-2925-202/+199
* Remove programmer/date from comments (#3210)Dana Robinson2023-06-2931-724/+0
* Remove HD from C std lib file ops (#3206)Dana Robinson2023-06-297-107/+107
* Remove HD from strto* calls (#3204)Dana Robinson2023-06-291-2/+2
* Rename HDexit() and related to exit(), etc. (#3202)Dana Robinson2023-06-296-17/+17
* Remove some "Programmer" comments (#3209)Dana Robinson2023-06-292-8/+6
* Rename HDato*() to ato*() (#3201)Dana Robinson2023-06-291-1/+1
* Remove HD from protected POSIX calls (#3203)Dana Robinson2023-06-291-1/+1
* Remove HD from memory allocate/free calls (#3195)Dana Robinson2023-06-2841-1503/+1502
* Rename HD(f)printf() to (f)printf() (#3194)Dana Robinson2023-06-2849-3442/+3402
* Rename HDassert() to assert() (#3191)Dana Robinson2023-06-2819-457/+457
* Fix assertion failure when attempting to use IOC VFD directly (#3187)jhendersonHDF2023-06-282-0/+42