Re: [slurm-users] About sacct --format: how can I get info about the fields

2021-03-05 Thread xiaojingh...@163.com
Hi, Marcus, Very grateful for you reply! I will try it out just as you suggested. Best Regards, Xiaojing > On Mar 5, 2021, at 3:59 PM, Marcus Boden wrote: > > Hi Xiaojing, > > my experience here is: you will have to try it out and see what works. At > least that's what I do whenever I parse

Re: [slurm-users] About sacct --format: how can I get info about the fields

2021-03-05 Thread Marcus Boden
Hi Xiaojing, my experience here is: you will have to try it out and see what works. At least that's what I do whenever I parse sacct, as I did not find a detailed description anywhere. The manpage is quite incomplete in that regard. Best, Marcus On 05.03.21 03:02, xiaojingh...@163.com wrote

Re: [slurm-users] About sacct --format: how can I get info about the fields

2021-03-04 Thread xiaojingh...@163.com
Hello, slurm users and Brian, Thanks a lot for your reply. The thing is actually I know the fields. I just need to know detailed info about them. For example, you may get an “Unknown” for some time fields. And the maxVMSize field is an empty string except for some job steps. I need to know the

Re: [slurm-users] About sacct --format: how can I get info about the fields

2021-03-03 Thread Brian Andrus
man sacct shows us: -e, --helpformat     Print a list of fields that can be specified with the --format option. Brian Andrus On 3/3/2021 5:42 PM, xiaojingh...@163.com wrote: Hello, guys, I am doing a parsing job on the output of the sacct command and I know that the —format option can speci

[slurm-users] About sacct --format: how can I get info about the fields

2021-03-03 Thread xiaojingh...@163.com
Hello, guys, I am doing a parsing job on the output of the sacct command and I know that the —format option can specify the fields you'd like to be outputted. The difficulty I am facing is that I am in lack of info about the fields. For example, what are the possible values for those fields? Wha