DartConfiguration.tcl.in 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  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. # Configuration directories and files
  5. SourceDirectory: @PROJECT_SOURCE_DIR@
  6. BuildDirectory: @PROJECT_BINARY_DIR@
  7. # Site is something like machine.domain, i.e. pragmatic.crd
  8. Site: @SITE@
  9. # Build name is osname-revision-compiler, i.e. Linux-2.4.2-2smp-c++
  10. BuildName: @BUILDNAME@
  11. # Submission information
  12. IsCDash: @CTEST_DROP_SITE_CDASH@
  13. DropSite: @DROP_SITE@
  14. DropLocation: @DROP_LOCATION@
  15. DropSiteUser: @DROP_SITE_USER@
  16. DropSitePassword: @DROP_SITE_PASSWORD@
  17. DropSiteMode: @DROP_SITE_MODE@
  18. DropMethod: @DROP_METHOD@
  19. TriggerSite: @TRIGGER_SITE@
  20. ScpCommand: @SCPCOMMAND@
  21. # Dashboard start time
  22. NightlyStartTime: @NIGHTLY_START_TIME@
  23. # Commands for the build/test/submit cycle
  24. ConfigureCommand: "@CMAKE_COMMAND@" "@PROJECT_SOURCE_DIR@"
  25. MakeCommand: @MAKECOMMAND@
  26. # CVS options
  27. # Default is "-d -P -A"
  28. CVSCommand: @CVSCOMMAND@
  29. CVSUpdateOptions: @CVS_UPDATE_OPTIONS@
  30. # Subversion options
  31. SVNCommand: @SVNCOMMAND@
  32. SVNUpdateOptions: @SVN_UPDATE_OPTIONS@
  33. # Generic update command
  34. UpdateCommand: @UPDATE_COMMAND@
  35. UpdateOptions: @UPDATE_OPTIONS@
  36. UpdateType: @UPDATE_TYPE@
  37. # Compiler info
  38. Compiler: @CMAKE_CXX_COMPILER@
  39. # Dynamic analysis and coverage
  40. PurifyCommand: @PURIFYCOMMAND@
  41. ValgrindCommand: @VALGRIND_COMMAND@
  42. ValgrindCommandOptions: @VALGRIND_COMMAND_OPTIONS@
  43. MemoryCheckCommand: @MEMORYCHECK_COMMAND@
  44. MemoryCheckCommandOptions: @MEMORYCHECK_COMMAND_OPTIONS@
  45. MemoryCheckSuppressionFile: @MEMORYCHECK_SUPPRESSIONS_FILE@
  46. CoverageCommand: @COVERAGE_COMMAND@
  47. # Cluster commands
  48. SlurmBatchCommand: @SLURM_SBATCH_COMMAND@
  49. SlurmRunCommand: @SLURM_SRUN_COMMAND@
  50. # Testing options
  51. # TimeOut is the amount of time in seconds to wait for processes
  52. # to complete during testing. After TimeOut seconds, the
  53. # process will be summarily terminated.
  54. # Currently set to 25 minutes
  55. TimeOut: @DART_TESTING_TIMEOUT@
  56. UseLaunchers: @CTEST_USE_LAUNCHERS@
  57. CurlOptions: @CTEST_CURL_OPTIONS@
  58. # warning, if you add new options here that have to do with submit,
  59. # you have to update cmCTestSubmitCommand.cxx