24 | | -app appname:: Name of the application |
25 | | [ -one_pass_N_WU N ]:: Validate at most N WUs, then exit |
26 | | [ -one_pass ]:: Make one pass through WU table, then exit |
27 | | [ -mod n i ]:: Process only WUs with (id mod n) == i. This option lets you run multiple instances of the validator for increased performance. |
28 | | [ -max_claimed_credit X ]:: If a result claims more credit than this, mark it as invalid. |
29 | | [ -max_granted_credit X ]:: Grant no more than this amount of credit to a result. |
30 | | [ -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. |
31 | | [ -credit_from_wu ]:: If set, credit is specified by the <credit> element in the WU. |
| 21 | --app appname:: Name of the application |
| 22 | [ --one_pass_N_WU N ]:: Validate at most N WUs, then exit |
| 23 | [ ---one_pass ]:: Make one pass through WU table, then exit |
| 24 | [ --mod n i ]:: Process only WUs with (id mod n) == i. This option lets you run multiple instances of the validator for increased performance. |
| 25 | [ --max_claimed_credit X ]:: If a result claims more credit than this, mark it as invalid. |
| 26 | [ --max_granted_credit X ]:: Grant no more than this amount of credit to a result. |
| 27 | [ --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 | [ --credit_from_wu ]:: If set, credit is specified by the <credit> element in the WU. |