Changes between Version 32 and Version 33 of WorkGeneration

Show
Ignore:
Author:
davea (IP: 128.32.18.181)
Timestamp:
09/18/09 15:59:36 (2 months ago)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WorkGeneration

    v32 v33  
    11[[PageOutline]] 
    2 === Making one workunit === #cpp-one 
     2= Work generators = 
     3 
     4== Submitting one job == #cpp-one 
    35 
    46Here's a program that submits one job (error-checking is omitted for clarity): 
    5456The program must be run in the project directory. 
    5557 
    56 === Making lots of workunits === #cpp-lots 
     58== Making lots of workunits == #cpp-lots 
    5759 
    5860If you're making lots of workunits (e.g. to do the various parts of a parallel computation) you'll want the workunits to differ either in their input files, their command-line arguments, or both. 
    105107Again, you only need one input template file and one output template file. 
    106108 
    107 == Example work generators == #examples 
     109== Sample work generators == #examples 
    108110 
    109111Two work generator programs are supplied with BOINC. 

If this page is incomplete or incorrect, please edit it or add it to the wiki to-do list. To do this, you must be logged in; click Login or Register above.