Changes between Version 23 and Version 24 of RoseCylc/Hints
- Timestamp:
- 23/02/15 15:06:20 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
RoseCylc/Hints
v23 v24 63 63 }}} 64 64 65 === Passing arguments to fcm_make === 65 66 67 Rose deals with fcm_make as a special app, see: http://metomi.github.io/rose/doc/rose-rug-task-run.html#rose-task-run.built-in-app.fcm_make 68 69 To pass arguments, such as {{{-vvv}}} for full verbose output: 70 71 * Set the environment variable {{{ROSE_TASK_OPTIONS=-vvv}}} 72 * Or add {{{args=-vvv}}} at the top of the fcm_make {{{rose-app.conf}}} file. 73 74