Changes between Version 105 and Version 106 of ProjectOptions
- Timestamp:
- Dec 5, 2010, 10:18:22 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ProjectOptions
v105 v106 5 5 The following elements in the `<config>` section of your [ProjectConfigFile config.xml] file 6 6 control various aspects of your project. 7 All booleanscan be expressed as7 Booleans default to false, and can be expressed as 8 8 {{{ 9 9 <tag>1</tag> (true) … … 13 13 14 14 == Scheduler == 15 16 These options control how jobs are dispatched to clients. 17 This is also affected by the parameters you 18 pass to the [BackendPrograms feeder]. 15 19 16 20 === General === … … 65 69 <workload_sim>0|1</workload_sim> 66 70 }}} 67 Do a simulation, based on current client workload, in deciding whether a job's deadline can be met. 71 Use a more expensive, but more accurate, method to decide whether 72 hosts can complete jobs within their delay bound. 68 73 69 74 === Job limits ===