Changes between Version 77 and Version 78 of WrapperApp
- Timestamp:
- May 8, 2013, 8:23:26 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WrapperApp
v77 v78 42 42 [ <daemon/> ] 43 43 [ <append_cmdline_args/> ] 44 [ <time_limit>X</time_limit> ] 44 45 </task> 45 46 [ other <task>s ] … … 83 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 84 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. 85 87 86 88 The job file can specify multiple tasks.