43 | | This program is supplied by BOINC and is application independent. It handles state transitions of workunits and results. It generates initial results for workunits, and generates more results when timeouts or errors occur. |
| 43 | This program is supplied by BOINC and is application independent. |
| 44 | It handles state transitions of workunits and results. |
| 45 | It generates initial results for workunits, |
| 46 | and generates more results when timeouts or errors occur. |
| 47 | Options: |
| 48 | |
| 49 | -sleep_interval N:: sleep N seconds if nothing to do (default 5) |
| 50 | -one_pass:: do one pass, then exit |
| 51 | -d N:: debug level N (1, 2, 3=most verbose) |
| 52 | -mod n i:: process only WUs with (id mod n) == i |
| 53 | |