Changes between Version 12 and Version 13 of JobTemplates


Ignore:
Timestamp:
Jan 13, 2017, 12:30:31 AM (7 years ago)
Author:
davea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • JobTemplates

    v12 v13  
    4242<input_template>
    4343    <file_info>
    44         <number>0</number>
    4544        [ <gzip/> ]
    4645        [ <gzipped_nbytes> N </gzipped_nbytes> ]
     
    5756    <workunit>
    5857        <file_ref>
    59             <file_number>0</file_number>
    6058            <open_name>NAME</open_name>
    6159            [ <copy_file/> ]
     
    8381Each '''<file_info>''' describes an [BoincFiles#Fileproperties input file]:
    8482
    85  '''<number>''':: Use 0, 1, ...
    8683 '''<gzip/>''':: transfer the file in gzipped (compressed) format to reduce network usage.
    8784   You must [JobStage stage the file with the --gzip option].
     
    107104=== <file_ref> elements ===
    108105
    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)
     106The '''<file_ref>''' describes [BoincFiles#Filereferences how the file is referenced]
     107by the application running on the client:
     108
    111109 '''<open_name>''':: the [BoincFiles logical name] of the file
    112110 '''<copy_file>''':: if present, the file is copied into the job's slot directory
     111
     112The list of <file_refs> corresponds to the list of <file_info>s.
    113113
    114114=== Job parameters ===
     
    228228}}}
    229229
     230