Changes between Version 39 and Version 40 of qcg-directives

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

--

Legend:

Unmodified
Added
Removed
Modified
  • qcg-directives

    v39 v40  
    273273}}} 
    274274= stage-out-dir = 
    275 '''stage-out-dir''' - output directory 
    276  
    277 = stage-out-file 
     275'''stage-out-dir''' - output directory. The location of the output directory which can be either the 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.  
     276 
     277{{{ 
     278#QCG stage-out-dir=results -> gsiftp://qcg.man.poznan.pl//home/plgrid/plgpiontek/reef/results/${JOB_ID} 
     279#QCG stage-out-dir=results -> gsiftp://qcg.man.poznan.pl//home/plgrid/plgpiontek/reef/results/${JOB_ID} 
     280#QCG stage-out-dir=results -> result 
     281#QCG stage-out-dir=results 
     282}}} 
     283 
     284To transfer the whole working directory plesease specify the location as "." (dot). 
     285 
     286{{{ 
     287#QCG stage-out-dir=. -> . 
     288#QCG stage-out-dir=. 
     289#QCG stage-out-dir=. -> output 
     290}}} 
     291 
     292= stage-out-file = 
    278293'''stage-out-file''' - output file 
    279294 
     295The location of the output file which can be either the gsiftp:// url or the path to the file relative to the directory which the task was submitted from. The syntax is "location" -> "target name". If the "target name" is not present the file is stored under its original name.  
     296 
     297{{{ 
     298#QCG stage-out-file=results.txt -> gsiftp://qcg.man.poznan.pl//home/plgrid/plgpiontek/reef/results/result.1 
     299#QCG stage-out-file=results.txt 
     300#QCG stage-out-file=result.txt -> ${JOB_ID}.result 
     301#QCG stage-out-file=result.txt 
     302}}} 
    280303= use-reservation = 
    281304'''use-reservation''' - use the advance reservation mechanism