On Fri, Jul 22, 2016 at 09:42:38AM -0700, P. Larry Nelson wrote:
>
> Paddy, that was the problem! Many thanks!
Good stuff. :)
> However, slurmd -C still reports (null) for ClusterName.
>
> Not a big issue, but I'm curious why, since slurm.conf has
> ClusterName=dorfman
>
> Something else I'
Paddy, that was the problem! Many thanks!
[root@xf0 ~]# sinfo
PARTITION AVAIL TIMELIMIT NODES STATE NODELIST
slurm-test*up infinite 7 idle xf[0-1],xn[00-03,05]
However, slurmd -C still reports (null) for ClusterName.
[root@xf0 ~]# slurmd -C
ClusterName=(null) NodeName=xf0 C
Hi Larry,
I think you need to collapse the PartitionName definition to just one line;
something like:
PartitionName=slurm-test Nodes=xn00,xf[0-1] Default=YES MaxTime=INFINITE
State=UP
In the man page it says "duplicate partition name records will be ignored".
Hope that helps.
Thanks,
Paddy