Changes between Version 9 and Version 10 of ValidationIntro
- Timestamp:
- Sep 12, 2011, 10:27:20 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ValidationIntro
v9 v10 26 26 [ --max_claimed_credit X ]:: If a result claims more credit than this, mark it as invalid. 27 27 [ --max_granted_credit X ]:: Grant no more than this amount of credit to a result. 28 [ --grant_claimed_credit ]:: If set, grant the claimed credit, regardless of what other results for this workunit claimed. This is useful for projects where different instances of the same job can do much different amounts of work. 28 [ --grant_claimed_credit ]:: If set, grant the claimed credit, regardless of what other results for this workunit claimed. 29 This is useful for projects where different instances of the same job can do much different amounts of work. 29 30 [ --credit_from_wu ]:: If set, credit is specified by the <credit> element in the WU. 30 This is needed only with the BOINC-supplied validators.31 31 [ --update_credited_job ]:: For each valid result, create an entry in the credited_job database table. 32 This lets you keep track of which user contributed to each WU, even if you use [DbPurge db_purge].32 This lets you keep track of which user contributed to each WU, even if you use [DbPurge db_purge]. 33 33 [ --no_credit ]:: Don't grant credit (use this if you grant credit via trickle messages).