Hi,
I just write the node name without ""
Check that there is a space between the “PartitionName=XXXX” and the 
“AllocNodes” parameter.
Can you send the lines in which you declare the nodes and partitions?

Regards

Juan Pancorbo Armada
juan.panco...@lrz.de<mailto:juan.panco...@lrz.de>
http//www.lrz.de


Leibniz-Rechenzentrum
Abteilung: Hochleistungssysteme
Boltzmannstrasse 1, 85748 Garching
Telefon:  +49 (0) 89 35831-8735
Fax:      +49 (0) 89 35831-8535

Von: James Board [mailto:jpboa...@yahoo.com]
Gesendet: Montag, 30. September 2013 16:58
An: slurm-dev
Betreff: [slurm-dev] AW: No Shared Filesystem

>You should read the man page of slurm.conf and look for the partition 
>parameter AllocNodes
>With this parameter you can specify the nodes you are able to submit jobs to 
>the cluster

Thank you.  That sounds like what I want.  But I could not figure out the
syntax.  The man page says a comma separated list.  I added this to slurm.conf
    AllocNodes=n1,n2,n3,n4
and it generated a syntax error.  I also tried
    AllocNodes=n[1-4]
    AllocNodes="n1,n2,n3,n4"
and everything else I could think.

Reply via email to