Changes between Version 32 and Version 33 of WorkGeneration
- Timestamp:
- Sep 18, 2009, 3:59:36 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WorkGeneration
v32 v33 1 1 [[PageOutline]] 2 === Making one workunit === #cpp-one 2 = Work generators = 3 4 == Submitting one job == #cpp-one 3 5 4 6 Here's a program that submits one job (error-checking is omitted for clarity): … … 54 56 The program must be run in the project directory. 55 57 56 == = Making lots of workunits === #cpp-lots58 == Making lots of workunits == #cpp-lots 57 59 58 60 If 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. … … 105 107 Again, you only need one input template file and one output template file. 106 108 107 == Example work generators == #examples109 == Sample work generators == #examples 108 110 109 111 Two work generator programs are supplied with BOINC.