# This file is configured by CMake automatically as DartConfiguration.tcl # If you choose not to use CMake, this file may be hand configured, by # filling in the required variables. # Configuration directories and files SourceDirectory: /Users/ntustison/Desktop/Source BuildDirectory: /Users/ntustison/Desktop/Source/bin # Where to place the cost data store CostDataFile: # Site is something like machine.domain, i.e. pragmatic.crd Site: d-172-25-170-12.bootp.virginia.edu # Build name is osname-revision-compiler, i.e. Linux-2.4.2-2smp-c++ BuildName: Darwin-c++ # Submission information IsCDash: CDashVersion: QueryCDashVersion: DropSite: DropLocation: DropSiteUser: DropSitePassword: DropSiteMode: DropMethod: http TriggerSite: ScpCommand: /usr/bin/scp # Dashboard start time NightlyStartTime: 00:00:00 EDT # Commands for the build/test/submit cycle ConfigureCommand: "/Applications/CMake 2.8-4.app/Contents/bin/cmake" "/Users/ntustison/Desktop/Source" MakeCommand: /usr/bin/make -i DefaultCTestConfigurationType: Release # CVS options # Default is "-d -P -A" CVSCommand: /usr/bin/cvs CVSUpdateOptions: -d -A -P # Subversion options SVNCommand: /usr/bin/svn SVNUpdateOptions: # Git options GITCommand: /usr/bin/git GITUpdateOptions: GITUpdateCustom: # Generic update command UpdateCommand: UpdateOptions: UpdateType: # Compiler info Compiler: /usr/bin/c++ # Dynamic analysis and coverage PurifyCommand: ValgrindCommand: ValgrindCommandOptions: MemoryCheckCommand: /usr/local/bin/valgrind MemoryCheckCommandOptions: MemoryCheckSuppressionFile: CoverageCommand: /usr/bin/gcov # Cluster commands SlurmBatchCommand: SLURM_SBATCH_COMMAND-NOTFOUND SlurmRunCommand: SLURM_SRUN_COMMAND-NOTFOUND # Testing options # TimeOut is the amount of time in seconds to wait for processes # to complete during testing. After TimeOut seconds, the # process will be summarily terminated. # Currently set to 25 minutes TimeOut: 1500 UseLaunchers: CurlOptions: # warning, if you add new options here that have to do with submit, # you have to update cmCTestSubmitCommand.cxx # For CTest submissions that timeout, these options # specify behavior for retrying the submission CTestSubmitRetryDelay: 5 CTestSubmitRetryCount: 3