| Commit message (Expand) | Author | Age | Files | Lines |
* | HDFFV-10625 -- Implemented a process-0 read and then broadcast for collective... | Quincey Koziol | 2019-01-07 | 4 | -75/+526 |
|
|
* | Cleaned up the parallel flush test and set t_pflush1 to always fail. | Dana Robinson | 2019-01-04 | 3 | -245/+273 |
|
|
* | 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 |
|/ |
|
* | 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 |
|
|
* | Add fix for HDFFV-10501 | Jordan Henderson | 2018-08-26 | 5 | -1/+206 |
|
|
* | Merge pull request #1167 in HDFFV/hdf5 from ~JHENDERSON/hdf5:bugfix/MPI2_only... | Jordan Henderson | 2018-08-02 | 1 | -0/+14 |
|\ |
|
| * | Add configure check for MPI_Mprobe and MPI_Imrecv functions | Jordan Henderson | 2018-07-26 | 1 | -0/+14 |
|
|
* | | 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 data verification to parallel filtered compound write tests | Jordan Henderson | 2018-05-17 | 2 | -354/+1128 |
|
|
* | 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 |
|\ |
|
| * | Add 2 parallel test files to CHECK-CLEANFILES so that if their tests | lrknox | 2018-03-15 | 1 | -1/+4 |
|
|
| * | 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 |
|
|
| * | 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 |
|
|
| * | Add #ifdef H5_HAVE_FORK | Allen Byrne | 2018-03-06 | 1 | -0/+17 |
|
|
| * | Fixed t_pread.c to remove the use of h5jam, etc.. This fixes HDFFV-8839 and s... | Richard Warren | 2018-03-02 | 1 | -108/+47 |
|
|
| * | Remove t_cache_image test on Windows | Allen Byrne | 2018-02-28 | 1 | -0/+4 |
|
|
| * | Inc CMake min, Add new tests, rework test CMake files | Allen Byrne | 2018-02-27 | 1 | -1/+2 |
|
|
| * | Cleanup overuse of include files | Allen Byrne | 2018-02-14 | 6 | -3014/+3006 |
|
|
| * | HDFFV-10385 rework java names | Allen Byrne | 2018-01-17 | 1 | -2/+0 |
|
|
| * | HDFFV-10385 refactor CMAKE_BUILD_TYPE usage | Allen Byrne | 2018-01-09 | 1 | -2/+2 |
|
|
| * | Add library INTERFACE and MPI to tools | Allen Byrne | 2017-12-28 | 1 | -2/+8 |
|
|