Changes between Version 90 and Version 91 of WrapperApp
- Timestamp:
- Oct 13, 2014, 11:34:52 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WrapperApp
v90 v91 43 43 [ <append_cmdline_args/> ] 44 44 [ <time_limit>X</time_limit> ] 45 [ < no_priority_change/> ]45 [ <priority>N</priority> ] 46 46 </task> 47 47 [ other <task>s ] … … 100 100 Note: on Windows, tasks are killed using !TerminateProcess(), 101 101 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) 104 109 105 110 The job file can specify multiple tasks.