2003-05-02 21:57:25 +04:00
|
|
|
# This file is configured by CMake automatically as DartConfiguration.tcl
|
|
|
|
# If you choose not to use CMake, this file may be hand configured, by
|
|
|
|
# filling in the required variables.
|
|
|
|
|
|
|
|
|
|
|
|
# Configuration directories and files
|
|
|
|
SourceDirectory: @PROJECT_SOURCE_DIR@
|
|
|
|
BuildDirectory: @PROJECT_BINARY_DIR@
|
|
|
|
|
2010-03-01 19:00:23 +03:00
|
|
|
# Where to place the cost data store
|
|
|
|
CostDataFile: @CTEST_COST_DATA_FILE@
|
|
|
|
|
2003-05-02 21:57:25 +04:00
|
|
|
# Site is something like machine.domain, i.e. pragmatic.crd
|
|
|
|
Site: @SITE@
|
|
|
|
|
|
|
|
# Build name is osname-revision-compiler, i.e. Linux-2.4.2-2smp-c++
|
|
|
|
BuildName: @BUILDNAME@
|
|
|
|
|
|
|
|
# Submission information
|
2008-02-29 22:58:33 +03:00
|
|
|
IsCDash: @CTEST_DROP_SITE_CDASH@
|
2009-12-21 20:27:04 +03:00
|
|
|
CDashVersion: @CTEST_CDASH_VERSION@
|
2010-02-08 17:47:39 +03:00
|
|
|
QueryCDashVersion: @CTEST_CDASH_QUERY_VERSION@
|
2003-05-02 21:57:25 +04:00
|
|
|
DropSite: @DROP_SITE@
|
|
|
|
DropLocation: @DROP_LOCATION@
|
|
|
|
DropSiteUser: @DROP_SITE_USER@
|
|
|
|
DropSitePassword: @DROP_SITE_PASSWORD@
|
|
|
|
DropSiteMode: @DROP_SITE_MODE@
|
|
|
|
DropMethod: @DROP_METHOD@
|
|
|
|
TriggerSite: @TRIGGER_SITE@
|
2005-02-16 21:30:17 +03:00
|
|
|
ScpCommand: @SCPCOMMAND@
|
2003-05-02 21:57:25 +04:00
|
|
|
|
|
|
|
# Dashboard start time
|
|
|
|
NightlyStartTime: @NIGHTLY_START_TIME@
|
|
|
|
|
|
|
|
# Commands for the build/test/submit cycle
|
|
|
|
ConfigureCommand: "@CMAKE_COMMAND@" "@PROJECT_SOURCE_DIR@"
|
|
|
|
MakeCommand: @MAKECOMMAND@
|
2009-12-04 20:09:01 +03:00
|
|
|
DefaultCTestConfigurationType: @DEFAULT_CTEST_CONFIGURATION_TYPE@
|
2005-02-16 21:30:17 +03:00
|
|
|
|
2014-08-13 21:45:08 +04:00
|
|
|
# version control
|
|
|
|
UpdateVersionOnly: @CTEST_UPDATE_VERSION_ONLY@
|
|
|
|
|
2005-02-16 21:30:17 +03:00
|
|
|
# CVS options
|
|
|
|
# Default is "-d -P -A"
|
2003-05-02 21:57:25 +04:00
|
|
|
CVSCommand: @CVSCOMMAND@
|
2005-02-16 21:30:17 +03:00
|
|
|
CVSUpdateOptions: @CVS_UPDATE_OPTIONS@
|
|
|
|
|
|
|
|
# Subversion options
|
|
|
|
SVNCommand: @SVNCOMMAND@
|
2012-09-23 21:55:48 +04:00
|
|
|
SVNOptions: @CTEST_SVN_OPTIONS@
|
2005-02-16 21:30:17 +03:00
|
|
|
SVNUpdateOptions: @SVN_UPDATE_OPTIONS@
|
|
|
|
|
2010-05-11 17:29:55 +04:00
|
|
|
# Git options
|
|
|
|
GITCommand: @GITCOMMAND@
|
|
|
|
GITUpdateOptions: @GIT_UPDATE_OPTIONS@
|
2010-06-09 00:12:28 +04:00
|
|
|
GITUpdateCustom: @CTEST_GIT_UPDATE_CUSTOM@
|
2010-05-11 17:29:55 +04:00
|
|
|
|
2013-10-23 02:11:22 +04:00
|
|
|
# Perforce options
|
|
|
|
P4Command: @P4COMMAND@
|
|
|
|
P4Client: @CTEST_P4_CLIENT@
|
|
|
|
P4Options: @CTEST_P4_OPTIONS@
|
|
|
|
P4UpdateOptions: @CTEST_P4_UPDATE_OPTIONS@
|
|
|
|
P4UpdateCustom: @CTEST_P4_UPDATE_CUSTOM@
|
|
|
|
|
2005-02-16 21:30:17 +03:00
|
|
|
# Generic update command
|
|
|
|
UpdateCommand: @UPDATE_COMMAND@
|
|
|
|
UpdateOptions: @UPDATE_OPTIONS@
|
|
|
|
UpdateType: @UPDATE_TYPE@
|
|
|
|
|
2009-10-12 19:06:49 +04:00
|
|
|
# Compiler info
|
|
|
|
Compiler: @CMAKE_CXX_COMPILER@
|
2015-08-11 10:52:51 +03:00
|
|
|
CompilerVersion: @CMAKE_CXX_COMPILER_VERSION@
|
2009-10-12 19:06:49 +04:00
|
|
|
|
2011-10-22 18:38:16 +04:00
|
|
|
# Dynamic analysis (MemCheck)
|
2003-05-02 21:57:25 +04:00
|
|
|
PurifyCommand: @PURIFYCOMMAND@
|
|
|
|
ValgrindCommand: @VALGRIND_COMMAND@
|
|
|
|
ValgrindCommandOptions: @VALGRIND_COMMAND_OPTIONS@
|
2014-07-15 22:19:14 +04:00
|
|
|
MemoryCheckType: @MEMORYCHECK_TYPE@
|
2014-10-03 21:45:07 +04:00
|
|
|
MemoryCheckSanitizerOptions: @MEMORYCHECK_SANITIZER_OPTIONS@
|
2003-12-16 01:26:00 +03:00
|
|
|
MemoryCheckCommand: @MEMORYCHECK_COMMAND@
|
|
|
|
MemoryCheckCommandOptions: @MEMORYCHECK_COMMAND_OPTIONS@
|
2003-12-17 00:19:32 +03:00
|
|
|
MemoryCheckSuppressionFile: @MEMORYCHECK_SUPPRESSIONS_FILE@
|
2011-10-22 18:38:16 +04:00
|
|
|
|
|
|
|
# Coverage
|
2003-12-08 19:23:46 +03:00
|
|
|
CoverageCommand: @COVERAGE_COMMAND@
|
2011-10-22 18:38:16 +04:00
|
|
|
CoverageExtraFlags: @COVERAGE_EXTRA_FLAGS@
|
2003-05-02 21:57:25 +04:00
|
|
|
|
2009-09-02 18:08:40 +04:00
|
|
|
# Cluster commands
|
|
|
|
SlurmBatchCommand: @SLURM_SBATCH_COMMAND@
|
|
|
|
SlurmRunCommand: @SLURM_SRUN_COMMAND@
|
|
|
|
|
2003-05-02 21:57:25 +04:00
|
|
|
# Testing options
|
|
|
|
# TimeOut is the amount of time in seconds to wait for processes
|
|
|
|
# to complete during testing. After TimeOut seconds, the
|
2009-09-02 18:08:40 +04:00
|
|
|
# process will be summarily terminated.
|
2003-05-02 21:57:25 +04:00
|
|
|
# Currently set to 25 minutes
|
|
|
|
TimeOut: @DART_TESTING_TIMEOUT@
|
2009-02-11 23:18:13 +03:00
|
|
|
|
2015-06-09 15:50:44 +03:00
|
|
|
# During parallel testing CTest will not start a new test if doing
|
|
|
|
# so would cause the system load to exceed this value.
|
|
|
|
TestLoad: @CTEST_TEST_LOAD@
|
|
|
|
|
2009-02-11 23:18:13 +03:00
|
|
|
UseLaunchers: @CTEST_USE_LAUNCHERS@
|
2009-04-10 20:15:03 +04:00
|
|
|
CurlOptions: @CTEST_CURL_OPTIONS@
|
2009-04-17 22:44:01 +04:00
|
|
|
# warning, if you add new options here that have to do with submit,
|
|
|
|
# you have to update cmCTestSubmitCommand.cxx
|
|
|
|
|
2010-06-03 18:34:34 +04:00
|
|
|
# For CTest submissions that timeout, these options
|
|
|
|
# specify behavior for retrying the submission
|
2010-06-03 21:27:26 +04:00
|
|
|
CTestSubmitRetryDelay: @CTEST_SUBMIT_RETRY_DELAY@
|
|
|
|
CTestSubmitRetryCount: @CTEST_SUBMIT_RETRY_COUNT@
|