Changes between Version 81 and Version 82 of WrapperApp
- Timestamp:
- Jun 17, 2013, 10:18:36 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WrapperApp
v81 v82 84 84 '''daemon''':: Denotes that this task is a 'daemon' process that should run in the background asynchronously while the other tasks are run sequentially. The wrapper will shut down this daemon when the last task has exited 85 85 '''append_cmdline_args''':: if set, the wrapper's command-line arguments (specified in the [WorkGeneration#templates input template]) are passed to the worker program, after those in <command_line>. 86 '''time_limit''':: if given, kill the task after the given amount of elapsed (running) time. 86 '''time_limit''':: if given, kill the task after the given amount of elapsed (running) time. Note: on Windows, tasks are killed using TerminateProcess(), which doesn't flush stdio buffers; take this into account. 87 87 88 88 The job file can specify multiple tasks.