Table of Contents

slurm.conf: adding nodes

adding nodes needs:

service slurmctld restart

slurm.conf: adding nodes

NodeName=c1-[00-11] Sockets=2 CoresPerSocket=14 ThreadsPerCore=2
NodeName=c2-[00-07] Sockets=2 CoresPerSocket=14 ThreadsPerCore=2
NodeName=c3-[00-07] Sockets=1 CoresPerSocket=64 ThreadsPerCore=4
NodeName=c4-[00-15] Sockets=1 CoresPerSocket=6  ThreadsPerCore=2

Additional:

Feature=MySuperFeature
GresTypes=My_GRES
AccountingStorageTRES = gres/My_GRES
Gres=My_GRES:42
RealMemory=64393

slurm.conf: adding partitions

PartitionName=normal Nodes=c3-[00-07],c4-[00-15] Default=YES MaxTime=24:00:00 State=UP TRESBillingWeights=CPU=1.0
PartitionName=test Nodes=c1-[00-11] MaxTime=24:00:00 State=UP TRESBillingWeights=CPU=4.0
PartitionName=test2 Nodes=c2-[00-07] MaxTime=24:00:00 State=UP TRESBillingWeights=CPU=400.0

optional parameters: