Changes between Version 77 and Version 78 of WrapperApp


Ignore:
Timestamp:
May 8, 2013, 8:23:26 PM (11 years ago)
Author:
davea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WrapperApp

    v77 v78  
    4242        [ <daemon/> ]
    4343        [ <append_cmdline_args/> ]
     44        [ <time_limit>X</time_limit> ]
    4445    </task>
    4546    [ other <task>s ]
     
    8384 '''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
    8485 '''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.
    8587
    8688The job file can specify multiple tasks.