Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Snapshot version 1.11 release 4. | hdftest | 2019-04-01 | 1 | -1/+1 |
| | | | | Update version to 1.11.5. | ||||
* | Add command to build options and check defines | Allen Byrne | 2019-02-14 | 3 | -10/+14 |
| | |||||
* | CMake if statement correction | Allen Byrne | 2019-02-14 | 1 | -2/+2 |
| | |||||
* | TRILAB-111 fixes for parallel testing | Allen Byrne | 2019-02-13 | 3 | -26/+8 |
| | |||||
* | Add missing toolchain include for cross-compile | Allen Byrne | 2019-02-13 | 1 | -0/+1 |
| | |||||
* | KNL option for batch scripts | Allen Byrne | 2019-02-12 | 1 | -10/+12 |
| | |||||
* | Set the full generator name | Allen Byrne | 2019-02-11 | 1 | -1/+2 |
| | |||||
* | Use correct values for other file versions | Allen Byrne | 2019-02-09 | 2 | -12/+12 |
| | |||||
* | CMake script changes to simplify execution | Allen Byrne | 2019-02-08 | 6 | -313/+226 |
| | |||||
* | Remove F2003 Option and references | Allen Byrne | 2019-02-06 | 3 | -12/+0 |
| | |||||
* | Update to example reference version | Allen Byrne | 2019-02-06 | 3 | -3/+3 |
| | |||||
* | Fail configure if SZIP/ZLIB is requested but not found | Allen Byrne | 2019-02-05 | 1 | -1/+5 |
| | |||||
* | Add LOCAL_BATCH_SCRIPT_ARG variable for submitting account information | Larry Knox | 2019-02-04 | 1 | -4/+4 |
| | | | | and other batch command variations with ctest command. | ||||
* | Add batchscript options that work when running ctest directly. | Larry Knox | 2019-02-04 | 2 | -1/+6 |
| | |||||
* | Correct H5DIFF to PH5DIFF in *ctestS.sl.in.cmake list of parallel tests | Larry Knox | 2019-02-02 | 2 | -13/+27 |
| | | | | | | reserved for *ctestP.sl.cmake. Revise options to run batch tests and alternative options for cross compile in HPC/*-HDF5options.cmake. | ||||
* | Add more specific batch scripts. | Larry Knox | 2019-01-31 | 1 | -2/+10 |
| | | | | | | Add script raybsub to handle submitting .lsf files on ray with bsub < script.lsf syntax that we couldn't handle with CMake. Add hpc-cmake-tgz option for bin/release. | ||||
* | Add HDF5options.cmake files for serial and parallel tests on HPC | Larry Knox | 2019-01-28 | 2 | -0/+234 |
| | | | | | | | machines (where tests are to be run as batch jobs. Add README_HPC file with instructions for setting up configuration to use batch scripts for running tests on HPC machines and some pointers for cross compiling. | ||||
* | Add variables to set up module switch between configure and build for | Larry Knox | 2019-01-08 | 1 | -0/+9 |
| | | | | cross compiling on CrayXC40. | ||||
* | 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 | 3 | -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 | 3 | -245/+245 |
| | | |||||
* | | Add .lsf batch scripts and insert the build directory into the scripts | Larry Knox | 2018-12-28 | 1 | -0/+1 |
|/ | | | | during configuration. | ||||
* | HDFFV=10632 test cleanup | Allen Byrne | 2018-12-06 | 1 | -2/+3 |
| | |||||
* | Move wait_H5init.cmake up to config/cmake. | Larry Knox | 2018-11-20 | 1 | -11/+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. | ||||
* | Snapshot version 1.11 release 3. | hdftest | 2018-11-05 | 1 | -1/+1 |
| | |||||
* | HDFFV-10608 Move toolchain files into a subfolder | Allen Byrne | 2018-10-22 | 1 | -1/+1 |
| | |||||
* | 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 |
| | |||||
* | TRILABS-21 add toolchain related info and files | Allen Byrne | 2018-10-04 | 1 | -0/+5 |
| | |||||
* | 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 |
| | |||||
* | HDFFV-10547 requires updated examples version | Allen Byrne | 2018-08-20 | 1 | -0/+3 |
| | |||||
* | Revert "Merge pull request #1116 in HDFFV/hdf5 from ↵ | hdftest | 2018-06-24 | 1 | -3/+3 |
| | | | | | | | ~HDFTEST/hdf5_hft:hdf5_1_10 to develop" This reverts commit e9f476dad47ce593f13dacb77b1cc664d1f24e7b, reversing changes made to 2ff00b1b937ebe36ac6ddf590c16a4c27fc0b053. | ||||
* | Snapshot version 1.10 release 3 (snap3) | hdftest | 2018-06-24 | 1 | -1/+1 |
| | |||||
* | Snapshot version 1.10 release 3 (snap2) | hdftest | 2018-06-04 | 1 | -1/+1 |
| | |||||
* | Updated version to 1.10.3-snap2 | hdftest | 2018-05-29 | 1 | -1/+1 |
| | |||||
* | Updated version to 1.10.3-snap1 | hdftest | 2018-04-30 | 1 | -1/+1 |
| | |||||
* | Updated version to 1.10.3-snap0 | lrknox | 2018-03-14 | 1 | -2/+2 |
| | |||||
* | Merge branch 'develop' into hdf5_1_10_merge | M. Scot Breitenfeld | 2018-03-12 | 2 | -2/+2 |
|\ | |||||
| * | Change CMake min to 3.10 | Allen Byrne | 2018-03-09 | 2 | -2/+2 |
| | | |||||
| * | Inc CMake min, Add new tests, rework test CMake files | Allen Byrne | 2018-02-27 | 2 | -2/+2 |
| | |