Changes between Version 2 and Version 3 of ValidationIntro
- Timestamp:
- May 4, 2007, 10:02:59 AM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ValidationIntro
v2 v3 29 29 [ -max_granted_credit X ]:: Grant no more than this amount of credit to a result. 30 30 [ -grant_claimed_credit ]:: If set, grant the claimed credit, regardless of what other results for this workunit claimed. These is useful for projects where different instances of the same job can do much different amounts of work. 31 [ -credit_from_wu ]:: If set, credit is specified by the <credit> element in the WU. 32 This is needed only with the BOINC-supplied validators. 33 [ -update_credited_job ]:: For each valid result, create an entry in the credited_job database table. 34 This lets you keep track of which user contributed to each WU, even if you use [DbPurge db_purge].