process-cpp  1.0.1
A simple convenience library for handling processes in C++11.
/build/buildd/process-cpp-1.0.1+14.10.20140522/obj-i686-linux-gnu/DartConfiguration.tcl
Go to the documentation of this file.
1 # This file is configured by CMake automatically as DartConfiguration.tcl
2 # If you choose not to use CMake, this file may be hand configured, by
3 # filling in the required variables.
4 
5 
6 # Configuration directories and files
7 SourceDirectory: /build/buildd/process-cpp-1.0.1+14.10.20140522
8 BuildDirectory: /build/buildd/process-cpp-1.0.1+14.10.20140522/obj-i686-linux-gnu
9 
10 # Where to place the cost data store
11 CostDataFile:
12 
13 # Site is something like machine.domain, i.e. pragmatic.crd
14 Site: batsu
15 
16 # Build name is osname-revision-compiler, i.e. Linux-2.4.2-2smp-c++
17 BuildName: Linux-i686-linux-gnu-g++
18 
19 # Submission information
20 IsCDash:
21 CDashVersion:
22 QueryCDashVersion:
23 DropSite:
24 DropLocation:
25 DropSiteUser:
26 DropSitePassword:
27 DropSiteMode:
28 DropMethod: http
29 TriggerSite:
30 ScpCommand: SCPCOMMAND-NOTFOUND
31 
32 # Dashboard start time
33 NightlyStartTime: 00:00:00 EDT
34 
35 # Commands for the build/test/submit cycle
36 ConfigureCommand: "/usr/bin/cmake" "/build/buildd/process-cpp-1.0.1+14.10.20140522"
37 MakeCommand: /usr/bin/make -i
38 DefaultCTestConfigurationType: Release
39 
40 # CVS options
41 # Default is "-d -P -A"
42 CVSCommand: CVSCOMMAND-NOTFOUND
43 CVSUpdateOptions: -d -A -P
44 
45 # Subversion options
46 SVNCommand: SVNCOMMAND-NOTFOUND
47 SVNOptions:
48 SVNUpdateOptions:
49 
50 # Git options
51 GITCommand: GITCOMMAND-NOTFOUND
52 GITUpdateOptions:
53 GITUpdateCustom:
54 
55 # Generic update command
56 UpdateCommand:
57 UpdateOptions:
58 UpdateType:
59 
60 # Compiler info
61 Compiler: /usr/bin/i686-linux-gnu-g++
62 
63 # Dynamic analysis (MemCheck)
64 PurifyCommand:
65 ValgrindCommand:
66 ValgrindCommandOptions:
67 MemoryCheckCommand: MEMORYCHECK_COMMAND-NOTFOUND
68 MemoryCheckCommandOptions:
69 MemoryCheckSuppressionFile:
70 
71 # Coverage
72 CoverageCommand: /usr/bin/gcov
73 CoverageExtraFlags: -l
74 
75 # Cluster commands
76 SlurmBatchCommand: SLURM_SBATCH_COMMAND-NOTFOUND
77 SlurmRunCommand: SLURM_SRUN_COMMAND-NOTFOUND
78 
79 # Testing options
80 # TimeOut is the amount of time in seconds to wait for processes
81 # to complete during testing. After TimeOut seconds, the
82 # process will be summarily terminated.
83 # Currently set to 25 minutes
84 TimeOut: 1500
85 
86 UseLaunchers:
87 CurlOptions:
88 # warning, if you add new options here that have to do with submit,
89 # you have to update cmCTestSubmitCommand.cxx
90 
91 # For CTest submissions that timeout, these options
92 # specify behavior for retrying the submission
93 CTestSubmitRetryDelay: 5
94 CTestSubmitRetryCount: 3