Changes between Version 83 and Version 84 of ProjectOptions
- Timestamp:
- Feb 23, 2009, 4:30:53 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ProjectOptions
v83 v84 39 39 Each host has a field max_results_day in the interval [1 .. daily_result_quota]; 40 40 it's initially daily_result_quota, and is adjusted as the host sends good or bad results. 41 The maximum number of jobs sent to a given host in a 24-hour period is MRD times (NCPUs + NCUDA*cuda_multiplier).41 The maximum number of jobs sent to a given host in a 24-hour period is MRD * NCPUs. 42 42 43 43 Set daily_result_quota large enough that a host can download enough work … … 47 47 }}} 48 48 See the above. 49 If a host has M CUDA devices, use M*N instead of NCPUS. 49 50 Set this to the speed ratio of an average CUDA device to an average CPU, i.e. about 10 or 20. 50 51