Changes between Version 96 and Version 97 of ProjectOptions


Ignore:
Timestamp:
Jun 1, 2010, 3:55:30 PM (14 years ago)
Author:
davea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ProjectOptions

    v96 v97  
    1212}}}
    1313
    14 == Scheduler: general ==
    15 
     14== Scheduler ==
     15
     16=== General ===
    1617{{{
    1718<one_result_per_user_per_wu/>
     
    116117If true, ignore duration correction factor.
    117118Use this temporarily if you've made a major change to your workunit FLOPS estimates.
    118 == Scheduler: job-cache scheduling ==
     119=== Job-cache scheduling ===
    119120
    120121This is the default.
     
    132133The size of the feeder's enumeration query.  Default is 200.
    133134
    134 == Scheduler: matchmaker scheduling ==
     135=== Matchmaker scheduling ===
    135136
    136137This is a variant of job-cache scheduling.
     
    156157to maintain statistics on the distribution of host speeds.
    157158
    158 == Scheduler: accelerating retries ==
     159=== Accelerating retries ===
    159160
    160161The goal of this mechanism (which works with job-cache and matchmaker scheduling,
     
    202203To do so, set the workunit's priority to '''reliable_on_priority''' or greater.
    203204
    204 == Scheduler: locality scheduling ==
     205=== Locality scheduling ===
    205206{{{
    206207<locality_scheduling/>
     
    217218This 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].
    218219
    219 == Scheduler: job retransmission ==
     220=== Job retransmission ===
    220221{{{
    221222<resend_lost_results> 0|1 </resend_lost_results>
     
    231232
    232233
    233 == Scheduler: data distribution ==
     234=== Data distribution ===
    234235{{{
    235236<replace_download_url_by_timezone>URL</replace_download_url_by_timezone>
     
    242243When 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.
    243244
    244 == Scheduler: logging ==
     245=== Logging ===
    245246
    246247The contents of the scheduler log file is controlled by the following:
     
    301302
    302303
    303 == Scheduler: client control == #client-control
     304=== Client control === #client-control
    304305{{{
    305306<next_rpc_delay>x</next_rpc_delay>
     
    347348This is intended for [NonCpuIntensive applications that use little CPU time], e.g. that do network or host measurements.
    348349
    349 == Scheduler: deprecated options ==
     350=== Deprecated options ===
    350351
    351352{{{