Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | HDFFV-10365: Changes as described in the RFC: H5Sencode/H5Sdecode Format Change. | Vailin Choi | 2019-04-06 | 1 | -2/+2 |
| | | | | This also addresses HDFFV-10255: H5Sencode/decode performance issue. | ||||
* | Specify the default VOL connector to use with an environment variable. | Quincey Koziol | 2019-03-10 | 2 | -0/+6 |
| | | | | | | | | This implicitly adds support for changing the VOL connector for command-line tools or any application linked with the library. Also, add 'make check-vol' support for all directories, clearing up necessary issues in testing scripts, etc. | ||||
* | HDFFV-10703 Update CMake commands to latest standard | Allen Byrne | 2019-02-15 | 3 | -22/+22 |
| | |||||
* | Merge pull request #1540 in HDFFV/hdf5 from merge_hyperslab_changes_01 to ↵ | Quincey Koziol | 2019-02-14 | 2 | -32/+28 |
|\ | | | | | | | | | | | | | develop * commit 'fb5d1a37c11bca613175a48262a2147e99c9dede': Align develop with incoming hyperslab_updates branch changes. | ||||
| * | Align develop with incoming hyperslab_updates branch changes. | Quincey Koziol | 2019-02-13 | 2 | -32/+28 |
| | | |||||
* | | TRILAB-111 fixes for parallel testing | Allen Byrne | 2019-02-13 | 3 | -4/+86 |
|/ | |||||
* | Merge in latest from develop | Jordan Henderson | 2019-02-12 | 3 | -6/+8 |
|\ | |||||
| * | Refactor mpi test names | Allen Byrne | 2019-02-11 | 2 | -6/+6 |
| | | |||||
| * | Rename parallel tests to start with PAR_ | Allen Byrne | 2019-02-11 | 2 | -6/+6 |
| | | |||||
| * | Fix test issue in testpar/t_dset.c with MPI-2 implementations | Jordan Henderson | 2019-02-07 | 1 | -0/+2 |
| | | |||||
* | | Fix some collective metadata read issues | Jordan Henderson | 2019-02-12 | 4 | -23/+336 |
|/ | |||||
* | HDFFV-10625 -- Implemented a process-0 read and then broadcast for ↵ | Quincey Koziol | 2019-01-07 | 4 | -75/+526 |
| | | | | collective read of full (HS_ALL), contiguous, atomic datasets by all the processes in the file communicator. | ||||
* | Cleaned up the parallel flush test and set t_pflush1 to always fail. | Dana Robinson | 2019-01-04 | 3 | -245/+273 |
| | | | | Also set CMake to handle this. | ||||
* | Eliminated the need for a separate script variable. | Dana Robinson | 2018-12-31 | 1 | -2/+13 |
| | |||||
* | Merge branch 'develop' into openmpi_tweaks | Dana Robinson | 2018-12-31 | 3 | -293/+276 |
|\ | |||||
| * | Merge branch 'develop' into md_cache_logging_squash | Dana Robinson | 2018-12-28 | 2 | -42/+64 |
| |\ | |||||
| | * | Remove unused CMake files | Allen Byrne | 2018-12-21 | 2 | -29/+0 |
| | | | |||||
| | * | HDFFV-10656 remove moved source | Allen Byrne | 2018-12-20 | 1 | -45/+0 |
| | | | |||||
| | * | HDFFV-10656 Add CHECK_VOL support to CMake | Allen Byrne | 2018-12-20 | 3 | -0/+96 |
| | | | |||||
| * | | Squash merge of MDC logging changes. | Dana Robinson | 2018-12-21 | 1 | -251/+212 |
| |/ | |||||
* | | Added a helpful message to the flush script. | Dana Robinson | 2018-12-20 | 1 | -0/+6 |
| | | |||||
* | | Added a shell script so we can run the parallel flush test | Dana Robinson | 2018-12-20 | 2 | -2/+57 |
|/ | | | | on OpenMPI. | ||||
* | Updates to t_filters_parallel for missing filters | Jordan Henderson | 2018-12-05 | 1 | -139/+220 |
| | |||||
* | Missed some function renames in error text. | Dana Robinson | 2018-11-27 | 1 | -2/+2 |
| | |||||
* | Yanked all MPI-1 calls | Dana Robinson | 2018-11-27 | 1 | -10/+10 |
| | |||||
* | VOL FEATURE | Dana Robinson | 2018-10-10 | 3 | -16/+16 |
| | |||||
* | replace page chars | Allen Byrne | 2018-09-27 | 1 | -3/+3 |
| | |||||
* | Remove obsolete comment | Allen Byrne | 2018-09-27 | 1 | -24/+17 |
| | |||||
* | HD prefix and whitespace | Allen Byrne | 2018-08-28 | 2 | -523/+529 |
| | |||||
* | Update MANIFEST file for new t_coll_md_read.c file | Jordan Henderson | 2018-08-27 | 1 | -1/+0 |
| | | | Remove old line from copyright notice | ||||
* | Add fix for HDFFV-10501 | Jordan Henderson | 2018-08-26 | 5 | -1/+206 |
| | | | | | Add test for HDFFV-10501 fix Add release note for HDFFV-10501 fix | ||||
* | Merge pull request #1167 in HDFFV/hdf5 from ↵ | Jordan Henderson | 2018-08-02 | 1 | -0/+14 |
|\ | | | | | | | | | | | | | | | | | | | ~JHENDERSON/hdf5:bugfix/MPI2_only_fixes to develop * commit '9aa2eaeb9ed9c94f63973cb55f13de256558497c': Add Autotools and CMake checks for big I/O MPI-3 functions Add hdf5settings section for parallel compression status in CMake builds Switch to CheckSymbolExists in CMake Add configure check for MPI_Mprobe and MPI_Imrecv functions | ||||
| * | Add configure check for MPI_Mprobe and MPI_Imrecv functions | Jordan Henderson | 2018-07-26 | 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 | ||||
* | | Add quotes to places where MPI_C_LIBRARIES are linked against | Jordan Henderson | 2018-07-27 | 1 | -2/+2 |
|/ | |||||
* | Add test to continually grow and shrink chunks | Jordan Henderson | 2018-06-04 | 2 | -0/+149 |
| | |||||
* | Changes to test with checksum filter as well as deflate filter | Jordan Henderson | 2018-06-04 | 2 | -35/+92 |
| | |||||
* | Fix bug in parallel reads of compressed data | Jordan Henderson | 2018-05-17 | 2 | -9/+920 |
| | | | Add remaining parallel compound dataset partial read tests | ||||
* | Add data verification to parallel filtered compound write tests | Jordan Henderson | 2018-05-17 | 2 | -354/+1128 |
| | | | Add 3D parallel filtered partial read tests | ||||
* | Add seven of fourteen parallel filtered data partial read tests | Jordan Henderson | 2018-05-15 | 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 |
| | |