On 03-06-16 16:27, Riccardo Murri wrote:
>>> Can you please provide me with the full `qstat -f` output for a
>>> completed job?
>>
>> it is here
>
> Thanks! (And thanks to Ward as well, who provided another example)
>
> One quetion more: this is very similar to what PBSPro provides with its
> `qstat -x -f` (the `-x` is for including e(x)ited jobs in the output).
>
> Does TORQUE's `qstat` also accept a `-x` option? Or does it complain?
>From the man page:
-x Specifies that the output is to be displayed in XML
form. This option is only valid with the -f option or by itself, which
will also specify the -f full status display.
Ward