Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | remove unsed var,function,macro, etc | kmu | 2019-12-06 | 7 | -10/+9 | |
| | |/ | |/| | ||||||
| * | | Revert "fix warnings from Intel compiler" | kmu | 2019-11-26 | 2 | -6/+6 | |
| | | | | | | | | | | | | This reverts commit 8b9338ab57eec0cc8fa5a36c44d7b28e52e9a466. | |||||
| * | | Revert "fix issues from previous PR comments" | kmu | 2019-11-26 | 1 | -5/+5 | |
| | | | | | | | | | | | | This reverts commit d242a900f420b040e364f6c0976c01593e955db3. | |||||
| * | | Revert "using a different MACRO" | kmu | 2019-11-26 | 1 | -5/+5 | |
| | | | | | | | | | | | | This reverts commit fc61b7a9f3a38331809ebcb6247482943947cdb8. | |||||
| * | | using a different MACRO | kmu | 2019-11-25 | 1 | -5/+5 | |
| | | | ||||||
| * | | fix issues from previous PR comments | kmu | 2019-11-25 | 1 | -5/+5 | |
| | | | ||||||
| * | | fix warnings from Intel compiler | kmu | 2019-11-07 | 2 | -6/+6 | |
| | | | ||||||
* | | | fix uninitizlized warning | kmu | 2020-01-21 | 1 | -3/+3 | |
| |/ |/| | ||||||
* | | Change from using H5Dcreate to H5Dcreate2 | Richard Warren | 2019-12-11 | 1 | -2/+2 | |
| | | ||||||
* | | Fixed PR issues pointed out by Allen | Richard Warren | 2019-12-06 | 1 | -1/+1 | |
| | | ||||||
* | | Remove the Copyright UofI per Larry's guidance | Richard Warren | 2019-12-06 | 1 | -0/+1 | |
| | | ||||||
* | | Adds a new t_2Gio.c MPI test | Richard Warren | 2019-11-26 | 1 | -0/+4980 | |
|/ | ||||||
* | Merge pull request #2015 in HDFFV/hdf5 from HDFFV-10943 to develop | Richard Warren | 2019-10-25 | 1 | -3/+1 | |
|\ | | | | | | | | | | | * commit '299c9ed5fe19edac37cab27bc04d587fa67568c2': Removed set_bigio_count prototype since it has been added to H5private.h Change API names for get/set bitio_count. Also added H5_mpi_set_bigio_count to H5private.h. | |||||
| * | Removed set_bigio_count prototype since it has been added to H5private.h | Richard Warren | 2019-10-25 | 1 | -2/+0 | |
| | | ||||||
| * | Change API names for get/set bitio_count. Also added H5_mpi_set_bigio_count ↵ | Richard Warren | 2019-10-23 | 1 | -2/+2 | |
| | | | | | | | | to H5private.h. | |||||
* | | Fix MPI test depends | Allen Byrne | 2019-10-23 | 1 | -0/+3 | |
|/ | ||||||
* | Remove debugging logic from the new t_bigio test | Richard Warren | 2019-10-08 | 1 | -18/+0 | |
| | ||||||
* | Expanded t_bigio.c to include Jordan's test from HDFFV-10539 | Richard Warren | 2019-10-08 | 1 | -3/+82 | |
| | ||||||
* | At the suggestion of the PR reviewers, moved the mpio_create_large_type to ↵ | Richard Warren | 2019-10-07 | 1 | -18/+14 | |
| | | | | 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. | |||||
* | Made code review edit suggested by Jerome, plus various code updates to ↵ | Richard Warren | 2019-10-07 | 1 | -5/+5 | |
| | | | | files that I touched to eliminate compile warnings (on my Linux box). | |||||
* | Make the initial bug fixes to allow >2GB writes with Independent IO | Richard Warren | 2019-10-05 | 1 | -2/+1 | |
| | ||||||
* | Marked up H5Fget/set_mpi_atomicity() to use the VOL. | Dana Robinson | 2019-09-27 | 1 | -4/+4 | |
| | ||||||
* | Add comment to add tests later to verify conflicting values for MPI-specific ↵ | Vailin Choi | 2019-09-02 | 1 | -0/+5 | |
| | | | | properties on multiple opens. | |||||
* | Whitespace and HD prefix changes | Allen Byrne | 2019-08-28 | 1 | -298/+294 | |
| | ||||||
* | fix get gethostname for windows | Allen Byrne | 2019-08-28 | 1 | -0/+2 | |
| | ||||||
* | Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop) | Allen Byrne | 2019-08-27 | 4 | -90/+165 | |
|\ | | | | | | | | | | | | | * commit 'fb8296371cf45654a9252ed01b635519205da3de': Minor tweaks to new H5P MPI code based on code review feedback. Fixed a bug in the cache image code that was introduced by the HD changes. Added H5Pset/get_mpi_params calls and unified them with the MPI-I/O VFD info in H5FDmpio.c. | |||||
| * | Merge branch 'develop_minor_pr' into H5Pset_fapl_mpi | Dana Robinson | 2019-08-27 | 1 | -1/+1 | |
| |\ | ||||||
| | * | Fixed a bug in the cache image code that was introduced by the HD | Dana Robinson | 2019-08-27 | 1 | -1/+1 | |
| | | | | | | | | | | | | changes. | |||||
| * | | Merge branch 'develop' into H5Pset_fapl_mpi | Dana Robinson | 2019-08-27 | 13 | -1067/+1062 | |
| |\ \ | ||||||
| * | | | Added H5Pset/get_mpi_params calls and unified them with the MPI-I/O | Dana Robinson | 2019-08-26 | 3 | -89/+164 | |
| | | | | | | | | | | | | | | | | VFD info in H5FDmpio.c. | |||||
* | | | | OESS-29 Fix HD prefix in perform and enable test compile | Allen Byrne | 2019-08-27 | 2 | -1/+4 | |
| |_|/ |/| | | ||||||
* | | | Fixed typo from HD changes | Dana Robinson | 2019-08-27 | 1 | -1/+1 | |
| |/ |/| | ||||||
* | | OESS-29 Update HD prefix mostly | Allen Byrne | 2019-08-24 | 14 | -1079/+1074 | |
|/ | ||||||
* | Merge branch 'develop' into shared_file_ptr | Quincey Koziol | 2019-08-21 | 1 | -57/+23 | |
|\ | ||||||
| * | Removed unnecessary H5S_FRIEND and dead code. | Dana Robinson | 2019-08-20 | 1 | -57/+23 | |
| | | ||||||
* | | First pass of converting H5PB_* routines to use shared file pointers. | Quincey Koziol | 2019-08-19 | 1 | -1/+1 | |
|/ | ||||||
* | Mostly whitespace in testpar, addl changes for tmp dir | Allen Byrne | 2019-08-15 | 2 | -263/+262 | |
| | ||||||
* | Merge pull request #1819 in HDFFV/hdf5 from ~KOZIOL/hdf5:develop to develop | Quincey Koziol | 2019-08-04 | 2 | -201/+77 | |
|\ | | | | | | | | | | | | | * commit '905d40aa6f6eb603c5507e7967130760e3a2e43c': Fix return type for H5Sselect_intersect_block(). Updated H5TRACE macro. Add H5Sselect_shape_same and H5Sselect_intersect_block API routines, along with tests and minor cleanups and refactorings. | |||||
| * | Add H5Sselect_shape_same and H5Sselect_intersect_block API routines, along | Quincey Koziol | 2019-07-30 | 2 | -201/+77 | |
| | | | | | | | | with tests and minor cleanups and refactorings. | |||||
* | | Fix VFD tests and repack | Allen Byrne | 2019-08-03 | 1 | -31/+38 | |
| | | ||||||
* | | Merge pull request #1829 in HDFFV/hdf5 from ~BRTNFLD/hdf5_msb:develop to develop | Scot Breitenfeld | 2019-08-01 | 1 | -4/+1 | |
|\ \ | | | | | | | | | | | | | * commit '4cb865fc5938a303c197aedf46f90021e2f4b3d6': enabled commented-out code | |||||
| * | | enabled commented-out code | M. Scot Breitenfeld | 2019-08-01 | 1 | -4/+1 | |
| | | | ||||||
* | | | HDFFV-10529 Update CMake tests to use test fixtures | Allen Byrne | 2019-07-23 | 2 | -19/+8 | |
| |/ |/| | ||||||
* | | HDFFV-10845 update mingw cmake changes | Allen Byrne | 2019-07-17 | 1 | -1/+1 | |
| | | ||||||
* | | HDFFV-10845 use of TARGETFILE disables auto emulator | Allen Byrne | 2019-07-17 | 1 | -0/+1 | |
| | | ||||||
* | | HDFFV-10845 C_FLAGS need set correctly for win32 vs mingw | Allen Byrne | 2019-07-17 | 1 | -5/+5 | |
|/ | ||||||
* | fix var name | Allen Byrne | 2019-07-09 | 1 | -1/+1 | |
| | ||||||
* | Fix compile error with ifdef H5_HAVE_GETHOSTNAME | Allen Byrne | 2019-07-08 | 1 | -786/+757 | |
| | ||||||
* | Fixed the heap overflow in t_filters_parallel | Dana Robinson | 2019-06-21 | 1 | -3/+3 | |
| | ||||||
* | Fixed some low-hanging fruit from -fsanitize in t_filters_parallel. | Dana Robinson | 2019-06-21 | 1 | -0/+5 | |
| |