I want to get information about my job history of SLURM jobs. I use something like
sacct --starttime 2014-07-01 --format=User,JobID,Jobname,partition,state,time,start,end,elapsed,MaxRss,MaxVMSize,nnodes,ncpus,nodelist
to get a summary of my jobs, but it is difficult to keep track with the JobName section only showing a small part of my job names. I have many jobs where the name shares several words. I would the sacct
command to show more of the job name, and preferentially the whole name. I notice that other column widths are made to fit the information below, so why not for JobName?