Changes between Version 12 and Version 13 of JobTemplates
- Timestamp:
- Jan 13, 2017, 12:30:31 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
JobTemplates
v12 v13 42 42 <input_template> 43 43 <file_info> 44 <number>0</number>45 44 [ <gzip/> ] 46 45 [ <gzipped_nbytes> N </gzipped_nbytes> ] … … 57 56 <workunit> 58 57 <file_ref> 59 <file_number>0</file_number>60 58 <open_name>NAME</open_name> 61 59 [ <copy_file/> ] … … 83 81 Each '''<file_info>''' describes an [BoincFiles#Fileproperties input file]: 84 82 85 '''<number>''':: Use 0, 1, ...86 83 '''<gzip/>''':: transfer the file in gzipped (compressed) format to reduce network usage. 87 84 You must [JobStage stage the file with the --gzip option]. … … 107 104 === <file_ref> elements === 108 105 109 The '''<file_ref>''' describes [BoincFiles#Filereferences the way the file is referenced]: 110 '''<file_number>''':: 0, 1, etc. (identifies the corresponding <file_info> element) 106 The '''<file_ref>''' describes [BoincFiles#Filereferences how the file is referenced] 107 by the application running on the client: 108 111 109 '''<open_name>''':: the [BoincFiles logical name] of the file 112 110 '''<copy_file>''':: if present, the file is copied into the job's slot directory 111 112 The list of <file_refs> corresponds to the list of <file_info>s. 113 113 114 114 === Job parameters === … … 228 228 }}} 229 229 230