Changes between Version 63 and Version 64 of RemoteJobs


Ignore:
Timestamp:
Oct 1, 2018, 5:35:58 PM (6 years ago)
Author:
davea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • RemoteJobs

    v63 v64  
    5757   * '''delay_bound''': maximum turnaround time: if exceeded, create another instance of job.
    5858 * '''app_version_num''': if present, [JobPinning pins] the jobs to a particular app version number.
     59 * '''allocation_priority''': if present and true, prioritize jobs according to [MultiUser submitter allocations].
     60 * '''priority N''': if present, give jobs priority N.
    5961 * '''jobs''': an array of job descriptors, each of which contains
    6062   * '''name''': optional; the workunit name.
     
    6365   * '''rsc_fpops_est''': optional; an estimate of the FLOPs used by the job
    6466   * '''command_line''': optional; command-line arguments to the application
     67   * '''priority N''': if present, give this job priority N
    6568   * '''input_template''': optional; the [http://boinc.berkeley.edu/trac/wiki/JobTemplates#Inputtemplates input template]
    6669     to use for this job, as an XML string.