Changes between Version 3 and Version 4 of JobIntro
- Timestamp:
- Feb 15, 2013, 2:38:19 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
JobIntro
v3 v4 27 27 Each program should be listed as a [ProjectDaemons daemon] in the [ProjectConfigFile config.xml] file. 28 28 29 == Submitting jobs ==29 == Submitting jobs locally == 30 30 31 To submit a job you must31 To submit a job: 32 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). 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). 34 35 1. [JobStage Stage] the job's input file(s) 35 36 1. Invoke a [JobSubmission BOINC function or script] that submits the job. … … 41 42 and deletes the input and output files. 42 43 43 Typically, steps 2) and 3) are done by a [WorkGeneration work generator] program44 Steps 2) and 3) may be done by a [WorkGeneration work generator] program 44 45 that creates lots of jobs. 45 46 47 == Submitting jobs remotely == 48 49 Submitting jobs locally requires being logged in to the BOINC server. 50 In some cases you may want to allow jobs to be submitted 51 without logging in - e.g., via a web interface. 52 This is discussed [RemoteOverview here].