summaryrefslogtreecommitdiffstats
path: root/src/H5mpi.c
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | VFD info in H5FDmpio.c.
* Some refactoring prior to implementing new H5P MPI functions.Dana Robinson2019-08-141-0/+198
* Macro cleanup and obvious warning fixes in parallel code. * Moved H5FD comm and info dup/free wrapper code to a new H5mpi.c file and separated it to deal with each MPI type separately.