Changes between Version 33 and Version 34 of WorkGeneration


Ignore:
Timestamp:
Apr 15, 2010, 9:48:55 AM (14 years ago)
Author:
davea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WorkGeneration

    v33 v34  
    5656The program must be run in the project directory.
    5757
    58 == Making lots of workunits == #cpp-lots
     58== Making lots of jobs == #cpp-lots
    5959
    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.
     60If you're making lots of jobs (e.g. to do the various parts of a parallel computation)
     61you'll want the jobs to differ in their input files and/or their command-line arguments.
    6162
    6263{{{
     
    6465}}}
    6566
    66 For example, let's say you want to run a program on ten input files 'file0', 'file1', ..., 'file9'. You might modify the above program with the following code:
     67For example, let's say you want to run a program on ten input files 'file0', 'file1', ..., 'file9'.
     68You might modify the above program with the following code:
    6769{{{
    6870    char filename[256];
     
    135137bin/create_work -appname setiathome -wu_name sah_nodelete -wu_template templates/setiathome_wu_0 -result_template templates/setiathome_result_0 12ja04aa
    136138}}}
    137 {{{
    138 #!comment Why, if the workunit is never deleted?
    139 }}}