CTestConfiguration.ini 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105
  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: /home/cicv/work/26_pji/simulation/jiaofu_20240521_lingxin/pji_work/src
  6. BuildDirectory: /home/cicv/work/26_pji/simulation/jiaofu_20240521_lingxin/pji_work/build
  7. # Where to place the cost data store
  8. CostDataFile:
  9. # Site is something like machine.domain, i.e. pragmatic.crd
  10. Site: syl
  11. # Build name is osname-revision-compiler, i.e. Linux-2.4.2-2smp-c++
  12. BuildName:
  13. # Subprojects
  14. LabelsForSubprojects:
  15. # Submission information
  16. SubmitURL:
  17. # Dashboard start time
  18. NightlyStartTime:
  19. # Commands for the build/test/submit cycle
  20. ConfigureCommand: "/usr/local/cmake/bin/cmake" "/home/cicv/work/26_pji/simulation/jiaofu_20240521_lingxin/pji_work/src"
  21. MakeCommand:
  22. DefaultCTestConfigurationType:
  23. # version control
  24. UpdateVersionOnly:
  25. # CVS options
  26. # Default is "-d -P -A"
  27. CVSCommand:
  28. CVSUpdateOptions:
  29. # Subversion options
  30. SVNCommand:
  31. SVNOptions:
  32. SVNUpdateOptions:
  33. # Git options
  34. GITCommand:
  35. GITInitSubmodules:
  36. GITUpdateOptions:
  37. GITUpdateCustom:
  38. # Perforce options
  39. P4Command:
  40. P4Client:
  41. P4Options:
  42. P4UpdateOptions:
  43. P4UpdateCustom:
  44. # Generic update command
  45. UpdateCommand:
  46. UpdateOptions:
  47. UpdateType:
  48. # Compiler info
  49. Compiler: /usr/bin/c++
  50. CompilerVersion: 9.4.0
  51. # Dynamic analysis (MemCheck)
  52. PurifyCommand:
  53. ValgrindCommand:
  54. ValgrindCommandOptions:
  55. DrMemoryCommand:
  56. DrMemoryCommandOptions:
  57. CudaSanitizerCommand:
  58. CudaSanitizerCommandOptions:
  59. MemoryCheckType:
  60. MemoryCheckSanitizerOptions:
  61. MemoryCheckCommand:
  62. MemoryCheckCommandOptions:
  63. MemoryCheckSuppressionFile:
  64. # Coverage
  65. CoverageCommand:
  66. CoverageExtraFlags:
  67. # Testing options
  68. # TimeOut is the amount of time in seconds to wait for processes
  69. # to complete during testing. After TimeOut seconds, the
  70. # process will be summarily terminated.
  71. # Currently set to 25 minutes
  72. TimeOut:
  73. # During parallel testing CTest will not start a new test if doing
  74. # so would cause the system load to exceed this value.
  75. TestLoad:
  76. UseLaunchers:
  77. CurlOptions:
  78. # warning, if you add new options here that have to do with submit,
  79. # you have to update cmCTestSubmitCommand.cxx
  80. # For CTest submissions that timeout, these options
  81. # specify behavior for retrying the submission
  82. CTestSubmitRetryDelay:
  83. CTestSubmitRetryCount: