Changes between Version 32 and Version 33 of WorkGeneration


Ignore:
Timestamp:
Sep 18, 2009, 3:59:36 PM (15 years ago)
Author:
davea
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.