Changes between Version 102 and Version 103 of ProjectOptions


Ignore:
Timestamp:
Aug 10, 2010, 3:15:57 PM (14 years ago)
Author:
davea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ProjectOptions

    v102 v103  
    1717
    1818{{{
    19 <ignore_delay_bound/>
    20 }}}
    21 By default, results are not sent to hosts too slow to complete them within delay bound.
    22 If this flag is set, this rule is not enforced.
     19<ban_cpu>regexp</ban_cpu>
     20}}}
     21Any host for which p_vendor<tab>p_model matches the given regular expression will not be sent jobs.
     22This is a POSIX extended regular expression.
    2323{{{
    2424<ban_os>regexp</ban_os>
     
    2727This is a POSIX extended regular expression.
    2828{{{
    29 <ban_cpu>regexp</ban_cpu>
    30 }}}
    31 Any host for which p_vendor<tab>p_model matches the given regular expression will not be sent jobs.
    32 This is a POSIX extended regular expression.
    33 {{{
    34 <workload_sim>0|1</workload_sim>
    35 }}}
    36 Do a simulation, based on current client workload, in deciding whether a job's deadline can be met.
     29<distinct_beta_apps>0|1</distinct_beta_apps>
     30}}}
     31If set, [AppFiltering user application selection] applies to [BetaTest beta test applications] as well as others.
    3732{{{
    3833<homogeneous_redundancy>N</homogeneous_redundancy>
     
    4237(Note: you may also specify this on a per-application basis).
    4338{{{
    44 <distinct_beta_apps>0|1</distinct_beta_apps>
    45 }}}
    46 If set, [AppFiltering user application selection] applies to [BetaTest beta test applications] as well as others.
    47 {{{
    48 <nowork_skip> 0|1 </nowork_skip>
    49 }}}
    50 If the scheduler has no work, it replies to RPCs without doing any database access
    51 (e.g., without looking up the user or host record).
    52 This reduces DB load, but it fails to update preferences when users click on Update.
    53 Use it if your server DB is overloaded.
     39<ignore_delay_bound/>
     40}}}
     41By default, results are not sent to hosts too slow to complete them within delay bound.
     42If this flag is set, this rule is not enforced.
    5443{{{
    5544<multiple_clients_per_host>0|1</multiple_clients_per_host>
     
    6049If set, the scheduler will skip a check that tries to locate the host
    6150based on its IP address.
     51{{{
     52<nowork_skip> 0|1 </nowork_skip>
     53}}}
     54If the scheduler has no work, it replies to RPCs without doing any database access
     55(e.g., without looking up the user or host record).
     56This reduces DB load, but it fails to update preferences when users click on Update.
     57Use it if your server DB is overloaded.
     58{{{
     59<primary_platform_only> 0|1 </primary_platform_only>
     60}}}
     61If set, send hosts app versions only for their primary platform.
     62E.g. If a host is 64-bit, send it only 64-bit app versions.
     63Use this option only if you have 64-bit versions for all supported platforms,
     64and you're sure that these are faster than the corresponding 32-bit versions.
     65{{{
     66<workload_sim>0|1</workload_sim>
     67}}}
     68Do a simulation, based on current client workload, in deciding whether a job's deadline can be met.
    6269
    6370=== Job limits ===
     
    718725 * scripts: use the bin/parse_config program
    719726
    720 
    721