diff options
author | Seth R Johnson <johnsonsr@ornl.gov> | 2020-11-11 14:01:26 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2020-11-11 14:12:14 (GMT) |
commit | aa754e29131d71258fec007ee6692d1a1d352afd (patch) | |
tree | fc73ad143e88bcbde82b1bc70917ce5041842a3e /Modules/DartConfiguration.tcl.in | |
parent | e31ccdd4c4547d74ac9c8694e2d08b692f2b6fbd (diff) | |
download | CMake-aa754e29131d71258fec007ee6692d1a1d352afd.zip CMake-aa754e29131d71258fec007ee6692d1a1d352afd.tar.gz CMake-aa754e29131d71258fec007ee6692d1a1d352afd.tar.bz2 |
CTest: Remove additional batch test variables
Follow up commit f984296ba8 (CTest: Remove unfinished batch test mode,
2017-12-08, v3.11.0-rc1~217^2).
Diffstat (limited to 'Modules/DartConfiguration.tcl.in')
-rw-r--r-- | Modules/DartConfiguration.tcl.in | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Modules/DartConfiguration.tcl.in b/Modules/DartConfiguration.tcl.in index d318c26..41cb9b7 100644 --- a/Modules/DartConfiguration.tcl.in +++ b/Modules/DartConfiguration.tcl.in @@ -83,10 +83,6 @@ MemoryCheckSuppressionFile: @MEMORYCHECK_SUPPRESSIONS_FILE@ CoverageCommand: @COVERAGE_COMMAND@ CoverageExtraFlags: @COVERAGE_EXTRA_FLAGS@ -# Cluster commands -SlurmBatchCommand: @SLURM_SBATCH_COMMAND@ -SlurmRunCommand: @SLURM_SRUN_COMMAND@ - # Testing options # TimeOut is the amount of time in seconds to wait for processes # to complete during testing. After TimeOut seconds, the |