Changes between Version 37 and Version 38 of qcg-directives

Show
Ignore:
Timestamp:
08/26/13 11:30:21 (11 years ago)
Author:
piontek
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • qcg-directives

    v37 v38  
    247247}}} 
    248248= stage-in-dir = 
    249 '''stage-in-dir''' - input directory 
    250  
     249'''stage-in-dir''' - input directory. The location of the input directory which can be either gsiftp:// url or the path to the directory relative to the directory which the task was submitted from. The syntax is "location" -> "target name". If the "target name" is not present the directory is stored under its original name. 
     250 
     251{{{ 
     252#QCG stage-in-dir=gsiftp://qcg.man.poznan.pl//home/plgrid/plgpiontek/reef/inputs -> inputs 
     253#QCG stage-in-dir=gsiftp://qcg.man.poznan.pl//home/plgrid/plgpiontek/reef/inputs 
     254#QCG stage-in-dir=input_dir -> inputs 
     255#QCG stage-in-dir=input_dir 
     256}}} 
     257 
     258To stage in the whole directory which the task was submitted from please use the "." (dot) as a location. 
     259 
     260{{{ 
     261#QCG stage-in-dir=. -> . 
     262#QCG stage-in-dir=. 
     263#QCG stage-in-dir=. -> input 
     264}}} 
    251265= stage-in-file = 
    252266'''stage-in-file''' - input file