Changes between Initial Version and Version 1 of SingleJobImpl
- Timestamp:
- Mar 5, 2008, 2:46:03 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SingleJobImpl
v1 v1 1 = Single-job submission: implementation notes = 2 3 BOINC's [SingleJob single-job submission system] 4 is a streamlined way to run a single job remotely. 5 It's implemented by two scripts: 6 7 * '''html/ops/single_job_setup''', which configures a project to handle single-job submission; 8 * [SingleJob tools/boinc_submit], which submits a job. 9 10 This mechanism is implemented as follows: 11 12