summaryrefslogtreecommitdiffstats
path: root/bin/batch
Commit message (Collapse)AuthorAgeFilesLines
* Bring the H5detect removal change from develop (#3648)Dana Robinson2023-10-091-20/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Bring the H5detect removal change from develop - Removed CMake cross-compiling variables * HDF5_USE_PREGEN * HDF5_BATCH_H5DETECT These were used to work around H5detect and H5make_libsettings and are no longer required. - Running H5make_libsettings is no longer required for cross-compiling The functionality of H5make_libsettings is now handled via template files, so H5make_libsettings has been removed. - Running H5detect is no longer required for cross-compiling The functionality of H5detect is now exercised at library startup, so H5detect has been removed. * Put H5T_CONV_ab macros in do..while loops (#3432) Ever since a recent round of macro cleanup, bin/trace and clang-format have been bickering over what H5Tconv.c should look like and neither produces readable code. This change puts the top-level H5T_CONV_ab macros in do..while loops, adds appropriate semicolons, and adds the missing H5_CLANG_DIAG_ON|OFF and H5_GCC_CLANG_DIAG_ON|OFF macros to the list of statement macros clang-format recognizes. H5Tconv.c is now readable and both bin/trace and clang-format are happy.
* Use ctest_test and APPEND to correctly report passed and failed test numbers ↵Larry Knox2022-11-0211-30/+57
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | in CDash (#2208) * Change how HPC tests are executed * Move ctest_test commands for serial and parallel tests into cmake files. * Update checks for uploading Test.xml to CDash. * Correct cmake scripots. * Remove extraneous characters. * Add ctest_start (APPEND). * Add binary directories to scripts running ctest_test. * Correct parameters for appending Test.xml. * Set CTEST_SITE and CTEST_BUILD_NAME. * Try to pass site and build_name to ctest_test sripts. * Add site name and build name for ctest_test commands vi environment. * Revert "Try to pass site and build_name to ctest_test sripts." This reverts commit d364aaf0fa65ee7f9e222b2633ee916d50afbc42. * Correct typo in src/CMakeLists.txt. * Update batch scripts to run ctest_test scripts. Co-authored-by: Allen Byrne <byrn@hdfgroup.org>
* 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.