summaryrefslogtreecommitdiffstats
path: root/src/H5FDmpio.c
Commit message (Expand)AuthorAgeFilesLines
* Fix bin/trace script w/ out params (#4074)Dana Robinson2024-03-071-2/+2
* Implement selection vector I/O with collective chunk filling (#3826)vchoi-hdfgroup2023-11-161-7/+21
* Rework MPI Info FAPL preserve PR to use VFD 'ctl' operations (#3782)jhendersonHDF2023-11-031-0/+7
* Fix a couple usages of MPI_Info_get (#3809)jhendersonHDF2023-10-311-2/+2
* Update parallel compression feature to support multi-dataset I/O (#3591)jhendersonHDF2023-10-101-4/+4
* Drop MPI-2 support (#3643)Scot Breitenfeld2023-10-081-130/+32
* Disambiguate error output messages. (#3634)H. Joe Lee2023-10-051-4/+4
* Fix grammar (#3614)H. Joe Lee2023-09-291-1/+1
* Fix typos (#3609)H. Joe Lee2023-09-271-1/+1
* Fix typo behaviour and dependes. (#3605)H. Joe Lee2023-09-271-3/+3
* Replaces HDgetenv with getenv (#3599)Scot Breitenfeld2023-09-261-3/+3
* Fix docs for H5Pset_dxpl_mpio_collective_opt() (#3594)jhendersonHDF2023-09-251-8/+8
* Strip HD prefix from string/char C API calls (#3540)Dana Robinson2023-09-151-1/+1
* Convert hbool_t --> bool in src (#3496)Dana Robinson2023-09-051-113/+114
* Implementation of the mpio driver with selection I/O. (#3222)vchoi-hdfgroup2023-08-071-45/+981
* Made HGOTO_ERROR a do-while loop (#3308)Sean McBride2023-08-021-78/+78
* Another round of fixing -Wextra-semi-stmt warnings (#3264)Sean McBride2023-07-241-6/+6
* Fix some warnings in developer builds (#3247)jhendersonHDF2023-07-181-0/+2
* Remove HD from HDis* (e.g., isalpha) (#3212)Dana Robinson2023-06-291-1/+1
* Remove HD from HDmem* calls (#3211)Dana Robinson2023-06-291-10/+10
* Remove programmer/date from comments (#3210)Dana Robinson2023-06-291-82/+0
* Remove HD from strto* calls (#3204)Dana Robinson2023-06-291-1/+1
* Remove HD from memory allocate/free calls (#3195)Dana Robinson2023-06-281-26/+26
* Rename HD(f)printf() to (f)printf() (#3194)Dana Robinson2023-06-281-45/+45
* Rename HDassert() to assert() (#3191)Dana Robinson2023-06-281-82/+82
* Convert H5F haddr_t macros to H5 (#3039)Dana Robinson2023-06-051-1/+1
* Update copyright headers (#2184)Larry Knox2022-11-011-1/+0
* Fix typos found in src/ subdirectory (#1983)luzpaz2022-08-101-1/+1
* Develop clang 13 format (#1933)Allen Byrne2022-07-261-18/+18
* Subfiling VFD (#1883)jhendersonHDF2022-07-221-2/+2
* Support for UnifyFS with MPI_File_sync (#1801)Houjun Tang2022-07-111-10/+34
* Various warning fixes (#1812)Sean McBride2022-06-221-7/+7
* Warnings fixes (#1680)jhendersonHDF2022-04-251-1/+1
* Retrieve MPI-IO hints used by MPI library after file open (#1636)Wei-keng Liao2022-04-151-0/+49
* Removes the STATIC flavor of FUNC_ENTER macros (#1622)Dana Robinson2022-04-081-17/+17
* Add H5_CHECK_MPI_VERSION macro to check for at least MPI version of (version,...jhendersonHDF2022-03-301-7/+7
* Merge initial version of selection I/O feature into develop (#1367)Neil Fortner2022-03-261-37/+1098
* Parallel Compression improvements (#1302)jhendersonHDF2022-02-241-5/+39
* Implement support for big I/O for independent reads (#1446)Neil Fortner2022-02-181-16/+34
* Parallel rank0 deadlock fixes (#1183)jhendersonHDF2022-01-221-14/+39
* Only check HDF5_DRIVER in MPI I/O VFD if VFD isn't initialized (#1213)jhendersonHDF2021-11-251-13/+14
* Fix MPI Comm and Info leak in H5FD__mpio_delete (#1189)jhendersonHDF2021-11-121-0/+6
* Simplify function enter macros for performance benefits (#1024)David Young2021-11-081-29/+0
* VFD plugins (#602)jhendersonHDF2021-09-291-11/+52
* VFD ctl feature (#981)jhendersonHDF2021-09-231-117/+106
* Fixes parallel issues from recent C99 changes (#809)Dana Robinson2021-06-301-28/+28
* Fix H5FD_mpio_Debug="rw" can report MPI_count instead of bytes (#699)Scot Breitenfeld2021-05-281-12/+12
* Brings the native implementation of H5Fdelete() from Bitbucket (#524)Dana Robinson2021-04-161-35/+91
* Clean up MPI-IO VFD tracing support (#520)Quincey Koziol2021-03-261-128/+196
* Align with "parallel fence" changes (#479)Quincey Koziol2021-03-241-38/+45