summaryrefslogtreecommitdiffstats
path: root/src/H5Dmpio.c
Commit message (Expand)AuthorAgeFilesLines
* Update URL in source file Copyright headers for web copy of COPYINGLarry Knox2021-02-201-1/+1
* 1 12 Whitespace changes after clang-format run (#288)Allen Byrne2021-01-291-2/+2
* Basic alignment with async branch (#115) (#137)Quincey Koziol2020-11-301-2/+2
* Merge changes from developAllen Byrne2020-10-081-5/+5
* Source formattedAllen Byrne2020-10-011-884/+972
* Clean up private / package / static namespace issues (function naming, whichQuincey Koziol2020-08-221-19/+19
* Sync with developDana Robinson2020-08-011-1/+1
* Whitespace cleanupAllen Byrne2020-05-131-23/+23
* Merge pull request #2300 in HDFFV/hdf5 from ~KMU/hdf5:squashed_cast to developKimmy Mu2020-01-281-20/+16
* Progress toward moving the dataset routines to using the 'shared' file pointerQuincey Koziol2019-08-211-3/+3
* Fixed some low-hanging fruit from -fsanitize in t_filters_parallel.Dana Robinson2019-06-211-2/+3
* Merge remote-tracking branch 'origin/develop' into merge_hyperslab_update_01Quincey Koziol2019-04-291-0/+3
|\
| * HDFFV-10365: Changes as described in the RFC: H5Sencode/H5Sdecode Format Change.Vailin Choi2019-04-061-0/+3
* | Merge remote-tracking branch 'origin/develop' into merge_hyperslab_update_01Quincey Koziol2019-03-171-10/+10
|\ \ | |/
| * Added an H5MM_memcpy call that checks for buffer overlap.Dana Robinson2019-03-161-10/+10
* | Core changes to selection code from the hyperslab_updates branch.Quincey Koziol2019-03-161-11/+11
|/
* More changes to align with incoming selection improvements.Quincey Koziol2019-02-141-2/+2
* Align develop with incoming hyperslab_updates branch changes.Quincey Koziol2019-02-131-36/+36
* Fix some collective metadata read issuesJordan Henderson2019-02-121-1/+5
* HDFFV-10625 -- Implemented a process-0 read and then broadcast for collective...Quincey Koziol2019-01-071-25/+90
* Remainder of vol_normalization changes (dataset, attribute, files, objects).Dana Robinson2018-09-241-2/+1
* Remove now-unused local variableJordan Henderson2018-08-261-3/+0
* Add fix for HDFFV-10501Jordan Henderson2018-08-261-14/+1
* Add configure check for MPI_Mprobe and MPI_Imrecv functionsJordan Henderson2018-07-261-0/+24
* Merge pull request #1127 in HDFFV/hdf5 from ~JHENDERSON/hdf5:develop to developJordan Henderson2018-07-161-51/+98
|\
| * Fix error message mentioning wrong MPI function usedJordan Henderson2018-07-131-1/+1
| * Revise H5D__mpio_array_gatherv() to not allocate memory needlesslyJordan Henderson2018-06-061-38/+61
| * Eliminate warning about signed to unsigned conversionJordan Henderson2018-05-171-4/+4
| * Remove unused local variableJordan Henderson2018-05-171-7/+4
| * Fix bug in parallel reads of compressed dataJordan Henderson2018-05-171-7/+34
* | Fixed HDFFV-10404Binh-Minh Ribler2018-07-131-2/+2
* | Revert "Merge pull request #1116 in HDFFV/hdf5 from ~HDFTEST/hdf5_hft:hdf5_1_...hdftest2018-06-241-6/+2
* | Merge branch 'develop' into hdf5_1_10.syncM. Scot Breitenfeld2018-05-081-356/+145
|\ \ | |/
| * Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ...Quincey Koziol2018-04-291-309/+1663
| |\
| | * Corrections for parallel I/O & tests.Quincey Koziol2018-03-211-46/+23
| | * Add API context interface and use it throughout the library.Quincey Koziol2018-03-151-310/+122
| * | Checkpoint normalization against incoming hyperslab / selection / dataspaceQuincey Koziol2017-03-281-1/+1
* | | Fix for HDFFV-9947 H5SencodeVailin Choi2017-11-281-2/+6
| |/ |/|
* | Revert malloc's back to using hard-coded type for sizeofJordan Henderson2017-09-011-23/+23
* | Minor comment refactoringJordan Henderson2017-09-011-3/+4
* | Update documentationJordan Henderson2017-08-311-39/+158
* | Fix bug where incorrect amount of data was being read from the fileJordan Henderson2017-08-101-1/+1
* | Suggested changes from code reviewJordan Henderson2017-07-071-2/+1
* | Amend header comment errorJordan Henderson2017-07-061-19/+18
* | Clean up remaining warningsJordan Henderson2017-07-061-6/+21
* | Add prototype for H5D__cmp_filtered_collective_io_info_entry_ownerJordan Henderson2017-07-051-0/+2
* | Add comment for memory copy possibly not being necessary anymore forJordan Henderson2017-07-051-0/+1
* | Remove use of H5E_CANTDISTRIBUTE errorJordan Henderson2017-07-051-1/+1
* | Add comment for full overwrite special caseJordan Henderson2017-07-051-0/+8
* | Add remaining documentation/commentsJordan Henderson2017-07-051-23/+54