51 | | '''<file_info>''':: describes an [BoincFiles#Fileproperties input file]. |
52 | | '''<number>''':: use 0, 1, ... |
53 | | '''<gzip/>''':: transfer the file in gzipped (compressed) format to reduce network usage. '''You must stage the file with the --gzip option (see below)'''. Only 7.0+ clients can handle compressed transfers; older clients will get the file in uncompressed form. |
54 | | '''<sticky/>''':: if present, the file remains on the client after job is finished. |
55 | | '''<no_delete/>''':: if present, the file is not deleted from the server after job is completed. Use this if the file is used as input to more than one job. |
56 | | '''<report_on_rpc/>''':: if present, report file in each scheduler request (for sticky files). |
| 50 | Each '''<file_info>''' describes an [BoincFiles#Fileproperties input file]: |
| 51 | |
| 52 | '''<number>''':: use 0, 1, ... |
| 53 | '''<gzip/>''':: transfer the file in gzipped (compressed) format to reduce network usage. |
| 54 | You must [JobStage stage the file with the --gzip option]. |
| 55 | Only 7.0+ clients can handle compressed transfers; |
| 56 | older clients will download the file in uncompressed form. |
| 57 | '''<sticky/>''':: if present, the file remains on the client after job is finished. |
| 58 | '''<no_delete/>''':: if present, the file is not deleted from the server after job is completed. Use this if the file is used as input to more than one job. |
| 59 | '''<report_on_rpc/>''':: if present, report file in each scheduler request (for sticky files). |
64 | | '''<file_ref>''':: describes [BoincFiles#Filereferences the way the file is referenced]. |
65 | | '''<file_number>''':: 0, 1, etc. |
66 | | '''<open_name>''':: the logical name of the file |
67 | | '''<copy_file>''':: if present, the file is copied into the job's slot directory |
| 72 | The '''<file_ref>''' describes [BoincFiles#Filereferences the way the file is referenced]: |
| 73 | '''<file_number>''':: 0, 1, etc. |
| 74 | '''<open_name>''':: the [BoincFiles logical name] of the file |
| 75 | '''<copy_file>''':: if present, the file is copied into the job's slot directory |