Changes between Version 60 and Version 61 of RemoteJobs


Ignore:
Timestamp:
Sep 25, 2017, 8:32:08 PM (7 years ago)
Author:
davea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • RemoteJobs

    v60 v61  
    5050   Must be unique.
    5151   If omitted, a name of the form "batch_unixtime" will be used.
    52  * '''workunit_template_file''': an optional [wiki:JobTemplates input template file name].
    53  * '''result_template_file''': an optional [wiki:JobTemplates output template file name].
     52 * '''input_template_filename''': an optional [wiki:JobTemplates input template file name].
     53 * '''output_template_filename''': an optional [wiki:JobTemplates output template file name].
    5454 * '''app_version_num''': if present, [JobPinning pins] the jobs to a particular app version number.
    5555 * '''jobs''': an array of job descriptors, each of which contains
     
    5959   * '''rsc_fpops_est''': optional; an estimate of the FLOPs used by the job
    6060   * '''command_line''': optional; command-line arguments to the application
    61    * '''wu_template''': optional; the [http://boinc.berkeley.edu/trac/wiki/JobTemplates#Inputtemplates input template]
     61   * '''input_template''': optional; the [http://boinc.berkeley.edu/trac/wiki/JobTemplates#Inputtemplates input template]
    6262     to use for this job, as an XML string.
    63    * '''result_template''': optional; the [http://boinc.berkeley.edu/trac/wiki/JobTemplates#Outputtemplates output template]
     63   * '''output_template''': optional; the [http://boinc.berkeley.edu/trac/wiki/JobTemplates#Outputtemplates output template]
    6464     to use for this job, as an XML string.
    6565   * '''input_files''': an array of input file descriptors, each of which contains
     
    549549Possible attributes of JOB_DESC:
    550550
    551  * rsc_fpops
     551 * rsc_fpops_est
    552552 * command_line
    553  * wu_template
    554  * result_template
     553 * input_template
     554 * output_template
    555555 * files (list of FILE_DESC)
    556556