]> Creatis software - clitk.git/blob - DartConfiguration.tcl
Changed register form title
[clitk.git] / DartConfiguration.tcl
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/mpech/workspace/vvSource
8 BuildDirectory: /home/mpech/workspace/vvSource
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: russule
15
16 # Build name is osname-revision-compiler, i.e. Linux-2.4.2-2smp-c++
17 BuildName: Linux-c++
18
19 # Submission information
20 IsCDash: TRUE
21 CDashVersion: 
22 QueryCDashVersion: 
23 DropSite: localhost
24 DropLocation: /cdash/submit.php?project=vv
25 DropSiteUser: 
26 DropSitePassword: 
27 DropSiteMode: 
28 DropMethod: http
29 TriggerSite: 
30 ScpCommand: /usr/bin/scp
31
32 # Dashboard start time
33 NightlyStartTime: 00:00:00 EST
34
35 # Commands for the build/test/submit cycle
36 ConfigureCommand: "/usr/bin/cmake" "/home/mpech/workspace/vvSource"
37 MakeCommand: /usr/bin/gmake -i
38 DefaultCTestConfigurationType: Release
39
40 # CVS options
41 # Default is "-d -P -A"
42 CVSCommand: /usr/bin/cvs
43 CVSUpdateOptions: -d -A -P
44
45 # Subversion options
46 SVNCommand: /usr/bin/svn
47 SVNUpdateOptions: 
48
49 # Git options
50 GITCommand: /usr/bin/git
51 GITUpdateOptions: 
52 GITUpdateCustom: 
53
54 # Generic update command
55 UpdateCommand: /usr/bin/git
56 UpdateOptions: 
57 UpdateType: git
58
59 # Compiler info
60 Compiler: /usr/bin/c++
61
62 # Dynamic analysis and coverage
63 PurifyCommand: 
64 ValgrindCommand: 
65 ValgrindCommandOptions: 
66 MemoryCheckCommand: MEMORYCHECK_COMMAND-NOTFOUND
67 MemoryCheckCommandOptions: 
68 MemoryCheckSuppressionFile: 
69 CoverageCommand: /usr/bin/gcov
70
71 # Cluster commands
72 SlurmBatchCommand: SLURM_SBATCH_COMMAND-NOTFOUND
73 SlurmRunCommand: SLURM_SRUN_COMMAND-NOTFOUND
74
75 # Testing options
76 # TimeOut is the amount of time in seconds to wait for processes
77 # to complete during testing.  After TimeOut seconds, the
78 # process will be summarily terminated.
79 # Currently set to 25 minutes
80 TimeOut: 1500
81
82 UseLaunchers: 
83 CurlOptions: 
84 # warning, if you add new options here that have to do with submit,
85 # you have to update cmCTestSubmitCommand.cxx
86
87 # For CTest submissions that timeout, these options
88 # specify behavior for retrying the submission
89 CTestSubmitRetryDelay: 5
90 CTestSubmitRetryCount: 3