Changes between Version 59 and Version 60 of RemoteJobs


Ignore:
Timestamp:
Sep 18, 2017, 8:46:24 PM (7 years ago)
Author:
davea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • RemoteJobs

    v59 v60  
    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
    56    * '''rsc_fpops_est''': an estimate of the FLOPs used by the job
    57    * '''command_line''': command-line arguments to the application
     56   * '''name''': optional; the workunit name.
     57     If supplied, must be unique.
     58     Default is appname_pid_time.
     59   * '''rsc_fpops_est''': optional; an estimate of the FLOPs used by the job
     60   * '''command_line''': optional; command-line arguments to the application
    5861   * '''wu_template''': optional; the [http://boinc.berkeley.edu/trac/wiki/JobTemplates#Inputtemplates input template]
    5962     to use for this job, as an XML string.