Changes between Version 50 and Version 51 of ProjectOptions
- Timestamp:
- Feb 20, 2008, 11:49:15 AM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ProjectOptions
v50 v51 5 5 The following elements in the `<config>` section of your [ProjectConfigFile config.xml] file control various aspects of your project. 6 6 7 == Scheduling options and parameters == 7 == Scheduling options and parameters == #scheduling 8 8 {{{ 9 9 [ <one_result_per_user_per_wu/> ] … … 103 103 Don't issue work to clients with AMD K6 processors. 104 104 105 == Client control == 105 == Client control == #client-control 106 106 {{{ 107 107 [ <verify_files_on_app_start/> ] … … 130 130 This is intended for [NonCpuIntensive applications that use little CPU time], e.g. that do network or host measurements. 131 131 132 == Server logging == 132 == Server logging == #server-logging 133 133 {{{ 134 134 [ <sched_debug_level> N </sched_debug_level> ] … … 148 148 The weighting given to the Whetstone benchmark in the calculation of claimed credit. Must be in [0 .. 1]. Projects whose applications are floating-point intensive should use 1; pure integer applications, 0. Choosing an appropriate value will reduce the disparity in claimed credit between hosts. The script html/ops/credit_study.php, run against the database of a running project, will suggest what value to use. 149 149 150 == File deletion policy == 150 == File deletion policy == #file-deletion 151 151 {{{ 152 152 [ <delete_delay_hours>X</delete_delay_hours> ] … … 160 160 As a safeguard, the file deleter skips files not owned by this user. 161 161 162 == Server status page options == 162 == Server status page options == #server-status 163 163 {{{ 164 164 [ <www_host>hostname</www_host> ] … … 177 177 178 178 179 == Web site features == 179 == Web site features == #website 180 180 {{{ 181 181 [ <profile_screening/> ] … … 211 211 If set, banishments require a majority vote among moderators. 212 212 213 == Miscellaneous == 213 == Miscellaneous == #misc 214 214 {{{ 215 215 [ <disable_account_creation/> ] … … 280 280 Enables scheduler locking (recommended) and specifies directory where scheduler lockfiles are stored. Must be writable to the Apache user. 281 281 282 = Parsing project options = 282 = Parsing project options = #parsing-config 283 283 284 284 A program or script can access project options as follows: