summaryrefslogtreecommitdiffstats
path: root/src/H5FDmpio.c
Commit message (Expand)AuthorAgeFilesLines
* Updated subfiling_VFD with Selection_io (#1352)Scot Breitenfeld2022-01-181-3/+3
* Merge branch 'selection_io' into selection_io_with_subfiling_vfd (#1265)Scot Breitenfeld2021-12-061-13/+14
* subfiling with selection IO (#1219)Scot Breitenfeld2021-11-231-29/+6
* Merge remote-tracking branch 'origin/selection_io' into selection_io_with_sub...mainzer2021-11-221-250/+493
|\
| * Merge branch 'selection_io' of github.com:HDFGroup/hdf5 into selection_ioNeil Fortner2021-10-181-40/+40
| |\
| | * Committing clang-format changesgithub-actions2021-10-181-39/+39
| * | Merge branch 'hdf5_canon-develop' into selection_ioNeil Fortner2021-10-181-11/+52
| |\ \ | | |/ | |/|
| | * VFD plugins (#602)jhendersonHDF2021-09-291-11/+52
| * | Merge branch 'develop' into selection_ioNeil Fortner2021-10-181-234/+372
| |\ \ | | |/
| | * 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
| * | Fix comments and run formatter.Neil Fortner2021-09-271-24/+24
| * | Implement parallel collective support for selection I/O.Neil Fortner2021-09-241-13/+76
* | | Code formatting run -- no testmainzer2021-09-191-17/+17
|/ /
* | Add support for independent parallel I/O with selection I/O. AddNeil Fortner2021-09-031-19/+111
* | Added "ctl" callback to the VFD interfance, and the associatedmainzer2021-08-161-122/+114
* | Ran source code formattermainzer2021-04-211-13/+6
* | Added vector read / write support to the MPIO VFD, with associatedmainzer2021-04-201-38/+870
* | Added support for vector I/O calls to the VFD layer, andmainzer2021-03-151-0/+2
|/
* 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
* H5FD__mpio_read: Fix MPI_Bcast datatype (#205)Evan Ramos2020-12-181-1/+5
* Basic alignment with async branch (#115)Quincey Koziol2020-11-231-2/+2
* Fixes minor issues in various virtual file driversDana Robinson2020-10-291-29/+0
* Clang-format of source filesAllen Byrne2020-09-301-406/+384
* Revert " Checkin of fix for CGNS bug"Quincey Koziol2020-08-271-3/+1
* Clean up private / package / static namespace issues (function naming, whichQuincey Koziol2020-08-061-1/+1
* Normalization with hdf5_1_10Dana Robinson2020-06-011-1/+1
* Trim trailing whitespaceQuincey Koziol2020-04-201-15/+15
* Another cleanup pass as suggested by the reviewers.Richard Warren2019-10-071-1/+0
* At the suggestion of the PR reviewers, moved the mpio_create_large_type to H5...Richard Warren2019-10-071-1/+1
* No functional changes, just removed some tab charactersRichard Warren2019-10-051-4/+4
* Make the initial bug fixes to allow >2GB writes with Independent IORichard Warren2019-10-051-10/+28
* Minor tweaks to new H5P MPI code based on code review feedback.Dana Robinson2019-08-271-14/+5
* Added H5Pset/get_mpi_params calls and unified them with the MPI-I/ODana Robinson2019-08-261-288/+91
* Some refactoring prior to implementing new H5P MPI functions.Dana Robinson2019-08-141-321/+316
* Added an H5MM_memcpy call that checks for buffer overlap.Dana Robinson2019-03-161-1/+1
* HDFFV-10625 -- Implemented a process-0 read and then broadcast for collective...Quincey Koziol2019-01-071-6/+37
* Clean up style issues, make function callbacks static, correct debug statements,Quincey Koziol2019-01-051-475/+319
* Merge branch 'develop' into vfd_init_cleanupDana Robinson2019-01-011-0/+1
|\
| * Clear driver properties before returning them to application.Quincey Koziol2018-12-191-0/+1
* | Cleaned up and normalized VFD init calls.Dana Robinson2018-12-181-16/+18
|/
* Fixed HDFFV-10404Binh-Minh Ribler2018-07-131-2/+2
* Add an assert to verify that we don't write when between MPI_Barrier() callsQuincey Koziol2018-03-271-0/+3
* Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ...Quincey Koziol2018-03-181-23/+74
|\
| * Removed commented out code from H5FDmpio.c, H5FDprivate.h and H5Fint.cmainzer2018-03-121-88/+0