[slurm-users] Slurm setup question

Lachlan Musicman datakid at gmail.com
Wed Apr 11 17:54:15 MDT 2018


On 12 April 2018 at 01:22, Matt Hohmeister <hohmeister at 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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.schedmd.com/pipermail/slurm-users/attachments/20180412/0ebaa7ca/attachment.html>


More information about the slurm-users mailing list