Changes between Version 81 and Version 82 of WrapperApp


Ignore:
Timestamp:
Jun 17, 2013, 10:18:36 AM (11 years ago)
Author:
davea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WrapperApp

    v81 v82  
    8484 '''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
    8585 '''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.
    8787
    8888The job file can specify multiple tasks.