Changes between Version 56 and Version 57 of ProjectOptions
- Timestamp:
- Mar 7, 2008, 12:14:28 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ProjectOptions
v56 v57 36 36 [ <ban_cpu>regexp</ban_cpu> ] 37 37 [ <max_ncpus>N</max_ncpus> ] 38 [ <granted_credit_weight>X</granted_credit_weight> ] 38 39 }}} 39 40 '''one_result_per_user_per_wu''':: … … 78 79 '''default_disk_min_free_gb''':: 79 80 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_m in_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_turnaroundare 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, andmultiply 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). 84 85 '''reliable_on_priority, reliable_on_over, reliable_on_over_except_error''':: 85 86 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'. … … 105 106 '''max_ncpus''':: 106 107 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 107 110 108 111 === Deprecated options ===