summaryrefslogtreecommitdiffstats
path: root/testpar/t_2Gio.c
Commit message (Expand)AuthorAgeFilesLines
* Print some messages in parallel tests on MPI rank 0 only (#3785)jhendersonHDF2023-10-281-3/+3
* Fix several spelling/grammar issues (#3621)jhendersonHDF2023-10-031-1/+1
* Strip HD prefix from string/char C API calls (#3540)Dana Robinson2023-09-151-7/+7
* Consistent initialization of hid_t in the tests (#3521)Scot Breitenfeld2023-09-081-19/+19
* Convert hbool_t --> bool in testpar (#3495)Dana Robinson2023-09-051-8/+8
* Removed all the ranks printing out testing information (#3457)Scot Breitenfeld2023-09-011-0/+2
* Skip atomicity tests for OpenMPI major versions < 5 (#3421)jhendersonHDF2023-08-241-338/+0
* Remove HD from HDmem* calls (#3211)Dana Robinson2023-06-291-4/+4
* Remove programmer/date from comments (#3210)Dana Robinson2023-06-291-22/+0
* Remove HD from memory allocate/free calls (#3195)Dana Robinson2023-06-281-85/+85
* Rename HD(f)printf() to (f)printf() (#3194)Dana Robinson2023-06-281-115/+115
* Rename HDassert() to assert() (#3191)Dana Robinson2023-06-281-5/+5
* Implement selection I/O with type conversion (#2823)Neil Fortner2023-04-281-13/+64
* Update copyright headers (#2184)Larry Knox2022-11-011-1/+0
* Fix typos found in the rest of the hdf5 code-base (#1985)luzpaz2022-08-101-1/+1
* Develop clang 13 format (#1933)Allen Byrne2022-07-261-28/+28
* sprintf to snprintf (#1815)Sean McBride2022-06-221-4/+7
* Update windows VS2019 and fix comments (#1781)Allen Byrne2022-05-201-1/+1
* Set default level to minimum time (#1722)Allen Byrne2022-05-171-2/+2
* Fix some const cast and stack/static object size warnings (#1700)jhendersonHDF2022-05-011-2/+18
* spelling fixes (#1561)Scot Breitenfeld2022-03-311-1/+1
* Parallel Compression improvements (#1302)jhendersonHDF2022-02-241-274/+1
* OESS-168: Remove clang warnings. (#1284)H. Joe Lee2021-12-131-8/+8
* Fixed Spelling Errors (#1166)Scot Breitenfeld2021-12-071-25/+25
* Update license url part2 (#333)Larry Knox2021-02-171-1/+1
* develop revert source to clang-format version 11 (#293)Allen Byrne2021-01-291-3/+3
* Basic alignment with async branch (#115)Quincey Koziol2020-11-231-6/+6
* Clang-format of source filesAllen Byrne2020-09-301-1403/+1355
* Fix some HDfprintf compilation errors: use the right format stringsDavid Young2020-09-241-3/+4
* Trim trailing whitespaceQuincey Koziol2020-04-201-11/+11
* testpar/t_2Gio.c: Fix a typo that I think was introduced by aDavid Young2020-01-291-1/+1
* fix Wredundant-decls, Wswitch-default, Wdeclaration-after-statement, Wsign-co...kmu2020-01-271-27/+42
* squash cast warning fixkmu2020-01-231-107/+108
* Merge pull request #2292 in HDFFV/hdf5 from ~KMU/hdf5:bugfix/prototype to dev...Kimmy Mu2020-01-231-1/+1
|\
| * fix missing prototype warningkmu2020-01-211-1/+1
* | merge and fix conflictkmu2020-01-191-2/+0
|/
* Change from using H5Dcreate to H5Dcreate2Richard Warren2019-12-111-2/+2
* Adds a new t_2Gio.c MPI testRichard Warren2019-11-261-0/+4980