AuthorCommitMessageCommit dateIssues
Quincey KoziolQuincey Koziol
bf79e1bd766Added 'notify' callback for async requests; switched VOL class and infocomparison to return comparison value as parameter, so they can return error values; "cancelled" -> "canceled"; switched order of 'wrap_object' and 'free_wrap_ctx' management callbacks.
Quincey KoziolQuincey Koziol
3c5706ff5b4MMerge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into stackable_vol
Dana RobinsonDana Robinson
86c4e7ac0f3MMerge pull request #1345 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:openmpi_tweaks to develop* commit '6fccabed2e8b522747ee8056a196273917af78c7': Missed some function renames in error text.
Ray LuRay Lu
041a8295ff5MMerge pull request #1344 in HDFFV/hdf5 from ~SONGYULU/hdf5_ray:bugfix/HDFFV-10607-patches-for-warnings-in-the-core to develop* commit '14de476c8cb1b797ad43bea3c71dfb32bcd2131c': HDFFV-10607 Fixing two compiler warnings in the library.HDFFV-10607
Dana RobinsonDana Robinson
6fccabed2e8Missed some function renames in error text.
Dana RobinsonDana Robinson
3db8d69424fMMerge pull request #1343 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:openmpi_tweaks to develop* commit '8cf3bfb14bd2a80f13d269a9e84cd99f86f19254': Yanked all MPI-1 calls Updated H5S to use the MPI-2 function MPI_Type_get_exten() where available. OpenMPI 4.0 removed the deprecated MPI-1 MPI_type_extent() call by default, so this avoids needing a special OpenMPI build.2 JIRA Issues
Dana RobinsonDana Robinson
8cf3bfb14bdYanked all MPI-1 callsMPI-1
Dana RobinsonDana Robinson
bd820f7861bMMerge branch 'develop' into openmpi_tweaks
Dana RobinsonDana Robinson
b087f675e2fMMerge pull request #1341 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:develop to develop* commit 'd517bdf9d36f423e7abad34e109b6ce694fd03c8': Pulled the RELEASE.txt note concerning HDFFV-10633 since that change was pushed to hdf5_1_10 in case we release the Windows VFD in 1.10.5.HDFFV-10633
Songyu LuSongyu Lu
14de476c8cbHDFFV-10607 Fixing two compiler warnings in the library.HDFFV-10607
Dana RobinsonDana Robinson
38c202df4dbUpdated H5S to use the MPI-2 function MPI_Type_get_exten()where available. OpenMPI 4.0 removed the deprecated MPI-1 MPI_type_extent() call by default, so this avoids needing a special OpenMPI build.2 JIRA Issues
Dana RobinsonDana Robinson
d517bdf9d36Pulled the RELEASE.txt note concerning HDFFV-10633 since thatchange was pushed to hdf5_1_10 in case we release the Windows VFD in 1.10.5.HDFFV-10633
Quincey KoziolQuincey Koziol
3217ffa1ac0Add using FAPL from h5_fileaccess() to more tests.
Quincey KoziolQuincey Koziol
340b7a4fb80Remove unused test for unimplemented routine.
Quincey KoziolQuincey Koziol
f9b625ef5d8MMerge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into stackable_vol
Quincey KoziolQuincey Koziol
3055e499d52Switch loc_params to VOL callbacks to pass struct by pointer instead of byvalue.
Larry KnoxLarry Knox
9c7161e105aMMerge pull request #1334 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:develop to develop* commit '7bf6e98bd921c4ef1899144ab8a1f0d66a141141': Move wait_H5init.cmake up to config/cmake. Changes to CMake code to pause cmake/ctest, waiting for batch jobs to run and finish. Really don't run parallel tests without option specifying script. Add script and changes to wait for H5Tinit.c Add more sample batch scripts, specifically for sbatch, not for knl cross compile. Don't run par...
Quincey KoziolQuincey Koziol
8939a2190f5Add info_to_str and str_to_info "management" callbacks for serializing anddeserializing a connector's info object.
Larry KnoxLarry Knox
7bf6e98bd92Move wait_H5init.cmake up to config/cmake.
Larry KnoxLarry Knox
8544aae3e8cMMerge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into develop
Larry KnoxLarry Knox
720bbdfe614Changes to CMake code to pause cmake/ctest, waiting for batch jobs torun and finish.
Larry KnoxLarry Knox
5a90dd3caeeMMerge pull request #1338 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop* commit '3dc4055aaf2c0917569cba38d47df051cc0eeb79': Fix typo Standardize script add max count to options file Check PARALLEL_LEVEL maximum
Quincey KoziolQuincey Koziol
23ff0240ae1MMerge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into stackable_vol
Ray LuRay Lu
160107a97c3MMerge pull request #1335 in HDFFV/hdf5 from ~SONGYULU/hdf5_ray:bugfix/HDFFV-10571-cve-2018-17237-divided-by-zero to develop* commit 'c923cdad6e515c842f3795a5b6d754ad94021e09': HDFFV-10571: Minor format changes. HDFFV-10571: Minor change - reformatting the error check. HDFFV-10571: Minor change - adding the error check right after decoding of chunk dimension for safeguard. HDFFV-10571: Minor change - revised the comment to be clearer. HDFFV-10571 Divided by Zero vulnerability. Minor fix: I added an error ...HDFFV-10571
Allen ByrneAllen Byrne
3dc4055aaf2Fix typo
Allen ByrneAllen Byrne
4bc283a0f2cStandardize script
Allen ByrneAllen Byrne
d9fbacff90dadd max count to options file
Allen ByrneAllen Byrne
a26aedce040Check PARALLEL_LEVEL maximum
Quincey KoziolQuincey Koziol
6c99961bb27Revert some of the changes to support the original property list value ofmetadata read attempts.
Quincey KoziolQuincey Koziol
d0d360ff2d6MMerge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into stackable_vol
Quincey KoziolQuincey Koziol
59c28780d35Add VOL connector info to the flie access property list returned fromH5Fget_access_plist(). Also, other misc. cleanups, etc.
Ray LuRay Lu
e9125d6a996MMerge pull request #1337 in HDFFV/hdf5 from ~SONGYULU/hdf5_ray:bugfix/HDFFV-10601-issues-with-chunk-cache-hash2 to develop* commit '4f5a52e595194562644517b7600f3b96d4008c17': HDFFV-10601: Adding the new hdf5/tools/test/perform/chunk_cache.c to MANIFEST. HDFFV-10601: Some compiler doesn't support clock_gettime(). So I changed to use gettimeofday (HDgettimeofday in the HDF5 library).HDFFV-10601
Songyu LuSongyu Lu
4f5a52e5951HDFFV-10601: Adding the new hdf5/tools/test/perform/chunk_cache.c to MANIFEST.HDFFV-10601
Songyu LuSongyu Lu
d25afb294cbHDFFV-10601: Some compiler doesn't support clock_gettime(). So I changed to use gettimeofday (HDgettimeofday in the HDF5 library).HDFFV-10601
Songyu LuSongyu Lu
c923cdad6e5HDFFV-10571: Minor format changes.HDFFV-10571
Songyu LuSongyu Lu
198bc059b0dHDFFV-10571: Minor change - reformatting the error check.HDFFV-10571
Songyu LuSongyu Lu
c132cb5565dHDFFV-10571: Minor change - adding the error check right after decoding of chunk dimension for safeguard.HDFFV-10571
Ray LuRay Lu
e07d097da16MMerge pull request #1316 in HDFFV/hdf5 from ~SONGYULU/hdf5_ray:bugfix/HDFFV-10601-issues-with-chunk-cache-hash to develop* commit 'cd13d24e5140578a880aebe4e2d8b899179d0870': HDFFV-10601: I added error checking to the HDF5 functions. HDFFV10601: Adding performance test to verify the improvement. HDFFV-10601: I changed to a better way to calculate the number of chunks in a dataset. HDFFV-10601 Issues with chunk cache hash value calcuation:HDFFV-10601
Scot BreitenfeldScot Breitenfeld
73f881a8385MMerge pull request #1325 in HDFFV/hdf5 from ~BRTNFLD/hdf5_msb:J10511 to develop* commit '9bbaca66ca1f987ede2f5c7e9c5938523a47262f': fixed sp. HDFFV-10511 -- Make fortran specific subroutines names PRIVATEHDFFV-10511
Songyu LuSongyu Lu
cd13d24e514HDFFV-10601: I added error checking to the HDF5 functions.HDFFV-10601
Dana RobinsonDana Robinson
e890eb89d2dMMerge pull request #1336 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:sec2_to_posix to develop* commit '3edd97731e90b7fc3a378e2c6e9c043a23327d93': Renamed h5repart's -family_to_sec2 to -family_to_single.
Dana RobinsonDana Robinson
3edd97731e9Renamed h5repart's -family_to_sec2 to -family_to_single.
Songyu LuSongyu Lu
1d89a55590dHDFFV-10571: Minor change - revised the comment to be clearer.HDFFV-10571
Songyu LuSongyu Lu
78af4c21cb7HDFFV-10571 Divided by Zero vulnerability. Minor fix: I added an error check to make sure the chunk size is not zero.HDFFV-10571
Larry KnoxLarry Knox
9620069142fMMerge branch 'develop' of https://bitbucket.hdfgroup.org/scm/~lrknox/hdf5_lrk into develop
Larry KnoxLarry Knox
38f7e3c86b2Really don't run parallel tests without option specifying script.
Larry KnoxLarry Knox
6cbd463d411Add script and changes to wait for H5Tinit.cAdd more sample batch scripts, specifically for sbatch, not for knl cross compile. Don't run parallel tests when no parallel test script is configured in HDF5options.cmake.
Dana RobinsonDana Robinson
ca1788e0823MMerge pull request #1332 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:java_test_error_stack to develop* commit '110c1b671ea7f2f5e8154d66f6ca6fcfb00b2bb2': The Java tests will no longer fail when the zlib is not present.
Songyu LuSongyu Lu
2fe10c647c0HDFFV10601: Adding performance test to verify the improvement.
Dana RobinsonDana Robinson
110c1b671eaThe Java tests will no longer fail when the zlib is not present.