summaryrefslogtreecommitdiffstats
path: root/src/H5Smpio.c
Commit message (Expand)AuthorAgeFilesLines
* Remove printf debugging from H5Smpio.c (#4098)Dana Robinson2024-03-101-79/+12
* Fix typo in error message for `MPI_Type_dup`. (#3867)Luc Grosheintz2023-11-221-1/+1
* Drop MPI-2 support (#3643)Scot Breitenfeld2023-10-081-48/+3
* Convert hbool_t --> bool in src (#3496)Dana Robinson2023-09-051-38/+38
* Made HGOTO_ERROR a do-while loop (#3308)Sean McBride2023-08-021-49/+50
* 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-5/+5
* Remove HD from HDmem* calls (#3211)Dana Robinson2023-06-291-3/+3
* Remove programmer/date from comments (#3210)Dana Robinson2023-06-291-23/+0
* Rename HD(f)printf() to (f)printf() (#3194)Dana Robinson2023-06-281-28/+28
* Rename HDassert() to assert() (#3191)Dana Robinson2023-06-281-26/+26
* Update copyright headers (#2184)Larry Knox2022-11-011-1/+0
* Develop clang 13 format (#1933)Allen Byrne2022-07-261-15/+15
* Fix some const cast and stack/static object size warnings (#1700)jhendersonHDF2022-05-011-34/+59
* Removes the STATIC flavor of FUNC_ENTER macros (#1622)Dana Robinson2022-04-081-9/+9
* Add H5_CHECK_MPI_VERSION macro to check for at least MPI version of (version,...jhendersonHDF2022-03-301-3/+3
* Fixed Spelling Errors (#1166)Scot Breitenfeld2021-12-071-1/+1
* Fixes parallel issues from recent C99 changes (#809)Dana Robinson2021-06-301-8/+8
* Purges UFAIL from the library (#637)Dana Robinson2021-05-111-2/+1
* Update license url (#332)Larry Knox2021-02-171-1/+1
* Clang-format of source filesAllen Byrne2020-09-301-453/+472
* Repair more format strings.David Young2020-09-261-8/+10
* Minor changes from normalization with 1.10Dana Robinson2020-07-091-16/+16
* Trim trailing whitespaceQuincey Koziol2020-04-201-1/+1
* squash cast warning fixkmu2020-01-231-13/+24
* Implement public H5Sselect_project_intersection(). Updated internalNeil Fortner2019-11-131-13/+15
* Change API names for get/set bitio_count. Also added H5_mpi_set_bigio_count ...Richard Warren2019-10-231-5/+5
* At the suggestion of the PR reviewers, moved the mpio_create_large_type to H5...Richard Warren2019-10-071-151/+22
* Made code review edit suggested by Jerome, plus various code updates to files...Richard Warren2019-10-071-4/+4
* Make the initial bug fixes to allow >2GB writes with Independent IORichard Warren2019-10-051-14/+13
* Core changes to selection code from the hyperslab_updates branch.Quincey Koziol2019-03-161-180/+262
* More changes to align with incoming selection improvements.Quincey Koziol2019-02-141-5/+2
* Align develop with incoming hyperslab_updates branch changes.Quincey Koziol2019-02-131-437/+374
* Yanked all MPI-1 callsDana Robinson2018-11-271-16/+8
* Updated H5S to use the MPI-2 function MPI_Type_get_exten()Dana Robinson2018-11-271-2/+24
* Add configure check for MPI_Mprobe and MPI_Imrecv functionsJordan Henderson2018-07-261-3/+32
* Fixed HDFFV-10404Binh-Minh Ribler2018-07-131-4/+3
* Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ...Quincey Koziol2018-04-291-52/+462
|\
| * Include code fixes and additional modifications pointed out by code reviewersRichard Warren2017-07-101-6/+6
| * Commited changes to the development branch here to allow a pull request to be...Richard Warren2017-07-051-46/+458
| * Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf5...Larry Knox2017-04-251-6/+4
* | Checkpoint normalization against incoming hyperslab / selection / dataspaceQuincey Koziol2017-03-281-1/+1
|/
* [svn-r27768] Description:Quincey Koziol2015-09-141-1/+1
* [svn-r27045] Renamed H5_ASSIGN_OVERFLOW() to H5_CHECKED_ASSIGN() and re-orderedDana Robinson2015-05-101-3/+3
* [svn-r25922] mpi version check for new mpi 3 features should be >= 3 rather t...Mohamad Chaarawi2014-12-231-1/+1
* [svn-r25921] - wrap MPI 3 usage with MPI_VERSION compile time check.Mohamad Chaarawi2014-12-231-2/+7
* [svn-r25766] Description:Quincey Koziol2014-11-031-1/+1
* [svn-r25516] remove use of MPI_LB and MPI_UB deprecated markers and use resiz...Mohamad Chaarawi2014-08-061-29/+16
* [svn-r25514] Replace MPI deprecated routines with undeprecated ones.Mohamad Chaarawi2014-08-051-13/+14
* [svn-r25386] remove double declaration of off and len.Mohamad Chaarawi2014-07-011-2/+0