summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Skip testing of cache_image testAllen Byrne2019-02-143-0/+4
|
* CMake if statement correctionAllen Byrne2019-02-142-3/+3
|
* Merge pull request #1540 in HDFFV/hdf5 from merge_hyperslab_changes_01 to ↵Quincey Koziol2019-02-1420-2247/+2256
|\ | | | | | | | | | | | | develop * commit 'fb5d1a37c11bca613175a48262a2147e99c9dede': Align develop with incoming hyperslab_updates branch changes.
| * Merge remote-tracking branch 'origin/develop' into merge_hyperslab_changes_01Quincey Koziol2019-02-131-10/+13
| |\
| * | Align develop with incoming hyperslab_updates branch changes.Quincey Koziol2019-02-1320-2247/+2256
| | |
* | | Merge pull request #1542 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2019-02-1314-285/+499
|\ \ \ | |_|/ |/| | | | | | | | * commit 'b95f05638ce40ccd944248f5865a248f39ef0d10': TRILAB-111 fixes for parallel testing
| * | TRILAB-111 fixes for parallel testingAllen Byrne2019-02-1314-285/+499
|/ /
* | Merge pull request #1539 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developLarry Knox2019-02-131-10/+13
|\ \ | |/ |/| | | | | | | * commit '3ed1ac0f1b760fe84ec009de19550d98f0b38071': Add missing toolchain include for cross-compile KNL option for batch scripts
| * Add missing toolchain include for cross-compileAllen Byrne2019-02-131-0/+1
| |
| * KNL option for batch scriptsAllen Byrne2019-02-121-10/+12
|/
* Merge pull request #1534 in HDFFV/hdf5 from ~JHENDERSON/hdf5:develop to developJordan Henderson2019-02-1223-35/+399
|\ | | | | | | | | * commit '3acd486b83f319579b1c6884c90289b0eb1d44a6': Fixes for JNI updates
| * Fixes for JNI updatesJordan Henderson2019-02-1223-35/+399
|/
* Merge pull request #1523 in HDFFV/hdf5 from ~JHENDERSON/hdf5:develop to developJordan Henderson2019-02-1211-87/+381
|\ | | | | | | | | | | * commit '8f447bd3564a88738b9a26b1b0ac3bba785efd39': Add RELEASE.txt note for collective metadata read fixes Fix some collective metadata read issues
| * Add RELEASE.txt note for collective metadata read fixesJordan Henderson2019-02-121-0/+16
| |
| * Merge in latest from developJordan Henderson2019-02-12126-16482/+19094
| |\ | |/ |/|
* | Merge pull request #1533 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2019-02-1117-38/+38
|\ \ | | | | | | | | | | | | * commit '6f71b2cdcf3326b1d7bc67cf664b56d2f4056bfd': Refactor mpi test names
| * | Refactor mpi test namesAllen Byrne2019-02-1117-38/+38
|/ /
* | Merge pull request #1530 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developLarry Knox2019-02-1125-338/+263
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'edcbc9966f5c742970ad32eb50a7925fcf7ab677': Refactor parallel test names Rename parallel tests to start with PAR_ Distinguish parallel performance tests Set the full generator name Add new cmake copy file tests to ignore Use correct values for other file versions CMake script changes to simplify execution
| * | Refactor parallel test namesAllen Byrne2019-02-1110-10/+10
| | |
| * | Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2019-02-1156-16057/+18127
| |\ \ | |/ / |/| | | | | | | | * commit 'a3a90e79afda2351f16181ec3592b96caceffbe1': Re-write of Java JNI error handling
* | | Merge pull request #1532 in HDFFV/hdf5 from ~JHENDERSON/hdf5_merge:develop ↵Allen Byrne2019-02-1156-16057/+18127
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | to develop * commit 'cc6a61215e508d047ed6aa2daf67475cfe34ee4d': Re-write of Java JNI error handling
| * | | Re-write of Java JNI error handlingJordan Henderson2019-02-1156-16057/+18127
|/ / /
| * | Rename parallel tests to start with PAR_Allen Byrne2019-02-116-12/+12
| | |
| * | Distinguish parallel performance testsAllen Byrne2019-02-111-2/+2
| | |
| * | Set the full generator nameAllen Byrne2019-02-111-1/+2
| | |
| * | Add new cmake copy file tests to ignoreAllen Byrne2019-02-111-0/+8
| | |
| * | Use correct values for other file versionsAllen Byrne2019-02-092-12/+12
| | |
| * | CMake script changes to simplify executionAllen Byrne2019-02-087-315/+231
|/ /
* | Merge pull request #1528 in HDFFV/hdf5 from add_id_type_to_vol_wrap_cb to ↵Quincey Koziol2019-02-075-16/+20
|\ \ | | | | | | | | | | | | | | | | | | develop * commit '163dcebec5d853b720dcb64b5e9828670b963773': Add ID type (of eventual hid_t) to the VOL "wrap" callback.
| * | Add ID type (of eventual hid_t) to the VOL "wrap" callback.Quincey Koziol2019-02-075-16/+20
| | |
* | | Merge pull request #1527 in HDFFV/hdf5 from ~JHENDERSON/hdf5_merge:develop ↵Jordan Henderson2019-02-072-0/+7
|\ \ \ | |/ / |/| | | | | | | | | | | | | | to develop * commit '28b9af4f28df6c0e4f7fbf1ce4a0f50e1797b4d3': Fix test issue in testpar/t_dset.c with MPI-2 implementations
| * | Fix test issue in testpar/t_dset.c with MPI-2 implementationsJordan Henderson2019-02-072-0/+7
|/ /
* | Merge pull request #1524 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2019-02-0719-247/+116
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '36e3d1600a3f9d771cfb9b4475f23c57d4b10280': Refactor out timeout values Correct name of variable Remove F2003 Option and references Remove obsolete file Update examples version Update to example reference version Switch OFF if compression source is not available Fail configure if SZIP/ZLIB is requested but not found
| * | Refactor out timeout valuesAllen Byrne2019-02-066-24/+29
| | |
| * | Correct name of variableAllen Byrne2019-02-061-1/+1
| | |
| * | Remove F2003 Option and referencesAllen Byrne2019-02-068-107/+68
| | |
| * | Remove obsolete fileAllen Byrne2019-02-063-108/+1
| | |
| * | Update examples versionAllen Byrne2019-02-061-1/+1
| | |
| * | Update to example reference versionAllen Byrne2019-02-063-3/+3
| | |
| * | Switch OFF if compression source is not availableAllen Byrne2019-02-051-2/+2
| | |
| * | Fail configure if SZIP/ZLIB is requested but not foundAllen Byrne2019-02-053-5/+15
| | |
* | | Merge pull request #1522 in HDFFV/hdf5 from ~VCHOI/my_hdf5_fork:develop to ↵Vailin Choi2019-02-066-2/+61
|\ \ \ | |/ / |/| | | | | | | | | | | | | | | | | | | | | | | develop * commit '7f5741825db0737db5ac46c43009681508a73002': Add release notes information. Modification based on feedback from pull request. Modification based on feedback from pull request. There is performance issue when closing an object. The slow down is due to the search of the "tag_list" to find out the "corked" status of an object. The fix: (1) Add a counter "num_objs_corked" in the cache structure to track the number of "corked" objects. (2) Skip the search of "tag_list" if the counter is zero i.e. no "corked" objects.
| * | Add release notes information.Vailin Choi2019-02-061-0/+10
| | |
| * | Modification based on feedback from pull request.Vailin Choi2019-02-063-2/+7
| | |
| * | Modification based on feedback from pull request.Vailin Choi2019-02-051-1/+1
| | |
| * | Merge branch 'develop' of ↵Vailin Choi2019-02-051-0/+1
| |\ \ | |/ / |/| | | | | https://bitbucket.hdfgroup.org/scm/~vchoi/my_hdf5_fork into develop
* | | Merge pull request #1520 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:cmake_tweaks ↵Dana Robinson2019-02-041-0/+1
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | to develop * commit '91c7ff81dcac1af7a7b609698aa69f0c213a6184': Added a line for the CMake pread/write option to INSTALL_CMake.txt.
| * | | Added a line for the CMake pread/write option to INSTALL_CMake.txt.Dana Robinson2019-02-041-0/+1
|/ / /
| * | There is performance issue when closing an object. The slow down is due to ↵Vailin Choi2019-02-055-2/+46
|/ / | | | | | | | | | | | | | | | | | | the search of the "tag_list" to find out the "corked" status of an object. The fix: (1) Add a counter "num_objs_corked" in the cache structure to track the number of "corked" objects. (2) Skip the search of "tag_list" if the counter is zero i.e. no "corked" objects.
* | Merge pull request #1518 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:develop to developLarry Knox2019-02-046-11/+15
|\ \ | | | | | | | | | | | | | | | * commit '6c2a4b728f3c8eadb18d4e10d41bdbd7d1c8f3e8': Add LOCAL_BATCH_SCRIPT_ARG variable for submitting account information and other batch command variations with ctest command. Add batchscript options that work when running ctest directly.