Changes between Version 3 and Version 4 of JobIntro


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

--

Legend:

Unmodified
Added
Removed
Modified
  • JobIntro

    v3 v4  
    2727Each program should be listed as a [ProjectDaemons daemon] in the [ProjectConfigFile config.xml] file.
    2828
    29 == Submitting jobs ==
     29== Submitting jobs locally ==
    3030
    31 To submit a job you must
     31To submit a job:
    3232
    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).
     33 1. Write XML [JobTemplates template files] that describe the job's input and output files
     34  (typically the same template files can be used for many jobs).
    3435 1. [JobStage Stage] the job's input file(s)
    3536 1. Invoke a [JobSubmission BOINC function or script] that submits the job.
     
    4142and deletes the input and output files.
    4243
    43 Typically, steps 2) and 3) are done by a [WorkGeneration work generator] program
     44Steps 2) and 3) may be done by a [WorkGeneration work generator] program
    4445that creates lots of jobs.
    4546
     47== Submitting jobs remotely ==
     48
     49Submitting jobs locally requires being logged in to the BOINC server.
     50In some cases you may want to allow jobs to be submitted
     51without logging in - e.g., via a web interface.
     52This is discussed [RemoteOverview here].