Changes between Version 17 and Version 18 of RemoteJobs


Ignore:
Timestamp:
Jul 26, 2011, 9:16:23 AM (13 years ago)
Author:
davea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • RemoteJobs

    v17 v18  
    22= APIs for remote job submission =
    33
    4 This document describes APIs for remotely submitting jobs
    5 to a BOINC server.
     4This document describes APIs for remotely submitting jobs to a BOINC server.
    65The APIs support the submission of large '''batches''' of jobs,
    76such as parameter sweeps.
     
    109
    1110[[Image(submit.png)]]
     11
     12Currently, 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
     17These restrictions may be removed in the future.
    1218
    1319BOINC provides a PHP library that implements the API.