summaryrefslogtreecommitdiffstats
path: root/config/cmake/scripts/CTestScript.cmake
Commit message (Collapse)AuthorAgeFilesLines
* Update URL in source file Copyright headers for web copy of COPYINGLarry Knox2021-02-201-1/+1
| | | | file - files not in src or test.
* Move MODEL check to before usage in CTestScript.cmake.Allen Byrne2020-02-261-0/+8
|
* Merge changes from develop mostly cmake 3.12 minimum versionAllen Byrne2020-02-231-1/+1
|
* TRILABS-135 add clang sanitizer supportAllen Byrne2019-12-131-3/+11
|
* Fix issues when using ONLY_SHARED_LIBSAllen Byrne2019-12-111-0/+1
|
* Change defines to not conflict with windowsAllen Byrne2019-12-111-2/+6
|
* HDFFV-10962 add VS2019 supportAllen Byrne2019-11-181-2/+10
|
* HDFFV-10845 fix configure check and PATHsAllen Byrne2019-07-171-1/+1
|
* Adding cross-compilation for theta (ANL) and qsub (COBALT) batch controls.M. Scot Breitenfeld2019-05-091-2/+10
|
* Add command to build options and check definesAllen Byrne2019-02-141-2/+2
|
* CMake if statement correctionAllen Byrne2019-02-141-2/+2
|
* TRILAB-111 fixes for parallel testingAllen Byrne2019-02-131-4/+4
|
* Add LOCAL_BATCH_SCRIPT_ARG variable for submitting account informationLarry Knox2019-02-041-4/+4
| | | | and other batch command variations with ctest command.
* 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 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-021-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-011-245/+245
| |
* | Add .lsf batch scripts and insert the build directory into the scriptsLarry Knox2018-12-281-0/+1
|/ | | | during configuration.
* Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ↵Larry Knox2018-11-201-251/+252
|\ | | | | | | develop
| * Fix typoAllen Byrne2018-11-191-1/+1
| |
| * Standardize scriptAllen Byrne2018-11-191-11/+7
| |
| * Check PARALLEL_LEVEL maximumAllen Byrne2018-11-191-1/+6
| |
* | Changes to CMake code to pause cmake/ctest, waiting for batch jobs toLarry Knox2018-11-201-11/+8
| | | | | | | | run and finish.
* | Really don't run parallel tests without option specifying script.Larry Knox2018-11-141-16/+15
| |
* | Add script and changes to wait for H5Tinit.cLarry Knox2018-11-141-291/+318
|/ | | | | | | 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.
* TRILAB-36 add option for test script batch commandAllen Byrne2018-10-221-1/+5
|
* Change CMake min to 3.10Allen Byrne2018-03-091-1/+1
|
* Inc CMake min, Add new tests, rework test CMake filesAllen Byrne2018-02-271-1/+1
|
* Update reference files for CMake optionsAllen Byrne2018-01-291-7/+0
|
* Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to ↵Larry Knox2017-04-251-0/+11
| | | | | | | | | | hdf5_1_10 * commit '54957d37f5aa73912763dbb6e308555e863c43f4': Commit copyright header change for src/H5PLpkg.c which was added after running script to make changes. Add new files in release_docs to MANIFEST. Cimmit changes to Makefile.in(s) and H5PL.c that resulted from running autogen.sh. Merge pull request #407 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10_1 to hdf5_1_10_1 Change copyright headers to replace url referring to file to be removed and replace it with new url for COPYING file.
* Add toolset option to cmake configureAllen Byrne2017-03-171-2/+7
|
* HDFFV-10138 Merge app framework to examplesAllen Byrne2017-03-141-3/+3
|
* Update CMake files and formattingAllen Byrne2017-03-011-168/+168
|
* Update cmake build scripts, split out options to seprate fileAllen Byrne2017-02-171-52/+31
|
* Update cmake min version and cmake command conventionAllen Byrne2017-01-101-1/+1
|
* Remove duplicate blockAllen Byrne2016-10-271-3/+0
|
* Update with latest changes used in buildbot processAllen Byrne2016-10-271-23/+26
|
* Fix error reportingAllen Byrne2016-09-301-3/+9
|
* [svn-r30314] HDFFV-9971: Change the usage of a CMake variable for the build ↵Allen Byrne2016-08-221-4/+4
| | | | type to the recommended variable name. Updated documentation.
* [svn-r28147] Correct define vs variable usageAllen Byrne2015-10-201-0/+2
|
* [svn-r28130] Updated scriptsAllen Byrne2015-10-191-23/+46
|
* [svn-r27973] Update to new style usage Allen Byrne2015-10-061-17/+18
|
* [svn-r26905] Add user scripts to CMake folderAllen Byrne2015-04-231-0/+282