Changes between Version 3 and Version 4 of JobIn
- Timestamp:
- Apr 24, 2007, 10:33:06 AM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TabularUnified JobIn
v3 v4 8 8 == Miscellaneous attributes == 9 9 ||'''name'''|| A text string, unique across all workunits in the project.|| 10 ||'''application''' || Which [ http://boinc.berkeley.edu/app.phpapplication] will perform the computation. A workunit is associated with an application, not with a particular version or range of versions. If the input data format changes in a way that is incompatible with older versions, you must create a new application. This can often be avoided by using XML data format.||10 ||'''application''' || Which [CompoundApps application] will perform the computation. A workunit is associated with an application, not with a particular version or range of versions. If the input data format changes in a way that is incompatible with older versions, you must create a new application. This can often be avoided by using XML data format.|| 11 11 ||'''input files ''' ||A list of the input files: their names, and the names by which the application refers to them. Typically these file are downloaded from a data server. However, if the <generate_locally/> element is present, the file is generated on the client (typically by an earlier instance of the same application). Applications should use file locking to prevent two jobs from generating the file at the same time.|| 12 12 ||'''priority''' ||Higher-priority work is dispatched first||