Changes between Version 1 and Version 2 of PythonAppDev


Ignore:
Timestamp:
Sep 20, 2007, 8:01:35 AM (17 years ago)
Author:
davea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PythonAppDev

    v1 v2  
    4747pyboinc_return_output(output);
    4848}}}
     49
     50The 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{{{
     58python 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.