summaryrefslogtreecommitdiffstats
path: root/src/H5Dmpio.c
Commit message (Expand)AuthorAgeFilesLines
* Remove useless headers (#4145)Dana Robinson2024-03-151-1/+0
* Refactor datatype conversion code to use pointers rather than IDs (#4104)jhendersonHDF2024-03-101-1/+1
* Remove H5DEBUG() calls from H5Dmpio.c (#4103)Dana Robinson2024-03-101-3/+2
* Fix misc. warnings from GCC when compiling with -fsanitize=undefined (#3787)jhendersonHDF2023-11-011-1/+2
* Avoid attempted use of NULL pointer in parallel compression code (#3786)jhendersonHDF2023-10-281-0/+4
* Fix some issues with collective metadata reads for chunked datasets (#3716)jhendersonHDF2023-10-241-20/+20
* Update parallel compression feature to support multi-dataset I/O (#3591)jhendersonHDF2023-10-101-745/+1211
* Drop MPI-2 support (#3643)Scot Breitenfeld2023-10-081-16/+0
* Replaces HDgetenv with getenv (#3599)Scot Breitenfeld2023-09-261-1/+1
* Strip HD prefix from string/char C API calls (#3540)Dana Robinson2023-09-151-9/+9
* Convert hbool_t --> bool in src (#3496)Dana Robinson2023-09-051-150/+147
* Convert some H5MM calls to standard C equivalents (#2382)Dana Robinson2023-08-251-2/+2
* Implementation of the mpio driver with selection I/O. (#3222)vchoi-hdfgroup2023-08-071-19/+3
* Fix assertion failure in H5D__mpio_collective_filtered_vec_io (#3340)jhendersonHDF2023-08-031-3/+3
* Made HGOTO_ERROR a do-while loop (#3308)Sean McBride2023-08-021-149/+155
* Switch parallel compression to use vector I/O (#3245)jhendersonHDF2023-08-021-814/+526
* Another round of fixing -Wextra-semi-stmt warnings (#3264)Sean McBride2023-07-241-14/+14
* Fixed more warnings about extra semicolons (#3249)Sean McBride2023-07-181-7/+7
* Fix some warnings in developer builds (#3247)jhendersonHDF2023-07-181-23/+0
* Remove HD from HDmem* calls (#3211)Dana Robinson2023-06-291-7/+7
* Remove programmer/date from comments (#3210)Dana Robinson2023-06-291-37/+0
* Remove HD from C std lib file ops (#3206)Dana Robinson2023-06-291-4/+4
* Rename HD(f)printf() to (f)printf() (#3194)Dana Robinson2023-06-281-4/+4
* Rename HDassert() to assert() (#3191)Dana Robinson2023-06-281-113/+113
* Rename HDqsort() to qsort() (#3193)Dana Robinson2023-06-281-10/+10
* Convert H5F haddr_t macros to H5 (#3039)Dana Robinson2023-06-051-19/+19
* Implement selection I/O with type conversion (#2823)Neil Fortner2023-04-281-14/+46
* Fix parallel warnings in H5Dmpio.c (#2457)Dana Robinson2023-02-131-2/+8
* Update copyright headers (#2184)Larry Knox2022-11-011-1/+0
* Multi Dataset (#2120)Neil Fortner2022-10-191-893/+804
* Develop clang 13 format (#1933)Allen Byrne2022-07-261-78/+78
* Updates uthash and makes some tweaks (#1928)Dana Robinson2022-07-251-9/+0
* Fix some hard-coded MPI I/O VFD checks (#1898)jhendersonHDF2022-07-181-2/+2
* Fixes a few minor parallel warnings (#1832)Dana Robinson2022-06-291-1/+16
* Fix some const cast and stack/static object size warnings (#1700)jhendersonHDF2022-05-011-3/+3
* Warnings fixes (#1680)jhendersonHDF2022-04-251-4/+6
* Removes the STATIC flavor of FUNC_ENTER macros (#1622)Dana Robinson2022-04-081-31/+31
* Add H5_CHECK_MPI_VERSION macro to check for at least MPI version of (version,...jhendersonHDF2022-03-301-5/+5
* Misc fixes highlighted by the checkposix script (#1499)Dana Robinson2022-03-171-6/+6
* Parallel Compression improvements (#1302)jhendersonHDF2022-02-241-1359/+3884
* Unify handling of collective metadata reads status (#1206)jhendersonHDF2022-01-291-30/+79
* Parallel rank0 deadlock fixes (#1183)jhendersonHDF2022-01-221-2/+10
* Fixed Spelling Errors (#1166)Scot Breitenfeld2021-12-071-4/+4
* Fix a few warnings after recent H5S const-related changes (#1225)jhendersonHDF2021-11-241-10/+10
* Minor parallel improvements (#519)Quincey Koziol2021-03-261-1/+1
* Update license url (#332)Larry Knox2021-02-171-1/+1
* develop revert source to clang-format version 11 (#293)Allen Byrne2021-01-291-2/+2
* Bring async branch to develop (#166)Quincey Koziol2020-12-141-7/+7
* Break single loop with interleaved sends and receives into two separate loops...Quincey Koziol2020-12-011-12/+20
* Enhance API tracing (#120)Quincey Koziol2020-11-261-1/+4