summaryrefslogtreecommitdiffstats
path: root/config/cmake/scripts/HPC
Commit message (Collapse)AuthorAgeFilesLines
* Update license url part2 (#333)Larry Knox2021-02-174-4/+4
| | | | | | * 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.
* Move set (MAX_PROC_COUNT 8) back to HPC options files.Larry Knox2019-06-054-4/+16
|
* Move check for MPI defined to enable parallel from options scripts in HPC to ↵Larry Knox2019-06-054-48/+0
| | | | config/cmake/HDF5options.cmake.
* 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-091-0/+49
|
* Add command to build options and check definesAllen Byrne2019-02-141-0/+1
|
* TRILAB-111 fixes for parallel testingAllen Byrne2019-02-132-22/+4
|
* Add missing toolchain include for cross-compileAllen Byrne2019-02-131-0/+1
|
* KNL option for batch scriptsAllen Byrne2019-02-121-10/+12
|
* Use correct values for other file versionsAllen Byrne2019-02-092-12/+12
|
* CMake script changes to simplify executionAllen Byrne2019-02-085-245/+147
|
* Remove F2003 Option and referencesAllen Byrne2019-02-062-8/+0
|
* Update to example reference versionAllen Byrne2019-02-062-2/+2
|
* 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 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.