| | 49 | |
| | 50 | The procedure for running this program is: |
| | 51 | |
| | 52 | * Create a BOINC project |
| | 53 | * Run a script ops/py_boinc.php that configures the project to use PyBOINC |
| | 54 | * Set an environment var PYBOINC_DIR to the root directory of the project |
| | 55 | * Create a directory (anywhere) containing the above files |
| | 56 | * In that directory, type |
| | 57 | {{{ |
| | 58 | python app_master.py |
| | 59 | }}} |
| | 60 | * This command may take a long time. If it's aborted via ^C, it may be repeated later. In that case no new jobs are created, and the master waits for the completion of the remaining slaves. |