Changes between Version 17 and Version 18 of RemoteJobs
- Timestamp:
- Jul 26, 2011, 9:16:23 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
RemoteJobs
v17 v18 2 2 = APIs for remote job submission = 3 3 4 This document describes APIs for remotely submitting jobs 5 to a BOINC server. 4 This document describes APIs for remotely submitting jobs to a BOINC server. 6 5 The APIs support the submission of large '''batches''' of jobs, 7 6 such as parameter sweeps. … … 10 9 11 10 [[Image(submit.png)]] 11 12 Currently, the API has two restrictions: 13 14 * All jobs in a batch must use the same application. 15 * There can be no dependencies between jobs. 16 17 These restrictions may be removed in the future. 12 18 13 19 BOINC provides a PHP library that implements the API.