Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
f747f54997fcb385a6ec818fc24245bf9843fc39
[simgrid.git] / buildtools / Cmake / Cmake / 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/navarrop/Developments/simgrid/Cmake
8 BuildDirectory: /home/navarrop/Developments/simgrid/Cmake
9
10 # Site is something like machine.domain, i.e. pragmatic.crd
11 Site: Pierre Navarro
12
13 # Build name is osname-revision-compiler, i.e. Linux-2.4.2-2smp-c++
14 BuildName: Linux-c++
15
16 # Submission information
17 IsCDash: TRUE
18 DropSite: cdash.inria.fr/CDash
19 DropLocation: /submit.php?project=Simgrid
20 DropSiteUser: 
21 DropSitePassword: 
22 DropSiteMode: 
23 DropMethod: http
24 TriggerSite: http://cdash.inria.fr/CDash/cgi-bin/Submit-Random-TestingResults.cgi
25 ScpCommand: /usr/bin/scp
26
27 # Dashboard start time
28 NightlyStartTime: 00:00:00 EDT
29
30 # Commands for the build/test/submit cycle
31 ConfigureCommand: "/usr/bin/cmake" "/home/navarrop/Developments/simgrid/Cmake"
32 MakeCommand: /usr/bin/make -i
33
34 # CVS options
35 # Default is "-d -P -A"
36 CVSCommand: /usr/bin/cvs
37 CVSUpdateOptions: -d -A -P
38
39 # Subversion options
40 SVNCommand: /usr/bin/svn
41 SVNUpdateOptions: 
42
43 # Generic update command
44 UpdateCommand: 
45 UpdateOptions: 
46 UpdateType: 
47
48 # Dynamic analisys and coverage
49 PurifyCommand: 
50 ValgrindCommand: 
51 ValgrindCommandOptions: 
52 MemoryCheckCommand: /usr/bin/valgrind
53 MemoryCheckCommandOptions: 
54 MemoryCheckSuppressionFile: 
55 CoverageCommand: /usr/bin/gcov
56
57 # Testing options
58 # TimeOut is the amount of time in seconds to wait for processes
59 # to complete during testing.  After TimeOut seconds, the
60 # process will be summaily terminated.
61 # Currently set to 25 minutes
62 TimeOut: 1500