Changes between Version 90 and Version 91 of WrapperApp


Ignore:
Timestamp:
Oct 13, 2014, 11:34:52 AM (10 years ago)
Author:
davea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WrapperApp

    v90 v91  
    4343        [ <append_cmdline_args/> ]
    4444        [ <time_limit>X</time_limit> ]
    45         [ <no_priority_change/> ]
     45        [ <priority>N</priority> ]
    4646    </task>
    4747    [ other <task>s ]
     
    100100    Note: on Windows, tasks are killed using !TerminateProcess(),
    101101    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).
     102 '''priority''':: set the process of the task based on N:
     103
     104 * 1: lowest (Win: IDLE; Unix: 19)
     105 * 2: low (Win: BELOW_NORMAL; Unix: 10
     106 * 3: normal (Win NORMAL; Unix: 0)
     107 * 4: high (Win: ABOVE_NORMAL; Unix: -10)
     108 * 5: highest (Win: HIGH; Unix: -16)
    104109
    105110The job file can specify multiple tasks.