Changes between Version 59 and Version 60 of RemoteJobs
- Timestamp:
- Sep 18, 2017, 8:46:24 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
RemoteJobs
v59 v60 54 54 * '''app_version_num''': if present, [JobPinning pins] the jobs to a particular app version number. 55 55 * '''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 58 61 * '''wu_template''': optional; the [http://boinc.berkeley.edu/trac/wiki/JobTemplates#Inputtemplates input template] 59 62 to use for this job, as an XML string.