summaryrefslogtreecommitdiffstats
path: root/config/cmake/scripts
Commit message (Collapse)AuthorAgeFilesLines
* Changes to docs for using plugins (#814)Allen Byrne2021-07-142-4/+4
| | | | | | | * Changes to docs for using plugins * VS2019 corrections * Fix typo
* Update license url part2 (#333)Larry Knox2021-02-177-7/+7
| | | | | | * Modify temporary rpath for testing in java example scripts. * Update URL in source file Copyright headers for web copy of COPYING file - files not in src or test.
* URL and options correctionsAllen Byrne2020-10-191-0/+2
|
* Whitespace and url correctionAllen Byrne2020-10-191-1/+1
|
* MinGW uses "MinGW Makefiles"Allen Byrne2020-08-261-1/+6
|
* Update examples and fix old version references.Allen Byrne2020-02-262-5/+3
|
* Move MODEL check to before usage in CTestScript.cmake.Allen Byrne2020-02-262-7/+8
|
* TRILAB-142 Change minimum CMake version to 3.12Allen Byrne2020-02-212-2/+2
|
* TRILABS-135 Add clang analyzersAllen Byrne2019-12-111-3/+11
|
* Fix issues found with ONLY_SHARED_LIBS optionAllen Byrne2019-12-111-2/+7
|
* Remove unneeded flag overwritesAllen Byrne2019-11-251-8/+0
|
* Add VS2019 supportAllen Byrne2019-11-182-4/+26
|
* Update versioning to next major versionAllen Byrne2019-09-252-3/+3
|
* Update develop branch version to 1.13.0 after creation of hdf5_1_12Larry Knox2019-09-251-1/+1
| | | | branch.
* Merge cleanup mostly whitespaceAllen Byrne2019-07-301-1/+1
|
* HDFFV-10845 fix configure check and PATHsAllen Byrne2019-07-172-4/+4
|
* HDFFV-10805 Add option to only build shared targetsAllen Byrne2019-06-181-1/+3
| | | | | HDFFV-10805 Add ONLY_SHARED_LIBS option and prefer shared over static HDFFV-10803 Update FindSZIP.cmake find module Remove unneeded modules and update java modules
* Move set (MAX_PROC_COUNT 8) back to HPC options files.Larry Knox2019-06-055-6/+16
|
* Move check for MPI defined to enable parallel from options scripts in HPC to ↵Larry Knox2019-06-055-54/+8
| | | | config/cmake/HDF5options.cmake.
* Reorder lines in HDF5config.cmake so that additions to end of ↵Larry Knox2019-05-141-1/+3
| | | | $HPC-HDF5options scripts will take precedence.
* fixed missing paralle testM. Scot Breitenfeld2019-05-101-0/+2
|
* Adding cross-compilation for theta (ANL) and qsub (COBALT) batch controls.M. Scot Breitenfeld2019-05-093-3/+60
|
* Snapshot version 1.11 release 5.hdftest2019-05-021-1/+1
| | | | Update version to 1.11.6.
* Change default for HPCAllen Byrne2019-05-011-1/+1
|
* Add missing defaultAllen Byrne2019-05-011-0/+1
|
* Snapshot version 1.11 release 4.hdftest2019-04-011-1/+1
| | | | Update version to 1.11.5.
* Add command to build options and check definesAllen Byrne2019-02-143-10/+14
|
* CMake if statement correctionAllen Byrne2019-02-141-2/+2
|
* TRILAB-111 fixes for parallel testingAllen Byrne2019-02-133-26/+8
|
* Add missing toolchain include for cross-compileAllen Byrne2019-02-131-0/+1
|
* KNL option for batch scriptsAllen Byrne2019-02-121-10/+12
|
* Set the full generator nameAllen Byrne2019-02-111-1/+2
|
* Use correct values for other file versionsAllen Byrne2019-02-092-12/+12
|
* CMake script changes to simplify executionAllen Byrne2019-02-086-313/+226
|
* Remove F2003 Option and referencesAllen Byrne2019-02-063-12/+0
|
* Update to example reference versionAllen Byrne2019-02-063-3/+3
|
* Fail configure if SZIP/ZLIB is requested but not foundAllen Byrne2019-02-051-1/+5
|
* Add LOCAL_BATCH_SCRIPT_ARG variable for submitting account informationLarry Knox2019-02-041-4/+4
| | | | and other batch command variations with ctest command.
* Add batchscript options that work when running ctest directly.Larry Knox2019-02-042-1/+6
|
* Correct H5DIFF to PH5DIFF in *ctestS.sl.in.cmake list of parallel testsLarry Knox2019-02-022-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 Knox2019-01-311-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 HPCLarry Knox2019-01-282-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 forLarry Knox2019-01-081-0/+9
| | | | cross compiling on CrayXC40.
* Configure build directory in batch scripts.Larry Knox2019-01-051-2/+2
|
* Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Larry Knox2019-01-023-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 Robinson2019-01-013-245/+245
| |
* | Add .lsf batch scripts and insert the build directory into the scriptsLarry Knox2018-12-281-0/+1
|/ | | | during configuration.
* HDFFV=10632 test cleanupAllen Byrne2018-12-061-2/+3
|
* Move wait_H5init.cmake up to config/cmake.Larry Knox2018-11-201-11/+0
|
* Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ↵Larry Knox2018-11-202-273/+278
|\ | | | | | | develop