Changes between Version 50 and Version 51 of RemoteJobs


Ignore:
Timestamp:
Jan 14, 2017, 11:21:12 PM (7 years ago)
Author:
davea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • RemoteJobs

    v50 v51  
    3434 * '''authenticator''': the user's authenticator
    3535 * '''app_name''': the name of the application for which jobs are being submitted
    36  * '''batch_name''': a symbolic name for the batch.  Need not be unique.  If omitted, a name of the form "batch_unixtime" will be used.
     36 * '''batch_name''': a symbolic name for the batch.
     37    Need not be unique.
     38    If omitted, a name of the form "batch_unixtime" will be used.
    3739 * '''workunit_template_file''': an optional [JobTemplates input template file name].
    3840 * '''result_template_file''': an optional [JobTemplates output template file name].
     
    4042  * '''rsc_fpops_est''': an estimate of the FLOPs used by the job
    4143  * '''command_line''': command-line arguments to the application
     44  * '''wu_template''': optional; the [http://boinc.berkeley.edu/trac/wiki/JobTemplates#Inputtemplates input template]
     45    to use for this job, as an XML string.
     46  * '''result_template''': optional;
     47    the [http://boinc.berkeley.edu/trac/wiki/JobTemplates#Outputtemplates output template]
     48    to use for this job, as an XML string.
    4249  * '''input_files''': an array of input file descriptors, each of which contains
    4350   * '''mode''': "local", "semilocal", "local_staged", "inline", or "remote" (see below).
     
    104111}
    105112}}}
     113
     114Note: this interfaces is inconsistent; it lets you do some things but not others.
     115Let me know if you need additions.
    106116
    107117=== boinc_estimate_batch() ===
     
    552562However, you will have to modify it heavily for your particular
    553563applications and web site.
     564