summaryrefslogtreecommitdiffstats
path: root/src/H5mpi.c
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | to H5private.h.
* 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 ↵Richard Warren2019-10-071-1/+165
| | | | H5mpi.c and renamed the function appropriately. Also moved some support functions to set and get the vvalue where we transistion to using derived datatypes.
* 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.