Changes between Version 43 and Version 44 of RemoteJobs


Ignore:
Timestamp:
Oct 15, 2014, 11:31:05 AM (10 years ago)
Author:
davea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • RemoteJobs

    v43 v44  
    1111 * There can be no dependencies between jobs.
    1212
    13 At the bottom level, the interface uses XML over HTTP.
    14 At a higher level, BOINC provides client-side bindings in PHP and C++.
     13At the bottom level, the interface consists of Web RPCs.
     14BOINC provides client-side bindings in PHP and C++.
     15These bindings differ slightly; they expose different details of the Web RPCs.
    1516
    1617As jobs are completed, their output files are available to the submitting user via HTTP.
     
    3334 * '''app_name''': the name of the application for which jobs are being submitted
    3435 * '''batch_name''': a symbolic name for the batch.  Need not be unique.
     36 * '''workunit_template_file''': an optional [JobTemplates input template file name].
     37 * '''result_template_file''': an optional [JobTemplates output template file name].
    3538 * '''jobs''': an array of job descriptors, each of which contains
    3639  * '''rsc_fpops_est''': an estimate of the FLOPs used by the job
     
    227230=== estimate_batch() ===
    228231
    229 Get an estimate of the time to completion of a (potential) batch.
     232Get an estimate of the makespan of a (potential) batch.
    230233
    231234{{{
     
    444447The inputs and outputs of each function are XML documents.
    445448The format of the request and reply XML documents
    446 can be inferred from inc/submit.inc and user/submit_rpc_handler.php.
     449can be inferred from user/submit_rpc_handler.php.
    447450
    448451== Example web interface ==