[slurm-dev] Re: Not recognizing other cluster nodes

2016-07-22 Thread Paddy Doyle
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'

[slurm-dev] Re: Not recognizing other cluster nodes

2016-07-22 Thread P. Larry Nelson
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

[slurm-dev] Re: Not recognizing other cluster nodes

2016-07-22 Thread Paddy Doyle
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