Changes between Version 2 and Version 3 of JobStage
- Timestamp:
- Mar 26, 2014, 3:00:53 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
JobStage
v2 v3 3 3 Before using an input file you must "stage" it, 4 4 i.e. put it where it is accessible via HTTP from volunteer computers. 5 The default way to do this is to store iton your BOINC server,5 The default place is on your BOINC server, 6 6 in your project's '''download''' directory hierarchy. 7 7 To do this, run … … 9 9 bin/stage_file [--gzip] [--copy] file_path 10 10 }}} 11 --gzip:: send the file in compressed form to 7.0+ clients. Note: you must also include the '''<gzip/>''' attribute for this file in the job's [JobTemplates input template]. 12 --copy:: copy the file from its current location to the BOINC download directory. The default is to move it. 11 --gzip:: send the file in compressed form to 7.0+ clients. 12 Note: you must also include the '''<gzip/>''' attribute for this file in the job's [JobTemplates input template]. 13 --copy:: copy the file from its current location to the BOINC download directory. 14 The default is to move it. 13 15 14 16 '''stage_file''' also … … 24 26 }}} 25 27 26 You may also stage input files toservers other than your BOINC server.27 In that case you must specify the URL sin the [JobTemplates input template].28 You may also put input files on Web servers other than your BOINC server. 29 In that case you must specify the URL, file size, and MD5 in the [JobTemplates input template].