On 12 April 2018 at 01:22, Matt Hohmeister <hohmeis...@psy.fsu.edu> wrote:
> > Thanks; I just set StateSaveLocation=/var/spool/slurm.state, and that > went away. Of course, another error popped up: > > > > Apr 11 11:19:24 psy-slurm slurmctld[1772]: fatal: Invalid node names in > partition slurm > > > > Here’s the relevant section from slurm.conf; IP address changed to protect > the innocent. This is a single-node cluster that I’m using just to make a > working proof-of-concept. > > > > # COMPUTE NODES > > NodeName=psy-slurm NodeAddr=192.0.2.157 > > PartitionName=slurm Nodes= Default=YES MaxTime=INFINITE State=UP > > The error message says it all. Change PartitionName=slurm Nodes= Default=YES MaxTime=INFINITE State=UP to PartitionName=slurm Nodes=psy-slurm Default=YES MaxTime=INFINITE State=UP Note that NodeName describes the nodes. PartitionName describes the partitions and lists Node that are in it. Cheers L.