Changes between Version 14 and Version 15 of JobSubmission
- Timestamp:
- May 13, 2011, 10:35:53 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
JobSubmission
v14 v15 5 5 6 6 1. Write XML 'template files' that describe the job's input and outputs (typically the same template files can be used for many jobs). 7 1. Create and "stage" the job's input file(s) (see below).7 1. "Stage" the job's input file(s) (see below). 8 8 1. Invoke a BOINC function or script that submits the job. 9 9 … … 26 26 [ <nodelete/> ] 27 27 [ <report_on_rpc/> ] 28 [ <url>...</url> ] 28 29 [ <url>...</url> ] 29 30 [ <md5_cksum>...</md5_cksum> ] … … 162 163 and the MD5. 163 164 For non-local files, you must supply these yourself in the input template. 165 You can supply multiple URLs if the file is on multiple data servers. 164 166 165 167 === Staging local input files ===