Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix MPI depends name | Allen Byrne | 2019-10-23 | 1 | -0/+3 |
| | |||||
* | Whitespace and benign synchro changes | Allen Byrne | 2019-10-02 | 1 | -4/+4 |
| | |||||
* | Mostly whitespace, HD prefix and remove obsolete #if blocks | Allen Byrne | 2019-08-28 | 4 | -413/+380 |
| | |||||
* | fix get gethostname for windows | Allen Byrne | 2019-08-28 | 2 | -1/+6 |
| | |||||
* | HDFFV-10876 link fix and compile issue | Allen Byrne | 2019-08-27 | 1 | -1/+1 |
| | |||||
* | OESS-29 Update HD prefix and compare against develop | Allen Byrne | 2019-08-23 | 16 | -1094/+1087 |
| | |||||
* | Fix test tmp dir usage | Allen Byrne | 2019-08-15 | 4 | -357/+290 |
| | |||||
* | Merge fixes and code reconciliation wit develop | Allen Byrne | 2019-08-05 | 1 | -31/+37 |
| | |||||
* | Add missing function | Allen Byrne | 2019-08-01 | 1 | -0/+7 |
| | |||||
* | Cleanup when merging to other branches | Allen Byrne | 2019-07-30 | 3 | -9/+7 |
| | |||||
* | HDFFV-10845, 10529 and CMake changes from develop | Allen Byrne | 2019-07-24 | 5 | -234/+225 |
| | |||||
* | Merge from develop, mostly HDFFV-10845 | Allen Byrne | 2019-07-12 | 1 | -786/+757 |
| | |||||
* | HDFFV-10805 Merge SHARED ONLY option from develop | Allen Byrne | 2019-06-20 | 3 | -14/+27 |
| | |||||
* | Updates from develop | Allen Byrne | 2019-06-10 | 1 | -4/+33 |
| | |||||
* | CMake fixes | Allen Byrne | 2019-04-04 | 1 | -1/+1 |
| | |||||
* | HDFFV-10703 - Update CMake variable handling | Allen Byrne | 2019-02-21 | 3 | -22/+22 |
| | |||||
* | TRILAB-111 Update MPI CMake | Allen Byrne | 2019-02-13 | 3 | -9/+91 |
| | |||||
* | Fix some collective metadata read issues | Jordan Henderson | 2019-02-12 | 4 | -23/+336 |
| | |||||
* | Fix test issue in testpar/t_dset.c with MPI-2 implementations | Jordan Henderson | 2019-02-07 | 1 | -0/+2 |
| | |||||
* | Updates to t_filters_parallel for missing filters | Jordan Henderson | 2019-01-22 | 1 | -139/+220 |
| | |||||
* | merged: | M. Scot Breitenfeld | 2019-01-10 | 4 | -75/+526 |
| | | | | | HDFFV-10652 HDFFV-10443 | ||||
* | Merged the rest of the parallel flush test code. | Dana Robinson | 2019-01-07 | 2 | -2/+74 |
| | |||||
* | Cherry pick of CMake parallel flush fixes. | Dana Robinson | 2019-01-05 | 3 | -245/+273 |
| | |||||
* | Merge of logging framework updates. | Dana Robinson | 2018-12-31 | 1 | -251/+212 |
| | |||||
* | Replaced all MPI-1 calls with MPI-2 equivalents (from develop). | Dana Robinson | 2018-12-31 | 1 | -11/+11 |
| | |||||
* | Merge CMake changes from develop | Allen Byrne | 2018-12-20 | 2 | -42/+64 |
| | |||||
* | Merge pull request #1227 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_10 to ↵ | Allen Byrne | 2018-08-28 | 2 | -523/+529 |
|\ | | | | | | | | | | | | | hdf5_1_10 * commit 'd8ec4df92880d98907b12af8fc9fff86e0631270': Update system commands with HD prefix and whitespace | ||||
| * | Update system commands with HD prefix and whitespace | Allen Byrne | 2018-08-28 | 2 | -523/+529 |
| | | |||||
* | | Merge pull request #1224 in HDFFV/hdf5 from ~JHENDERSON/hdf5:develop to develop | Larry Knox | 2018-08-28 | 5 | -1/+205 |
|/ | | | | | | | | * commit '763b95c6b0f027025a5a5bfb203b77317ffa2368': Update RELEASE.txt with suggested changes Update MANIFEST file for new t_coll_md_read.c file Remove now-unused local variable Add fix for HDFFV-10501 | ||||
* | Add configure check for MPI_Mprobe and MPI_Imrecv functions | Jordan Henderson | 2018-08-02 | 1 | -0/+14 |
| | | | | | | | | | | | | | | | Add line to libhdf5settings file for status of Parallel writes to filtered datasets status Surround Parallel Compression code in MPI_VERSION >= 3 checks Add disabled message for Parallel Compression built w/ MPI-2 Modify Parallel Compression tests to only run the parallel filtered read tests when parallel filtered writes are disabled Update big I/O code to handle being built with MPI-2 Add checks to CMakeLists.txt for MPI_Mprobe and MPI_Imrecv | ||||
* | Merge from develop | Allen Byrne | 2018-07-31 | 1 | -2/+2 |
| | |||||
* | Add test to continually grow and shrink chunks | Jordan Henderson | 2018-07-27 | 2 | -0/+149 |
| | |||||
* | Changes to test with checksum filter as well as deflate filter | Jordan Henderson | 2018-07-27 | 2 | -35/+92 |
| | |||||
* | Fix bug in parallel reads of compressed data | Jordan Henderson | 2018-07-27 | 2 | -9/+920 |
| | | | Add remaining parallel compound dataset partial read tests | ||||
* | Add data verification to parallel filtered compound write tests | Jordan Henderson | 2018-07-27 | 2 | -354/+1128 |
| | | | Add 3D parallel filtered partial read tests | ||||
* | Add seven of fourteen parallel filtered data partial read tests | Jordan Henderson | 2018-07-27 | 2 | -668/+2394 |
| | |||||
* | TRILABS-19 remove add_defintions and use generator expressions | Allen Byrne | 2018-04-26 | 1 | -17/+14 |
| | |||||
* | TRILABS-20 set a compiler name on all project commands | Allen Byrne | 2018-04-20 | 1 | -1/+1 |
| | |||||
* | TRILABS-19 Initial conversion of include_directories to targets | Allen Byrne | 2018-04-17 | 1 | -2/+2 |
| | |||||
* | Corrections for parallel I/O & tests. | Quincey Koziol | 2018-03-21 | 2 | -24/+30 |
| | |||||
* | Cleanup API context function usage. | Quincey Koziol | 2018-03-19 | 1 | -19/+36 |
| | |||||
* | Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ↵ | Quincey Koziol | 2018-03-18 | 9 | -3435/+3179 |
|\ | | | | | | | | | | | merge_func_enter_vol Plus initial steps toward merging API context push into FUNC_ENTER_API* macros | ||||
| * | Add 2 parallel test files to CHECK-CLEANFILES so that if their tests | lrknox | 2018-03-15 | 1 | -1/+4 |
| | | | | | | | | fail before removing them, make check-clean will remove them. | ||||
| * | Unify the test (t_bigio.c) between hdf5_1_10 and develop | Richard Warren | 2018-03-12 | 1 | -316/+79 |
| | | |||||
| * | Remove comparison to NULL for variables to be freed. | lrknox | 2018-03-12 | 1 | -3/+3 |
| | | |||||
| * | Add HDfree of vector, matrix_out and matrix_out1 previously HDmalloced | lrknox | 2018-03-12 | 1 | -1/+8 |
| | | | | | | | | in coll_write_test(). | ||||
| * | Change CMake min to 3.10 | Allen Byrne | 2018-03-09 | 1 | -1/+1 |
| | | |||||
| * | Correct cutnpaste | Allen Byrne | 2018-03-07 | 1 | -4/+0 |
| | | |||||
| * | ifdef around another function | Allen Byrne | 2018-03-06 | 1 | -0/+21 |
| | | |||||
| * | Add #ifdef H5_HAVE_FORK eliminates special handling | Allen Byrne | 2018-03-06 | 1 | -4/+0 |
| | |