Hi,
For various reasons, I need to parse information about jobs - such as getting the job comment (if any).
In such circumstances, it would be convenient to get each job attribute on a single line - even if the line could be very long.
The present full-format output breaks “long info” over several lines, adding extra spaces to subsequent lines, such as in:
Submit_arguments = -l walltime=00:02:00 -l select=2:ncpus=2 -l place=scatte
r:excl -- /bin/sleep 30
Is there a simple way (say a qstat flag), where I can get each attribute on a single line? Alternatively, just get a single named attribute? (I could write a script to do the reformatting, but I consider that a hack).
Many thanks,
/Bjarne