Re: [slurm-users] [EXT]Re: How to read job accounting data long output? `sacct -l`

2022-12-16 Thread Chandler Sobel-Sorenson
Bjørn-Helge Mevik wrote on 12/14/22 12:19 AM: Chandler Sobel-Sorenson writes: Perhaps there is a way to import it into a spreadsheet? You can use `sacct -P -l`, which gives you a '|' separated output, which should be possible to import in a spread sheet. Awesome thanks!

Re: [slurm-users] [EXT]Re: How to read job accounting data long output? `sacct -l`

2022-12-16 Thread Chandler Sobel-Sorenson
Awesome thanks! Will Furnass wrote on 12/14/22 1:23 AM: *External Email* If you pipe output into 'less -S' then you get horizontal scrolling. Will