Changes between Version 74 and Version 75 of ProjectOptions
- Timestamp:
- Oct 21, 2008, 4:12:14 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ProjectOptions
v74 v75 29 29 <max_wus_in_progress> N </max_wus_in_progress> 30 30 }}} 31 Maximum results in progress per CPU. Setting this to something (like 2 for instance) will limit the number of results a given host can simultaneously have registered as 'in progress'.31 The maximum results in progress is N times NCPUS (NCPUS is typically the number of CPUs on the host; see below). Setting this to something (like 2 for instance) will limit the number of results a given host can simultaneously have registered as 'in progress'. 32 32 {{{ 33 33 <min_sendwork_interval> N </min_sendwork_interval> … … 37 37 <daily_result_quota> N </daily_result_quota> 38 38 }}} 39 Maximum number of results (per CPU) sent to a given host in a 24-hour period. Helps prevent hosts with download or application problems from returning lots of error results. Be sure to set it large enough that a host does not go idle in a 24-hour period, and can download enough work to keep it busy if disconnected from the net for a few days. The maximum number of CPUS is bounded at four.39 The maximum number of results sent to a given host in a 24-hour period is N times NCPUS. Helps prevent hosts with download or application problems from returning lots of error results. Be sure to set it large enough that a host does not go idle in a 24-hour period, and can download enough work to keep it busy if disconnected from the net for a few days. 40 40 {{{ 41 41 <ignore_delay_bound/> … … 75 75 If set, the scheduler will skip a check that tries to locate the host 76 76 based on its IP address. 77 {{{ 78 <max_ncpus>N</max_ncpus> 79 }}} 80 An upper bound on NCPUS (default: 8) 81 {{{ 82 <have_cuda_apps>0|1</have_cuda_apps> 83 }}} 84 If true, NCPUS is max'd with the number of CUDA processors. 77 85 78 86 == Scheduling: job-cache scheduling == … … 213 221 <verify_files_on_app_start/> 214 222 223 215 224 }}} 216 225 Before starting or restarting an app, check contents of input files and app version files by either MD5 or digital signature check. Detects user tampering with file (but doesn't really increase security, since user could also change MD5s or signatures in client state file).