summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add clang toolchainAllen Byrne2019-09-301-0/+29
|
* Merge pull request #1957 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:develop to developLarry Knox2019-09-281-1/+1
|\ | | | | | | | | * commit '3fb711e0ff2516cba7a0cb34f2d8ca38241b06a7': Number of arguments requires H5Dopen2.
| * Number of arguments requires H5Dopen2.Larry Knox2019-09-281-1/+1
|/
* Merge pull request #1956 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:develop to ↵Dana Robinson2019-09-271-0/+2
|\ | | | | | | | | | | | | develop * commit 'a8a55f3c4863b500c4d0e5a2982d3e2b5a05b3cc': Corrected missing parallel #ifdefs.
| * Corrected missing parallel #ifdefs.Dana Robinson2019-09-271-0/+2
|/
* Merge pull request #1934 in HDFFV/hdf5 from ↵Vailin Choi2019-09-273-36/+343
|\ | | | | | | | | | | | | | | ~VCHOI/my_third_fork:bugfix/HDFFV-10585-investigate-slowness-of-regular to develop * commit '7924eee0e5ee0745b784c635042b8633886fb799': (1) Address the feedback from the PR review (2) Add release notes Fix for HDFFV-10585 investigate hyperslab slowness: 1) Improve hyperslab performance when doing I/O from 1-d disjoint file dataspace to 1-d contiguous memory dataspace. 2) Move coding in H5D__chunk_io_init() that is constructing the chunk mappings to a separate routine.
| * (1) Address the feedback from the PR reviewVailin Choi2019-09-263-15/+27
| | | | | | | | (2) Add release notes
| * Merge pull request #21 in ~VCHOI/my_third_fork from develop to ↵Vailin Choi2019-09-26106-3647/+4619
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bugfix/HDFFV-10585-investigate-slowness-of-regular * commit '0ea77179d507bd2c29f3b9b357a0c35d4077b29c': (39 commits) Fix the errors when updating the versions in the new 1.13 develop branch. add missing version to list Add new versioned filename to list Update N_FSINFO_VERSION_BOUNDS to H5F_LIBVER_NBOUND. Remove file script Update versioning to next major version Update develop branch version to 1.13.0 after creation of hdf5_1_12 branch. Merge Binh-Minh's changes for code improvement to chunk_info.c (PR #1942) to develop branch. Update to current external file population. Revert else-if to single line. Fix missing option and incorrect close Revert "Moved NDEBUG guards to H5EA_DEBUG in H5EA package." Revert "Fix for H5EA debug package when built in release mode." Change print calls to HD-wrapped. Minor formatting tweaks (inc. regressions and in-file style-matching). Refactor h5repackgentest to have more modular internals, for easier addition of new tests. Update manifest and test script for new hdf5 external-storage .h5 files. Remove obsolete symbol small syntax changes Renamed get/set_time() calls in the tools library to avoid name clash when building static parallel HDF5 w/ static linking to OpenMPI. Change unused variable to generic form Whitespace cleanup ...
| * | Fix for HDFFV-10585 investigate hyperslab slowness:Vailin Choi2019-09-192-36/+331
| | | | | | | | | | | | | | | | | | | | | 1) Improve hyperslab performance when doing I/O from 1-d disjoint file dataspace to 1-d contiguous memory dataspace. 2) Move coding in H5D__chunk_io_init() that is constructing the chunk mappings to a separate routine.
| * | Merge pull request #20 in ~VCHOI/my_third_fork from develop to ↵Vailin Choi2019-09-1936-895/+1146
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bugfix/HDFFV-10585-investigate-slowness-of-regular * commit '4d4a88a9f3775d1c6be820208a2699ae38d586b4': (29 commits) Fix for H5EA debug package when built in release mode. Moved NDEBUG guards to H5EA_DEBUG in H5EA package. Added MPICH_SKIP_MPICXX and OMPI_SKIP_CXX to H5public.h to avoid inadvertant linking to the deprecated MPI C++ wrappers. Fixes HDFFV-10893. Added a release note for HDFFV-10892 (fcntl lock bug). Fix segfault after H5VL_loc_params_t fix merge HDFFV-10901 add missing config options HDFFV-10854 add release note for windows Fix get home dir for windows Use variable for test output Allow tests to dump output if not comparing revert as CHECK will first check for exception Clear exception for getting JNI string to clear the exception Correct Windows check revert windows change Windows ssl headers are not in system loacation Add include dirs and default lib for windows Add policy to use <package>_ROOT Add statement for label if code unimplemented Update Windows require for CURL to CMake 3.13 Fix unused var ...
| * \ \ Merge pull request #19 in ~VCHOI/my_third_fork from develop to ↵Vailin Choi2019-09-10224-24054/+27016
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bugfix/HDFFV-10585-investigate-slowness-of-regular * commit '2456a36f46a15ca44840cb64c7aac213f0ca8bf8': (53 commits) Fixed some exit calls. Reworked the previously refactorred code. Improvement of test code Fix CMake build of test needing compression libs Fixed error code and error messages Tested on Jelly (very minor) Changed H5VL_NATIVE_DATASET_GET_CHUNK_INFO_BY_COOR to H5VL_NATIVE_DATASET_GET_CHUNK_INFO_BY_COORD per a review comment. Add comment to add tests later to verify conflicting values for MPI-specific properties on multiple opens. Updated comments Updated based on reviews and refactored test code Move ext_path field in H5F_t to H5F_shared_t. Remove unused routine H5F_set_coll_md_read(). Move coll_md_read and coll_md_write fields in H5F_t to H5F_shared_t. Fix namespace usage Fix EXISTS test syntax Update settings Add 32-bit cross-compile toolchain Code cleanup and refactor Re-ordered items w.r.t. date. Whitespace and HD prefix changes Fixed typo Added notes about HDFFV-10677 and HDFFV-10661 ...
| * \ \ \ Merge pull request #18 in ~VCHOI/my_third_fork from develop to ↵Vailin Choi2019-08-1989-2253/+4665
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bugfix/HDFFV-10585-investigate-slowness-of-regular * commit 'dcf084aff42d3abafaa82b356493a2d1585afb85': (25 commits) Changes based on PR feedback. Correct name of folder Mostly whitespace in testpar, addl changes for tmp dir Whitespace cleanup Added public H5Sselect_adjust_u and H5Shyper_adjust_s calls. Some refactoring prior to implementing new H5P MPI functions. * 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. Fix compiler warnings with diabled ROS3 and HDFS VFDs. Fix misuse of [HD]strncpy and [HD]snprintf. Minor formatting changes. Fix test cleanup issue with java groups example. Changed the directory name left out from the previous commit. Changed the name of the temporary directory from 'tmp' to a special name to avoid possible conflicts. Fix H5F_get_file_id and H5F__get_file_id to take app_ref parameter HDFFV-10879 fix test varname Fix for HDFFV-10813 H5Fset_metadata_read_retry_info() test fails on jelly with PGI/19. Added map API build status to libhdf5.settings. Updated h5trav.c to emit output that doesn't require ddl changes for map support. HDFFV-10879 set default API version Fixed Map API CMake option Renamed H5Mdelete_key to H5Mdelete and H5Mset to H5Mput. Remove old code Correct error test spelling and use Added ifdef for intel compilers, __GNUC__ has to be defined for header files which use it to work with intel compilers. This gives a warning for intel compiler about fallthrough, so added a check not to include fallthrough if using intel compilers. ...
* | \ \ \ \ Merge pull request #1955 in HDFFV/hdf5 from ↵Dana Robinson2019-09-2711-95/+372
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ~DEROBINS/hdf5_der:missing_vol_markup to develop * commit '4fb64c89fe52a309150ca2d5bb97eb4763e598e9': Converted H5O MD cache cork calls to use the VOL. Marked up H5Fget/set_mpi_atomicity() to use the VOL.
| * | | | | Converted H5O MD cache cork calls to use the VOL.Dana Robinson2019-09-277-62/+259
| | | | | |
| * | | | | Marked up H5Fget/set_mpi_atomicity() to use the VOL.Dana Robinson2019-09-275-33/+113
|/ / / / /
* | | | | Merge pull request #1954 in HDFFV/hdf5 from ↵Vailin Choi2019-09-262-2/+2
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ~VCHOI/my_third_fork:bugfix/ver_bounds_114 to develop * commit '50ba969a61f8f90212c97aa6e11674fe19fb89f4': Fix the errors when updating the versions in the new 1.13 develop branch.
| * | | | | Fix the errors when updating the versions in the new 1.13 develop branch.Vailin Choi2019-09-262-2/+2
|/ / / / /
* | | | | Merge pull request #1953 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2019-09-262-3/+3
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | * commit 'e6b029e77e799292eb1ee074b24a224f4613a3b2': add missing version to list
| * | | | | add missing version to listAllen Byrne2019-09-262-3/+3
|/ / / / /
* | | | | Merge pull request #1951 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2019-09-261-13/+14
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | * commit 'a08b3adecea1034cf0a20a6ff35b9980fb3d8cb8': Add new versioned filename to list
| * | | | | Add new versioned filename to listAllen Byrne2019-09-261-13/+14
|/ / / / /
* | | | | Merge pull request #1948 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:develop to developLarry Knox2019-09-251-1/+1
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | * commit 'd931415bb96aae645832898c2f9eee0d02fe69b4': Update N_FSINFO_VERSION_BOUNDS to H5F_LIBVER_NBOUND.
| * | | | | Update N_FSINFO_VERSION_BOUNDS to H5F_LIBVER_NBOUND.Larry Knox2019-09-251-1/+1
|/ / / / /
* | | | | Merge pull request #1947 in HDFFV/hdf5 from ~BYRN/hdf5_merge_adb:develop to ↵Larry Knox2019-09-2529-1720/+1776
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | develop * commit 'd08db4f8550ee023f2303f3064308c1fa9854552': Remove file script Update versioning to next major version
| * | | | | Remove file scriptAllen Byrne2019-09-251-1/+0
| | | | | |
| * | | | | Update versioning to next major versionAllen Byrne2019-09-2529-1720/+1777
|/ / / / /
* | | | | Merge pull request #1944 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:develop to developAllen Byrne2019-09-259-19/+19
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | * commit 'b04e1ad058fd98fc0b303586dd5f6f19aa645ed0': Update develop branch version to 1.13.0 after creation of hdf5_1_12 branch.
| * | | | | Update develop branch version to 1.13.0 after creation of hdf5_1_12Larry Knox2019-09-259-19/+19
|/ / / / / | | | | | | | | | | | | | | | branch.
* | | | | Merge pull request #1943 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:develop to developLarry Knox2019-09-251-20/+25
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | * commit '2a4bc8c63e842d5e7551e6e75a9ca95c0c2d2886': Merge Binh-Minh's changes for code improvement to chunk_info.c (PR #1942) to develop branch.
| * | | | | Merge Binh-Minh's changes for code improvement to chunk_info.c (PR #1942)Larry Knox2019-09-251-20/+25
|/ / / / / | | | | | | | | | | | | | | | to develop branch.
* | | | | Merge pull request #1756 in HDFFV/hdf5 from ↵Jake Smith2019-09-2430-604/+1444
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ~JAKE.SMITH/hdf5:bugfix/repack_external_storage to develop * commit '9a388325ebaec339f67ddd210ca31ddcc3ede973': Update to current external file population. Revert else-if to single line. Change print calls to HD-wrapped. Minor formatting tweaks (inc. regressions and in-file style-matching). Refactor h5repackgentest to have more modular internals, for easier addition of new tests. Update manifest and test script for new hdf5 external-storage .h5 files. Refactoring. Add copyright/disclaimer to repack gentest. Minor formatting tweaks. Minor formatting adjustments. Undo some formatting modifications. Update MANIFEST. Add forgotten files to include from h5repack testfiles for tests. Fix failing automated reporting. Add 8-bit big-endian testfile. First pass at repack consolidating external storage if layout given. Checks out manually, tests still complain. Formatting changes, mostly. Add initial failing test for h5repack copying external data into new file. Modify code comments for clarity. Some minor reformatting. Some minor reformatting. Replace tabs with spaces. Add test that uses the family member FAPL setting. refactor h5repack_main.c -- remove some redundancy, formatting Fit help message to 80 character width and clarify some details.
| * \ \ \ \ Merge branch 'develop' of ↵Jacob Smith2019-09-249-22/+44
| |\ \ \ \ \ | |/ / / / / |/| | | | | | | | | | | https://bitbucket.hdfgroup.org/scm/~jake.smith/hdf5 into bugfix/repack_external_storage
* | | | | | Merge pull request #1940 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2019-09-241-2/+2
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '8a2a500fef227e4f813f0059b365869268354048': Fix missing option and incorrect close
| * | | | | | Fix missing option and incorrect closeAllen Byrne2019-09-241-2/+2
|/ / / / / /
* | | | | | Merge pull request #1939 in HDFFV/hdf5 from ↵Dana Robinson2019-09-247-20/+38
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ~DEROBINS/hdf5_der:develop_minor_pr to develop * commit '6eb506eff76b5455f8aac8889c6809aca2d8be52': Revert "Moved NDEBUG guards to H5EA_DEBUG in H5EA package." Revert "Fix for H5EA debug package when built in release mode."
| * | | | | | Revert "Moved NDEBUG guards to H5EA_DEBUG in H5EA package."Dana Robinson2019-09-247-18/+38
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 431123503d387bce30b1f6db7dc4ad3a33bc51bb.
| * | | | | | Revert "Fix for H5EA debug package when built in release mode."Dana Robinson2019-09-241-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 911b1ca67fdf7c2f3a32dd42c591e4e9b2fa1950.
| | * | | | | Update to current external file population.Jacob Smith2019-09-241-13/+19
| | | | | | |
| | * | | | | Revert else-if to single line.Jacob Smith2019-09-241-22/+12
| | | | | | |
| | * | | | | Merge branch 'develop' of ↵Jacob Smith2019-09-23456-35207/+57451
| | |\ \ \ \ \ | |_|/ / / / / |/| | | | | | | | | | | | | https://bitbucket.hdfgroup.org/scm/~jake.smith/hdf5 into bugfix/repack_external_storage
* | | | | | | Merge pull request #1937 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developLarry Knox2019-09-235-33/+33
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'cf9eff93e05c9e68d82ebb1fc1e02319e428af35': Remove obsolete symbol small syntax changes
| * | | | | | Remove obsolete symbolAllen Byrne2019-09-201-14/+13
| | | | | | |
| * | | | | | Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2019-09-196-59/+62
| |\ \ \ \ \ \ | |/ / / / / / |/| | | | | | | | | | | | | | | | | | | | * commit '93e8bbd9f47d6a2eace95f2ed3b2dd4b6336940a': Renamed get/set_time() calls in the tools library to avoid name clash when building static parallel HDF5 w/ static linking to OpenMPI.
* | | | | | | Merge pull request #1936 in HDFFV/hdf5 from ↵Dana Robinson2019-09-196-59/+62
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ~DEROBINS/hdf5_der:develop_minor_pr to develop * commit 'a6930a2bcfd37ea3610baafb608faec883286315': Renamed get/set_time() calls in the tools library to avoid name clash when building static parallel HDF5 w/ static linking to OpenMPI.
| * | | | | | | Renamed get/set_time() calls in the tools library to avoid nameDana Robinson2019-09-196-59/+62
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | clash when building static parallel HDF5 w/ static linking to OpenMPI.
| | * | | | | | small syntax changesAllen Byrne2019-09-195-20/+21
| |/ / / / / / |/| | | | | |
* | | | | | | Merge pull request #1926 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2019-09-1926-1154/+1203
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '8cddc96f73e8f90f67792405f5142b419e9061d7': Change unused variable to generic form Whitespace cleanup Add missing HD prefix HDFFV-10740 - skip copying dirs in for loops Correct HDF5 options to tristate values. HDFFV-10905 fix test scripts for no zlib HDFFV-10903 - fix VFD constants in JNI
| * | | | | | Change unused variable to generic formAllen Byrne2019-09-191-1/+1
| | | | | | |
| * | | | | | Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2019-09-191-0/+2
| |\ \ \ \ \ \ | |/ / / / / / |/| | | | | | | | | | | | | | | | | | | | * commit '4d4a88a9f3775d1c6be820208a2699ae38d586b4': Fix for H5EA debug package when built in release mode.
* | | | | | | Merge pull request #1932 in HDFFV/hdf5 from ↵Dana Robinson2019-09-181-0/+2
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ~DEROBINS/hdf5_der:develop_minor_pr to develop * commit '911b1ca67fdf7c2f3a32dd42c591e4e9b2fa1950': Fix for H5EA debug package when built in release mode.