CYCAMORE
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: /home/stomps/dev-cyclus/cycamore
8 BuildDirectory: /home/stomps/dev-cyclus/cycamore/_tmp_build
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: stomps-HP-EliteDesk-800-G1-SFF
15 
16 # Build name is osname-revision-compiler, i.e. Linux-2.4.2-2smp-c++
17 BuildName: Linux-c++
18 
19 # Subprojects
20 LabelsForSubprojects:
21 
22 # Submission information
23 IsCDash:
24 CDashVersion:
25 QueryCDashVersion:
26 DropSite:
27 DropLocation:
28 DropSiteUser:
29 DropSitePassword:
30 DropSiteMode:
31 DropMethod: http
32 TriggerSite:
33 ScpCommand: /usr/bin/scp
34 
35 # Dashboard start time
36 NightlyStartTime: 00:00:00 EDT
37 
38 # Commands for the build/test/submit cycle
39 ConfigureCommand: "/usr/bin/cmake" "/home/stomps/dev-cyclus/cycamore"
40 MakeCommand: /usr/bin/cmake --build . --config "${CTEST_CONFIGURATION_TYPE}" -- -i
41 DefaultCTestConfigurationType: Release
42 
43 # version control
44 UpdateVersionOnly:
45 
46 # CVS options
47 # Default is "-d -P -A"
48 CVSCommand: CVSCOMMAND-NOTFOUND
49 CVSUpdateOptions: -d -A -P
50 
51 # Subversion options
52 SVNCommand: SVNCOMMAND-NOTFOUND
53 SVNOptions:
54 SVNUpdateOptions:
55 
56 # Git options
57 GITCommand: /usr/bin/git
58 GITInitSubmodules:
59 GITUpdateOptions:
60 GITUpdateCustom:
61 
62 # Perforce options
63 P4Command: P4COMMAND-NOTFOUND
64 P4Client:
65 P4Options:
66 P4UpdateOptions:
67 P4UpdateCustom:
68 
69 # Generic update command
70 UpdateCommand: /usr/bin/git
71 UpdateOptions:
72 UpdateType: git
73 
74 # Compiler info
75 Compiler: /usr/bin/c++
76 CompilerVersion: 7.4.0
77 
78 # Dynamic analysis (MemCheck)
79 PurifyCommand:
80 ValgrindCommand:
81 ValgrindCommandOptions:
82 MemoryCheckType:
83 MemoryCheckSanitizerOptions:
84 MemoryCheckCommand: MEMORYCHECK_COMMAND-NOTFOUND
85 MemoryCheckCommandOptions:
86 MemoryCheckSuppressionFile:
87 
88 # Coverage
89 CoverageCommand: /usr/bin/gcov
90 CoverageExtraFlags: -l
91 
92 # Cluster commands
93 SlurmBatchCommand: SLURM_SBATCH_COMMAND-NOTFOUND
94 SlurmRunCommand: SLURM_SRUN_COMMAND-NOTFOUND
95 
96 # Testing options
97 # TimeOut is the amount of time in seconds to wait for processes
98 # to complete during testing. After TimeOut seconds, the
99 # process will be summarily terminated.
100 # Currently set to 25 minutes
101 TimeOut: 1500
102 
103 # During parallel testing CTest will not start a new test if doing
104 # so would cause the system load to exceed this value.
105 TestLoad:
106 
107 UseLaunchers:
108 CurlOptions:
109 # warning, if you add new options here that have to do with submit,
110 # you have to update cmCTestSubmitCommand.cxx
111 
112 # For CTest submissions that timeout, these options
113 # specify behavior for retrying the submission
114 CTestSubmitRetryDelay: 5
115 CTestSubmitRetryCount: 3