Changes between Version 50 and Version 51 of RemoteJobs
- Timestamp:
- Jan 14, 2017, 11:21:12 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
RemoteJobs
v50 v51 34 34 * '''authenticator''': the user's authenticator 35 35 * '''app_name''': the name of the application for which jobs are being submitted 36 * '''batch_name''': a symbolic name for the batch. Need not be unique. If omitted, a name of the form "batch_unixtime" will be used. 36 * '''batch_name''': a symbolic name for the batch. 37 Need not be unique. 38 If omitted, a name of the form "batch_unixtime" will be used. 37 39 * '''workunit_template_file''': an optional [JobTemplates input template file name]. 38 40 * '''result_template_file''': an optional [JobTemplates output template file name]. … … 40 42 * '''rsc_fpops_est''': an estimate of the FLOPs used by the job 41 43 * '''command_line''': command-line arguments to the application 44 * '''wu_template''': optional; the [http://boinc.berkeley.edu/trac/wiki/JobTemplates#Inputtemplates input template] 45 to use for this job, as an XML string. 46 * '''result_template''': optional; 47 the [http://boinc.berkeley.edu/trac/wiki/JobTemplates#Outputtemplates output template] 48 to use for this job, as an XML string. 42 49 * '''input_files''': an array of input file descriptors, each of which contains 43 50 * '''mode''': "local", "semilocal", "local_staged", "inline", or "remote" (see below). … … 104 111 } 105 112 }}} 113 114 Note: this interfaces is inconsistent; it lets you do some things but not others. 115 Let me know if you need additions. 106 116 107 117 === boinc_estimate_batch() === … … 552 562 However, you will have to modify it heavily for your particular 553 563 applications and web site. 564