Changes between Version 44 and Version 45 of WrapperApp
- Timestamp:
- Mar 13, 2011, 11:38:38 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WrapperApp
v44 v45 26 26 {{{ 27 27 <job_desc> 28 [ <parallel/> ] 28 29 <task> 29 30 <application>worker</application> … … 69 70 '''append_cmdline_args''':: if set, the wrapper's command-line arguments are passed to the program (after those in <command_line>). 70 71 72 You must include the '''<parallel/>''' element if any of the tasks is multi-threaded. 71 73 72 74 The job file can specify multiple tasks.