MarlinTrk  02.08
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
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: /afs/desy.de/user/d/dudarboh/iLCSoft/MarlinTrk
8 BuildDirectory: /afs/desy.de/user/d/dudarboh/iLCSoft/MarlinTrk/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: naf-ilc11.desy.de
15 
16 # Build name is osname-revision-compiler, i.e. Linux-2.4.2-2smp-c++
17 BuildName: Linux-g++
18 
19 # Subprojects
20 LabelsForSubprojects:
21 
22 # Submission information
23 SubmitURL: http://
24 
25 # Dashboard start time
26 NightlyStartTime: 00:00:00 EDT
27 
28 # Commands for the build/test/submit cycle
29 ConfigureCommand: "/cvmfs/ilc.desy.de/sw/x86_64_gcc82_centos7/CMake/3.15.5/bin/cmake" "/afs/desy.de/user/d/dudarboh/iLCSoft/MarlinTrk"
30 MakeCommand: /cvmfs/ilc.desy.de/sw/x86_64_gcc82_centos7/CMake/3.15.5/bin/cmake --build . --config "${CTEST_CONFIGURATION_TYPE}" -- -i
31 DefaultCTestConfigurationType: Release
32 
33 # version control
34 UpdateVersionOnly:
35 
36 # CVS options
37 # Default is "-d -P -A"
38 CVSCommand: /usr/bin/cvs
39 CVSUpdateOptions: -d -A -P
40 
41 # Subversion options
42 SVNCommand: /usr/bin/svn
43 SVNOptions:
44 SVNUpdateOptions:
45 
46 # Git options
47 GITCommand: /usr/bin/git
48 GITInitSubmodules:
49 GITUpdateOptions:
50 GITUpdateCustom:
51 
52 # Perforce options
53 P4Command: P4COMMAND-NOTFOUND
54 P4Client:
55 P4Options:
56 P4UpdateOptions:
57 P4UpdateCustom:
58 
59 # Generic update command
60 UpdateCommand: /usr/bin/git
61 UpdateOptions:
62 UpdateType: git
63 
64 # Compiler info
65 Compiler: /cvmfs/sft.cern.ch/lcg/releases/gcc/8.2.0-3fa06/x86_64-centos7/bin/g++
66 CompilerVersion: 8.2.0
67 
68 # Dynamic analysis (MemCheck)
69 PurifyCommand:
70 ValgrindCommand:
71 ValgrindCommandOptions:
72 MemoryCheckType:
73 MemoryCheckSanitizerOptions:
74 MemoryCheckCommand: /usr/bin/valgrind
75 MemoryCheckCommandOptions:
76 MemoryCheckSuppressionFile:
77 
78 # Coverage
79 CoverageCommand: /cvmfs/sft.cern.ch/lcg/releases/gcc/8.2.0-3fa06/x86_64-centos7/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 # During parallel testing CTest will not start a new test if doing
94 # so would cause the system load to exceed this value.
95 TestLoad:
96 
97 UseLaunchers:
98 CurlOptions:
99 # warning, if you add new options here that have to do with submit,
100 # you have to update cmCTestSubmitCommand.cxx
101 
102 # For CTest submissions that timeout, these options
103 # specify behavior for retrying the submission
104 CTestSubmitRetryDelay: 5
105 CTestSubmitRetryCount: 3