Changes between Version 89 and Version 90 of WrapperApp


Ignore:
Timestamp:
Oct 9, 2014, 12:36:00 PM (9 years ago)
Author:
davea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WrapperApp

    v89 v90  
    4343        [ <append_cmdline_args/> ]
    4444        [ <time_limit>X</time_limit> ]
     45        [ <no_priority_change/> ]
    4546    </task>
    4647    [ other <task>s ]
     
    99100    Note: on Windows, tasks are killed using !TerminateProcess(),
    100101    which doesn't flush stdio buffers; take this into account.
     102 '''no_priority_change''':: if set, don't lower the priority of the task process
     103    (the default is to run tasks at low priority).
    101104
    102105The job file can specify multiple tasks.