85 | | '''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. Note: on Windows, tasks are killed using TerminateProcess(), which doesn't flush stdio buffers; take this into account. |
| 85 | '''append_cmdline_args''':: if set, the wrapper's command-line arguments (specified in the [JobTemplates#Inputtemplates 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. Note: on Windows, tasks are killed using !TerminateProcess(), which doesn't flush stdio buffers; take this into account. |