summaryrefslogtreecommitdiffstats
path: root/src/H5mpi.c
Commit message (Expand)AuthorAgeFilesLines
* Fix a couple usages of MPI_Info_get (#3809)jhendersonHDF2023-10-311-2/+2
* Drop MPI-2 support (#3643)Scot Breitenfeld2023-10-081-14/+5
* 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-3/+3
* Convert hbool_t --> bool in src (#3496)Dana Robinson2023-09-051-20/+20
* Made HGOTO_ERROR a do-while loop (#3308)Sean McBride2023-08-021-14/+14
* Another round of fixing -Wextra-semi-stmt warnings (#3264)Sean McBride2023-07-241-2/+2
* Fixed more warnings about extra semicolons (#3249)Sean McBride2023-07-181-1/+1
* Fix some warnings in developer builds (#3247)jhendersonHDF2023-07-181-2/+3
* Remove HD from HDmem* calls (#3211)Dana Robinson2023-06-291-4/+4
* Remove programmer/date from comments (#3210)Dana Robinson2023-06-291-8/+0
* Rename HDassert() to assert() (#3191)Dana Robinson2023-06-281-5/+5
* Update copyright headers (#2184)Larry Knox2022-11-011-1/+0
* Develop clang 13 format (#1933)Allen Byrne2022-07-261-6/+6
* Support for UnifyFS with MPI_File_sync (#1801)Houjun Tang2022-07-111-0/+54
* Add H5_CHECK_MPI_VERSION macro to check for at least MPI version of (version,...jhendersonHDF2022-03-301-2/+2
* Parallel Compression improvements (#1302)jhendersonHDF2022-02-241-0/+233
* Fixed Spelling Errors (#1166)Scot Breitenfeld2021-12-071-1/+1
* Updates a comment in H5mpi.c (#863)Dana Robinson2021-07-281-1/+1
* Update license url (#332)Larry Knox2021-02-171-1/+1
* Fix for HDFFV-11109 - Copy MPI comm and info object into output FAPL from H5F...jhendersonHDF2021-02-171-1/+1
* Fixes a bit shift issue in an MPI constantDana Robinson2020-10-291-14/+14
* Clang-format of source filesAllen Byrne2020-09-301-74/+63
* Trim trailing whitespaceQuincey Koziol2020-04-201-3/+3
* squash cast warning fixkmu2020-01-231-3/+3
* fix unused related warningskmu2020-01-131-1/+1
* Change API names for get/set bitio_count. Also added H5_mpi_set_bigio_count ...Richard Warren2019-10-231-5/+5
* Another cleanup pass as suggested by the reviewers.Richard Warren2019-10-071-2/+5
* Fix some typos and remove an unused prototype from H5Sprivate.hRichard Warren2019-10-071-1/+1
* At the suggestion of the PR reviewers, moved the mpio_create_large_type to H5...Richard Warren2019-10-071-1/+165
* Minor tweaks to new H5P MPI code based on code review feedback.Dana Robinson2019-08-271-9/+12
* Added H5Pset/get_mpi_params calls and unified them with the MPI-I/ODana Robinson2019-08-261-17/+212
* Some refactoring prior to implementing new H5P MPI functions.Dana Robinson2019-08-141-0/+198