process-cpp  2.0.0
A simple convenience library for handling processes in C++11.
/build/buildd/process-cpp-2.0.0+14.10.20140718/obj-x86_64-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-2.0.0+14.10.20140718
8 BuildDirectory: /build/buildd/process-cpp-2.0.0+14.10.20140718/obj-x86_64-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: phianna
15 
16 # Build name is osname-revision-compiler, i.e. Linux-2.4.2-2smp-c++
17 BuildName: Linux-x86_64-linux-gnu-g++-4.9
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-2.0.0+14.10.20140718"
37 MakeCommand: /usr/bin/cmake --build . --config "${CTEST_CONFIGURATION_TYPE}" -- -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 # Perforce options
56 P4Command: P4COMMAND-NOTFOUND
57 P4Client:
58 P4Options:
59 P4UpdateOptions:
60 P4UpdateCustom:
61 
62 # Generic update command
63 UpdateCommand:
64 UpdateOptions:
65 UpdateType:
66 
67 # Compiler info
68 Compiler: /usr/bin/x86_64-linux-gnu-g++-4.9
69 
70 # Dynamic analysis (MemCheck)
71 PurifyCommand:
72 ValgrindCommand:
73 ValgrindCommandOptions:
74 MemoryCheckCommand: MEMORYCHECK_COMMAND-NOTFOUND
75 MemoryCheckCommandOptions:
76 MemoryCheckSuppressionFile:
77 
78 # Coverage
79 CoverageCommand: /usr/bin/gcov
80 CoverageExtraFlags: -l
81 
82 # Cluster commands
83 SlurmBatchCommand: SLURM_SBATCH_COMMAND-NOTFOUND
84 SlurmRunCommand: SLURM_SRUN_COMMAND-NOTFOUND
85 
86 # Testing options
87 # TimeOut is the amount of time in seconds to wait for processes
88 # to complete during testing. After TimeOut seconds, the
89 # process will be summarily terminated.
90 # Currently set to 25 minutes
91 TimeOut: 1500
92 
93 UseLaunchers:
94 CurlOptions:
95 # warning, if you add new options here that have to do with submit,
96 # you have to update cmCTestSubmitCommand.cxx
97 
98 # For CTest submissions that timeout, these options
99 # specify behavior for retrying the submission
100 CTestSubmitRetryDelay: 5
101 CTestSubmitRetryCount: 3