Changes between Version 63 and Version 64 of RemoteJobs
- Timestamp:
- Oct 1, 2018, 5:35:58 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
RemoteJobs
v63 v64 57 57 * '''delay_bound''': maximum turnaround time: if exceeded, create another instance of job. 58 58 * '''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. 59 61 * '''jobs''': an array of job descriptors, each of which contains 60 62 * '''name''': optional; the workunit name. … … 63 65 * '''rsc_fpops_est''': optional; an estimate of the FLOPs used by the job 64 66 * '''command_line''': optional; command-line arguments to the application 67 * '''priority N''': if present, give this job priority N 65 68 * '''input_template''': optional; the [http://boinc.berkeley.edu/trac/wiki/JobTemplates#Inputtemplates input template] 66 69 to use for this job, as an XML string.