Changes between Version 56 and Version 57 of ProjectOptions


Ignore:
Timestamp:
Mar 7, 2008, 12:14:28 PM (16 years ago)
Author:
davea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ProjectOptions

    v56 v57  
    3636[ <ban_cpu>regexp</ban_cpu> ]
    3737[ <max_ncpus>N</max_ncpus> ]
     38[ <granted_credit_weight>X</granted_credit_weight> ]
    3839}}}
    3940 '''one_result_per_user_per_wu'''::
     
    7879 '''default_disk_min_free_gb'''::
    7980        Sets the default value for the `disk_min_free_gb` preference so its consistent between the scheduler and web pages. The scheduler uses it when a request for work doesn't include preferences. The web page scripts use it to set the initial value when displaying or editing preferences the first time, or when the user never saved them. Also, the scheduler uses this setting to override any smaller preference from the host, it enforces a 'minimum free disk space' to keep from filling up the drive. Recommend setting this no smaller than .001 (1MB or 1,000,000 bytes). Default is .001.
    80  '''reliable_min_avg_credit, reliable_max_avg_turnaround'''::
    81         Hosts for which `expavg_credit`/`ncpus` is at least `reliable_min_avg_credit` and whose average turnaround is at most reliable_max_avg_turnaround are considered 'reliable'.
    82  '''reliable_time, reliable_reduced_delay_bound'''::
    83         When the age of a workunit exceeds reliable_time (typically 2-3X the delay bound), send results only to reliable hosts, and multiply the delay bound by reliable_reduced_delay_bound (typically 0.5 or so).
     81 '''reliable_max_avg_turnaround, reliable_max_error_rate'''::
     82        Hosts whose average turnaround is at most reliable_max_avg_turnaround and whose error rate is at most reliable_max_error_rate are considered 'reliable'.
     83 '''reliable_reduced_delay_bound'''::
     84        When a result is sent to a reliable host, multiply the delay bound by reliable_reduced_delay_bound (typically 0.5 or so).
    8485 '''reliable_on_priority, reliable_on_over, reliable_on_over_except_error'''::
    8586        Results with priority at least 'reliable_on_priority' will be sent only to reliable hosts; increase priority of duplicate results by 'reliable_priority_on_over'; increase priority of duplicates caused by timeout (not error) by 'reliable_priority_on_over_except_error'.
     
    105106 '''max_ncpus'''::
    106107       Treat all hosts as having no more than N CPUs.  This affects things like max results per day.  Use this, e.g., if your application uses a GPU or other co-processor.
     108 '''granted_credit_weight'''::
     109    KEVIN - PLEASE EXPLAIN
    107110
    108111=== Deprecated options ===