The seff utility (in slurm-contribs) also gives good summary info.
You can also you --parsable to make things more managable.
-Paul Edmon-
On 12/14/22 3:41 PM, Ross Dickson wrote:
I wrote a simple Python script to transpose the output of sacct from a
row into a column. See if it meets your needs.
https://github.com/ComputeCanada/slurm_utils/blob/master/sacct-all.py
- Ross Dickson
Dalhousie University / ACENET / Digital Research Alliance of Canada
On Wed, Dec 14, 2022 at 1:16 PM Davide DelVento
<davide.quan...@gmail.com> wrote:
It would be very useful if there were a way (perhaps a custom script
parsing the sacct output) to provide the information in the same
format as "scontrol show job"
Has anybody attempted to do that?