Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add variables to set up module switch between configure and build for | Larry Knox | 2019-01-08 | 1 | -0/+9 |
| | | | | cross compiling on CrayXC40. | ||||
* | Merge branch 'develop' of ↵ | Larry Knox | 2019-01-05 | 2 | -16/+6 |
|\ | | | | | | | https://bitbucket.hdfgroup.org/scm/~lrknox/hdf5_lrk into develop | ||||
| * | Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop) | Larry Knox | 2019-01-05 | 2 | -16/+6 |
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '0e34f0feaaeb6d2286f87f695f25fae45c070a42': (26 commits) HDFFV-10664 update reference file HDFFV-10664 update reference files HDFFV-10664 add missing function and check for restriction Remove "bad" statements at end of TEST_ERROR. Formerly arguments to FAIL_PUTS_ERROR Add RELEASE.txt entry for HDFFV-10596. Add semicolon at end of TEST_ERROR() invocation for consistency. Uninstall should remove the libhdf5_hl_fortran links. Add symlinks named libhdf5_hl_fortran* to libhdf5hl_fortran in Makefile.am to match cmake install and the name pattern for other hl lib files. Change FAIL_PUTS_ERROR to TEST_ERROR. Cleaned up the parallel flush test and set t_pflush1 to always fail. Also set CMake to handle this. Update calls: H5Dcreate to H5Dcreate2, H5Acreate to H5Acreate2. Removed a comment. Fix comment Align H5Lcreate_ud behavior with documentation for NULL udata pointer Update toolchain comment Use c99 standard cmake variable Add PGI toolchain Correction based on code review. HDFFV-10664 add check for state before set call HDFFV-10546 refactor variable name ... | ||||
| | * | Use c99 standard cmake variable | Allen Byrne | 2019-01-02 | 1 | -3/+3 |
| | | | |||||
| | * | HDFFV-10546 refactor variable name | Allen Byrne | 2019-01-02 | 1 | -13/+3 |
| | | | |||||
* | | | Configure build directory in batch scripts. | Larry Knox | 2019-01-05 | 1 | -2/+2 |
|/ / | |||||
* | | Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop) | Larry Knox | 2019-01-02 | 7 | -245/+245 |
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'af21ce90d9465e805807f17da21f93e64e03492a': (46 commits) Changed to Unix line endings and chmod -x. Fix runtest case for data to stdout in tool Updated the parallel install docs. Eliminated the need for a separate script variable. Flipped swapped testing strings. Specify variable type. Remove unnecessary whitespace. Added test_vol_plugin.sh to the list of scripts to clean Fixed a CMake build issue (CMake still doesn't run the VOL plugin tests) Added more sub-tests to the VOL plugin test. Added a simple test for registration of VOL connector plugins. Autotools only for right now, but this will be fleshed out in future work. OHDR tests now accept h5_fileaccess() fapls. Formatting, informative comments, and minor renaming. Fix some CMake listings Add error checking to the minimized dset header size calculation. Update printf->HDprintf statements. Remove `#if 0` block of deprecated code. Fix mistake with H5E_BEGIN_TRY {...} H5E_END_TRY block containing ERROR-raising macros. Formatting tweaks. Added a helpful message to the flush script. Added a shell script so we can run the parallel flush test on OpenMPI. Add "compact" storage test to relative header size comparisons. Formatting adjustments. Formatting adjustments ... | ||||
| * | Changed to Unix line endings and chmod -x. | Dana Robinson | 2019-01-01 | 7 | -245/+245 |
| | | |||||
* | | Add .lsf batch scripts and insert the build directory into the scripts | Larry Knox | 2018-12-28 | 1 | -0/+1 |
|/ | | | | during configuration. | ||||
* | Merge branch 'develop' into md_cache_logging_squash | Dana Robinson | 2018-12-28 | 1 | -0/+76 |
|\ | |||||
| * | HDFFV-10656 Add CHECK_VOL support to CMake | Allen Byrne | 2018-12-20 | 1 | -0/+76 |
| | | |||||
* | | Squash merge of MDC logging changes. | Dana Robinson | 2018-12-21 | 3 | -13/+0 |
|/ | |||||
* | HDFFV=10632 test cleanup | Allen Byrne | 2018-12-06 | 1 | -2/+3 |
| | |||||
* | HDFFV-10632 - split stderr and stdout in cmake | Allen Byrne | 2018-12-03 | 2 | -54/+45 |
| | |||||
* | Move wait_H5init.cmake up to config/cmake. | Larry Knox | 2018-11-20 | 1 | -0/+0 |
| | |||||
* | Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ↵ | Larry Knox | 2018-11-20 | 2 | -273/+278 |
|\ | | | | | | | develop | ||||
| * | Fix typo | Allen Byrne | 2018-11-19 | 1 | -1/+1 |
| | | |||||
| * | Standardize script | Allen Byrne | 2018-11-19 | 1 | -11/+7 |
| | | |||||
| * | add max count to options file | Allen Byrne | 2018-11-19 | 1 | -22/+26 |
| | | |||||
| * | Check PARALLEL_LEVEL maximum | Allen Byrne | 2018-11-19 | 1 | -1/+6 |
| | | |||||
* | | Changes to CMake code to pause cmake/ctest, waiting for batch jobs to | Larry Knox | 2018-11-20 | 2 | -11/+9 |
| | | | | | | | | run and finish. | ||||
* | | Really don't run parallel tests without option specifying script. | Larry Knox | 2018-11-14 | 1 | -16/+15 |
| | | |||||
* | | Add script and changes to wait for H5Tinit.c | Larry Knox | 2018-11-14 | 2 | -291/+328 |
|/ | | | | | | | Add 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. | ||||
* | Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop) | Allen Byrne | 2018-11-05 | 1 | -1/+1 |
|\ | | | | | | | | | | | * commit 'e6545faa5699aae4d5dca23ed40e3080fa9dc72d': Update HDF5-Examples version to be included in CMake-* tar/zip files. Snapshot version 1.11 release 3. | ||||
| * | Snapshot version 1.11 release 3. | hdftest | 2018-11-05 | 1 | -1/+1 |
| | | |||||
* | | Fix typo in whitespace area | Allen Byrne | 2018-10-29 | 1 | -1/+1 |
|/ | |||||
* | HDFFV-10608 Move toolchain files into a subfolder | Allen Byrne | 2018-10-22 | 2 | -2/+3 |
| | |||||
* | TRILAB-36 add option for test script batch command | Allen Byrne | 2018-10-22 | 1 | -1/+5 |
| | |||||
* | Correct quote char | Allen Byrne | 2018-10-11 | 1 | -7/+7 |
| | |||||
* | VOL FEATURE | Dana Robinson | 2018-10-10 | 1 | -183/+183 |
| | |||||
* | Update examples version | Allen Byrne | 2018-10-04 | 2 | -2/+2 |
| | |||||
* | TRILABS-34 improve cross compile with emulator | Allen Byrne | 2018-10-04 | 1 | -7/+0 |
| | |||||
* | TRILABS-34 Cleanup try_run | Allen Byrne | 2018-10-04 | 1 | -7/+1 |
| | |||||
* | TRILABS-34 avoid try-run output capture | Allen Byrne | 2018-10-04 | 1 | -40/+42 |
| | |||||
* | TRILABS-21 add toolchain related info and files | Allen Byrne | 2018-10-04 | 1 | -0/+5 |
| | |||||
* | TRILABS-21 Add intel compiler support | Allen Byrne | 2018-10-04 | 1 | -1/+5 |
| | |||||
* | TRILAB-21 Intel flags | Allen Byrne | 2018-10-02 | 2 | -64/+85 |
| | |||||
* | Snapshot version 1.11 release 2. | hdftest | 2018-09-20 | 1 | -1/+1 |
| | |||||
* | HDFFV-10569 Add unsupported option notes to docs | Allen Byrne | 2018-09-04 | 1 | -0/+17 |
| | |||||
* | Use project vars | Allen Byrne | 2018-08-22 | 1 | -1/+1 |
| | |||||
* | Fix for packaging prefix in examples | Allen Byrne | 2018-08-22 | 1 | -1/+1 |
| | |||||
* | HDFFV-10547 develop needs 1.12 default option | Allen Byrne | 2018-08-20 | 1 | -0/+3 |
| | |||||
* | HDFFV-10547 requires updated examples version | Allen Byrne | 2018-08-20 | 1 | -0/+3 |
| | |||||
* | HDFFV-10552 Add missing HDF5_USE_110[2]_API_DEFAULT option | Allen Byrne | 2018-08-17 | 1 | -0/+3 |
| | |||||
* | Update cmake warnings to match the autotools files better | Allen Byrne | 2018-08-16 | 1 | -64/+41 |
| | |||||
* | Merge pull request #1167 in HDFFV/hdf5 from ↵ | Jordan Henderson | 2018-08-02 | 1 | -17/+19 |
|\ | | | | | | | | | | | | | | | | | | | ~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 Autotools and CMake checks for big I/O MPI-3 functions | Jordan Henderson | 2018-07-31 | 1 | -0/+1 |
| | | |||||
| * | Add hdf5settings section for parallel compression status in CMake builds | Jordan Henderson | 2018-07-31 | 1 | -17/+18 |
| | | |||||
* | | HDFFV-10508 more config fixes | Allen Byrne | 2018-07-30 | 3 | -3/+6 |
| | | |||||
* | | HDFFV-10508 correct sizeof | Allen Byrne | 2018-07-30 | 2 | -7/+9 |
| | |