Changes between Version 60 and Version 61 of RemoteJobs
- Timestamp:
- Sep 25, 2017, 8:32:08 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
RemoteJobs
v60 v61 50 50 Must be unique. 51 51 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]. 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 … … 59 59 * '''rsc_fpops_est''': optional; an estimate of the FLOPs used by the job 60 60 * '''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] 62 62 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] 64 64 to use for this job, as an XML string. 65 65 * '''input_files''': an array of input file descriptors, each of which contains … … 549 549 Possible attributes of JOB_DESC: 550 550 551 * rsc_fpops 551 * rsc_fpops_est 552 552 * command_line 553 * wu_template554 * result_template553 * input_template 554 * output_template 555 555 * files (list of FILE_DESC) 556 556