Changes between Version 2 and Version 3 of JobIntro


Ignore:
Timestamp:
Feb 15, 2013, 2:29:24 PM (11 years ago)
Author:
davea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • JobIntro

    v2 v3  
    2626In some cases you may be able to use sample versions that are part of BOINC.
    2727Each program should be listed as a [ProjectDaemons daemon] in the [ProjectConfigFile config.xml] file.
     28
     29== Submitting jobs ==
     30
     31To submit a job you must
     32
     33 1. Write XML [JobTemplates template files] that describe the job's input and output files (typically the same template files can be used for many jobs).
     34 1. [JobStage Stage] the job's input file(s)
     35 1. Invoke a [JobSubmission BOINC function or script] that submits the job.
     36
     37Once this is done, BOINC takes over: it creates one or more instances of the job,
     38distributes them to client hosts, collects the output files.
     39It [ValidationIntro validates] and
     40[AssimilateIntro processes] the results,
     41and deletes the input and output files.
     42
     43Typically, steps 2) and 3) are done by a [WorkGeneration work generator] program
     44that creates lots of jobs.
     45