DartConfiguration.tcl.in 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  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. DefaultCTestConfigurationType: @DEFAULT_CTEST_CONFIGURATION_TYPE@
  27. # CVS options
  28. # Default is "-d -P -A"
  29. CVSCommand: @CVSCOMMAND@
  30. CVSUpdateOptions: @CVS_UPDATE_OPTIONS@
  31. # Subversion options
  32. SVNCommand: @SVNCOMMAND@
  33. SVNUpdateOptions: @SVN_UPDATE_OPTIONS@
  34. # Generic update command
  35. UpdateCommand: @UPDATE_COMMAND@
  36. UpdateOptions: @UPDATE_OPTIONS@
  37. UpdateType: @UPDATE_TYPE@
  38. # Compiler info
  39. Compiler: @CMAKE_CXX_COMPILER@
  40. # Dynamic analysis and coverage
  41. PurifyCommand: @PURIFYCOMMAND@
  42. ValgrindCommand: @VALGRIND_COMMAND@
  43. ValgrindCommandOptions: @VALGRIND_COMMAND_OPTIONS@
  44. MemoryCheckCommand: @MEMORYCHECK_COMMAND@
  45. MemoryCheckCommandOptions: @MEMORYCHECK_COMMAND_OPTIONS@
  46. MemoryCheckSuppressionFile: @MEMORYCHECK_SUPPRESSIONS_FILE@
  47. CoverageCommand: @COVERAGE_COMMAND@
  48. # Cluster commands
  49. SlurmBatchCommand: @SLURM_SBATCH_COMMAND@
  50. SlurmRunCommand: @SLURM_SRUN_COMMAND@
  51. # Testing options
  52. # TimeOut is the amount of time in seconds to wait for processes
  53. # to complete during testing. After TimeOut seconds, the
  54. # process will be summarily terminated.
  55. # Currently set to 25 minutes
  56. TimeOut: @DART_TESTING_TIMEOUT@
  57. UseLaunchers: @CTEST_USE_LAUNCHERS@
  58. CurlOptions: @CTEST_CURL_OPTIONS@
  59. # warning, if you add new options here that have to do with submit,
  60. # you have to update cmCTestSubmitCommand.cxx