Changes between Version 45 and Version 46 of WrapperApp
- Timestamp:
- Mar 13, 2011, 11:40:46 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WrapperApp
v45 v46 46 46 47 47 The job file describes a sequence of tasks. 48 Include the '''<parallel/>''' element if any of the tasks is multi-threaded 49 (see [AppMultiThread Multi-Thread Apps]). 48 50 The descriptor for each task includes: 49 51 … … 70 72 '''append_cmdline_args''':: if set, the wrapper's command-line arguments are passed to the program (after those in <command_line>). 71 73 72 You must include the '''<parallel/>''' element if any of the tasks is multi-threaded.73 74 74 The job file can specify multiple tasks. 75 75 This is useful for two purposes: