Changes between Version 39 and Version 40 of qcg-directives
- Timestamp:
- 08/26/13 11:39:21 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
qcg-directives
v39 v40 273 273 }}} 274 274 = 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 284 To 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 = 278 293 '''stage-out-file''' - output file 279 294 295 The 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 }}} 280 303 = use-reservation = 281 304 '''use-reservation''' - use the advance reservation mechanism