summaryrefslogtreecommitdiffstats
path: root/bin/batch
Commit message (Collapse)AuthorAgeFilesLines
* Trim trailing whitespaceQuincey Koziol2020-04-201-1/+1
|
* updated -E optionM. Scot Breitenfeld2019-05-102-2/+2
|
* remove -M optionM. Scot Breitenfeld2019-05-109-10/+10
|
* added -M HPC to ctest commandM. Scot Breitenfeld2019-05-1013-76/+10
|
* Adding cross-compilation for theta (ANL) and qsub (COBALT) batch controls.M. Scot Breitenfeld2019-05-091-0/+21
|
* Putting ctest command in variable CMD did not work for skipping failingLarry Knox2019-05-062-8/+4
| | | | tests.
* Remove ' ' (typo).Larry Knox2019-02-171-1/+1
|
* Refactor mpi test namesAllen Byrne2019-02-1110-10/+10
|
* Refactor parallel test namesAllen Byrne2019-02-1110-10/+10
|
* Add LOCAL_BATCH_SCRIPT_ARG variable for submitting account informationLarry Knox2019-02-042-2/+2
| | | | and other batch command variations with ctest command.
* Correct H5DIFF to PH5DIFF in *ctestS.sl.in.cmake list of parallel testsLarry Knox2019-02-025-5/+5
| | | | | | reserved for *ctestP.sl.cmake. Revise options to run batch tests and alternative options for cross compile in HPC/*-HDF5options.cmake.
* Add new files to MANIFEST.Larry Knox2019-02-011-0/+0
| | | | Update permissions for raybsub to 755.
* Add more specific batch scripts.Larry Knox2019-01-315-2/+42
| | | | | | 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.
* Account info can be submitted as an argument to run the batch scripts.Larry Knox2019-01-282-33/+0
| | | | Special versions for sandia are not needed.
* Remove knl configuration from ctestS.sl.in.cmake.Larry Knox2019-01-273-1/+33
| | | | Add sandia batch files with account info.
* Add batch files with batch parameters specific to cori and ray.Larry Knox2019-01-268-5/+77
| | | | Release.txt entry for skipping long double dt_arith tests on ppc64.
* Configure build directory in batch scripts.Larry Knox2019-01-056-61/+6
|
* Add libhdf5_hl_fortran symlinks for libhdf5hl_fortran files.Larry Knox2018-12-312-2/+2
| | | | | Set ctest*.lsf.in.cmake scripts for sierra. Correct src/CMakelists.txt syntax error.
* Add .lsf batch scripts and insert the build directory into the scriptsLarry Knox2018-12-282-0/+37
| | | | during configuration.
* Add script and changes to wait for H5Tinit.cLarry Knox2018-11-145-3/+68
| | | | | | | 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.
* Add script to run tests with sbatch when not cross compiling.Larry Knox2018-10-291-0/+28
| | | | Add new files to MANIFEST.
* Add files and changes to cross compile with CrayLinuxEnvironment and runLarry Knox2018-10-292-0/+48
ctest tests with a batch job on knl compute nodes.