DartConfiguration.tcl.in 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  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. CDashVersion: @CTEST_CDASH_VERSION@
  14. DropSite: @DROP_SITE@
  15. DropLocation: @DROP_LOCATION@
  16. DropSiteUser: @DROP_SITE_USER@
  17. DropSitePassword: @DROP_SITE_PASSWORD@
  18. DropSiteMode: @DROP_SITE_MODE@
  19. DropMethod: @DROP_METHOD@
  20. TriggerSite: @TRIGGER_SITE@
  21. ScpCommand: @SCPCOMMAND@
  22. # Dashboard start time
  23. NightlyStartTime: @NIGHTLY_START_TIME@
  24. # Commands for the build/test/submit cycle
  25. ConfigureCommand: "@CMAKE_COMMAND@" "@PROJECT_SOURCE_DIR@"
  26. MakeCommand: @MAKECOMMAND@
  27. DefaultCTestConfigurationType: @DEFAULT_CTEST_CONFIGURATION_TYPE@
  28. # CVS options
  29. # Default is "-d -P -A"
  30. CVSCommand: @CVSCOMMAND@
  31. CVSUpdateOptions: @CVS_UPDATE_OPTIONS@
  32. # Subversion options
  33. SVNCommand: @SVNCOMMAND@
  34. SVNUpdateOptions: @SVN_UPDATE_OPTIONS@
  35. # Generic update command
  36. UpdateCommand: @UPDATE_COMMAND@
  37. UpdateOptions: @UPDATE_OPTIONS@
  38. UpdateType: @UPDATE_TYPE@
  39. # Compiler info
  40. Compiler: @CMAKE_CXX_COMPILER@
  41. # Dynamic analysis and coverage
  42. PurifyCommand: @PURIFYCOMMAND@
  43. ValgrindCommand: @VALGRIND_COMMAND@
  44. ValgrindCommandOptions: @VALGRIND_COMMAND_OPTIONS@
  45. MemoryCheckCommand: @MEMORYCHECK_COMMAND@
  46. MemoryCheckCommandOptions: @MEMORYCHECK_COMMAND_OPTIONS@
  47. MemoryCheckSuppressionFile: @MEMORYCHECK_SUPPRESSIONS_FILE@
  48. CoverageCommand: @COVERAGE_COMMAND@
  49. # Cluster commands
  50. SlurmBatchCommand: @SLURM_SBATCH_COMMAND@
  51. SlurmRunCommand: @SLURM_SRUN_COMMAND@
  52. # Testing options
  53. # TimeOut is the amount of time in seconds to wait for processes
  54. # to complete during testing. After TimeOut seconds, the
  55. # process will be summarily terminated.
  56. # Currently set to 25 minutes
  57. TimeOut: @DART_TESTING_TIMEOUT@
  58. UseLaunchers: @CTEST_USE_LAUNCHERS@
  59. CurlOptions: @CTEST_CURL_OPTIONS@
  60. # warning, if you add new options here that have to do with submit,
  61. # you have to update cmCTestSubmitCommand.cxx