Changes between Version 2 and Version 3 of JobStage


Ignore:
Timestamp:
Mar 26, 2014, 3:00:53 PM (10 years ago)
Author:
davea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • JobStage

    v2 v3  
    33Before using an input file you must "stage" it,
    44i.e. put it where it is accessible via HTTP from volunteer computers.
    5 The default way to do this is to store it on your BOINC server,
     5The default place is on your BOINC server,
    66in your project's '''download''' directory hierarchy.
    77To do this, run
     
    99bin/stage_file [--gzip] [--copy] file_path
    1010}}}
    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.
    1315
    1416'''stage_file''' also
     
    2426}}}
    2527
    26 You may also stage input files to servers other than your BOINC server.
    27 In that case you must specify the URLs in the [JobTemplates input template].
     28You may also put input files on Web servers other than your BOINC server.
     29In that case you must specify the URL, file size, and MD5 in the [JobTemplates input template].