Thank you Chris. After your suggestion I compiled latest stable version on
a CentOS. And installed Munge packages firstly from Centos repository. Now
I'm getting the below error.
slurmd is succesfully working on same machine.
./slurmctld -Dc
slurmctld: debug: Log file re-opened
slurmctld: er
On Wednesday, 29 August 2018 8:23:43 PM AEST Umut Arus wrote:
> Thank you Chris. After your suggestion I compiled latest stable version on a
> CentOS. And installed Munge packages firstly from Centos repository. Now
> I'm getting the below error.
[...]
> slurmctld: debug3: Trying to load plugin
>
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
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