Changes between Version 32 and Version 33 of qcg-directives
- Timestamp:
- 08/23/13 23:42:55 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
qcg-directives
v32 v33 205 205 206 206 = preprocess = 207 '''preprocess''' - task prolog 207 '''preprocess''' - task prolog. The value of the directive can be command or path to the script which is executed before the main task. 208 209 {{{ 210 #QCG preprocess=mkdir outputs 211 }}} 212 {{{ 213 #QCG preprocess=preprocess-script.sh 214 }}} 208 215 209 216 = procs =