Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update license url (#332) | Larry Knox | 2021-02-17 | 1 | -1/+1 |
| | | | | | | * Modify temporary rpath for testing in java example scripts. * Update URL in source file Copyright headers for web copy of COPYING file - src and test directories. | ||||
* | Fix for HDFFV-11109 - Copy MPI comm and info object into output FAPL from ↵ | jhendersonHDF | 2021-02-17 | 1 | -1/+1 |
| | | | | | | | H5F_get_access_plist (#342) * Avoid freeing MPI_COMM_WORLD in H5_mpi_comm_free * Copy MPI Comm and Info to new FAPL in H5F_get_access_plist | ||||
* | Fixes a bit shift issue in an MPI constant | Dana Robinson | 2020-10-29 | 1 | -14/+14 |
| | | | | | Redefines TWO_GIG_LIMIT to be INT32_MAX instead of 1 << 31, which fixes an issue revealed by compiling with -Wshift-overflow. | ||||
* | Clang-format of source files | Allen Byrne | 2020-09-30 | 1 | -74/+63 |
| | |||||
* | Trim trailing whitespace | Quincey Koziol | 2020-04-20 | 1 | -3/+3 |
| | |||||
* | squash cast warning fix | kmu | 2020-01-23 | 1 | -3/+3 |
| | |||||
* | fix unused related warnings | kmu | 2020-01-13 | 1 | -1/+1 |
| | |||||
* | Change API names for get/set bitio_count. Also added H5_mpi_set_bigio_count ↵ | Richard Warren | 2019-10-23 | 1 | -5/+5 |
| | | | | to H5private.h. | ||||
* | Another cleanup pass as suggested by the reviewers. | Richard Warren | 2019-10-07 | 1 | -2/+5 |
| | |||||
* | Fix some typos and remove an unused prototype from H5Sprivate.h | Richard Warren | 2019-10-07 | 1 | -1/+1 |
| | |||||
* | At the suggestion of the PR reviewers, moved the mpio_create_large_type to ↵ | Richard Warren | 2019-10-07 | 1 | -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 Robinson | 2019-08-27 | 1 | -9/+12 |
| | |||||
* | Added H5Pset/get_mpi_params calls and unified them with the MPI-I/O | Dana Robinson | 2019-08-26 | 1 | -17/+212 |
| | | | | VFD info in H5FDmpio.c. | ||||
* | Some refactoring prior to implementing new H5P MPI functions. | Dana Robinson | 2019-08-14 | 1 | -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. |