Changes between Version 96 and Version 97 of ProjectOptions
- Timestamp:
- Jun 1, 2010, 3:55:30 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ProjectOptions
v96 v97 12 12 }}} 13 13 14 == Scheduler: general == 15 14 == Scheduler == 15 16 === General === 16 17 {{{ 17 18 <one_result_per_user_per_wu/> … … 116 117 If true, ignore duration correction factor. 117 118 Use this temporarily if you've made a major change to your workunit FLOPS estimates. 118 == Scheduler: job-cache scheduling==119 === Job-cache scheduling === 119 120 120 121 This is the default. … … 132 133 The size of the feeder's enumeration query. Default is 200. 133 134 134 == Scheduler: matchmaker scheduling==135 === Matchmaker scheduling === 135 136 136 137 This is a variant of job-cache scheduling. … … 156 157 to maintain statistics on the distribution of host speeds. 157 158 158 == Scheduler: accelerating retries==159 === Accelerating retries === 159 160 160 161 The goal of this mechanism (which works with job-cache and matchmaker scheduling, … … 202 203 To do so, set the workunit's priority to '''reliable_on_priority''' or greater. 203 204 204 == Scheduler: locality scheduling==205 === Locality scheduling === 205 206 {{{ 206 207 <locality_scheduling/> … … 217 218 This element only has an effect when used in conjunction with the previous locality scheduling element. It tells the scheduler to use 'trigger files' to inform the project that more work is needed for specific files. The period is the number of seconds which the scheduler will wait to see if the project can create additional work. Together with project-specific daemons or scripts this can be used for 'just-in-time' workunit creation. See [LocalityScheduling Locality Scheduling]. 218 219 219 == Scheduler: job retransmission==220 === Job retransmission === 220 221 {{{ 221 222 <resend_lost_results> 0|1 </resend_lost_results> … … 231 232 232 233 233 == Scheduler: data distribution==234 === Data distribution === 234 235 {{{ 235 236 <replace_download_url_by_timezone>URL</replace_download_url_by_timezone> … … 242 243 When creating work, keep a record (in files called foo.md5) of the file length and md5 sum of data files and executables. This can greatly reduce the time needed to create work, if (1) these files are re-used, and (2) there are many of these files, and (3) reading the files from disk is time-consuming. 243 244 244 == Scheduler: logging==245 === Logging === 245 246 246 247 The contents of the scheduler log file is controlled by the following: … … 301 302 302 303 303 == Scheduler: client control== #client-control304 === Client control === #client-control 304 305 {{{ 305 306 <next_rpc_delay>x</next_rpc_delay> … … 347 348 This is intended for [NonCpuIntensive applications that use little CPU time], e.g. that do network or host measurements. 348 349 349 == Scheduler: deprecated options==350 === Deprecated options === 350 351 351 352 {{{