Re: [slurm-users] squeue column width

2018-08-29 Thread Jeffrey Frey
You're mixing up --Format and --format. The latter uses printf-like "%" syntax: squeue --format="%20u" and the former: squeue --Format="username:20" > On Aug 29, 2018, at 11:39 AM, Mahmood Naderan wrote: > > Hi > I want to make the user column larger than the default

[slurm-users] squeue column width

2018-08-29 Thread Mahmood Naderan
Hi I want to make the user column larger than the default display format. The following command fails # squeue --format="user%20" squeue: error: Invalid job format specification: user%20 user%20 Regards, Mahmood