mirror of
https://github.com/ClusterCockpit/cc-docker.git
synced 2025-03-15 11:25:56 +01:00
107 lines
2.3 KiB
Plaintext
107 lines
2.3 KiB
Plaintext
|
# slurm.conf
|
||
|
#
|
||
|
# See the slurm.conf man page for more information.
|
||
|
#
|
||
|
ClusterName=linux
|
||
|
ControlMachine=slurmctld
|
||
|
ControlAddr=slurmctld
|
||
|
#BackupController=
|
||
|
#BackupAddr=
|
||
|
#
|
||
|
SlurmUser=slurm
|
||
|
#SlurmdUser=root
|
||
|
SlurmctldPort=6817
|
||
|
SlurmdPort=6818
|
||
|
AuthType=auth/munge
|
||
|
#JobCredentialPrivateKey=
|
||
|
#JobCredentialPublicCertificate=
|
||
|
StateSaveLocation=/var/lib/slurmd
|
||
|
SlurmdSpoolDir=/var/spool/slurmd
|
||
|
SwitchType=switch/none
|
||
|
MpiDefault=none
|
||
|
SlurmctldPidFile=/var/run/slurmd/slurmctld.pid
|
||
|
SlurmdPidFile=/var/run/slurmd/slurmd.pid
|
||
|
ProctrackType=proctrack/linuxproc
|
||
|
#PluginDir=
|
||
|
#CacheGroups=0
|
||
|
#FirstJobId=
|
||
|
ReturnToService=0
|
||
|
#MaxJobCount=
|
||
|
#PlugStackConfig=
|
||
|
#PropagatePrioProcess=
|
||
|
#PropagateResourceLimits=
|
||
|
#PropagateResourceLimitsExcept=
|
||
|
#Prolog=
|
||
|
#Epilog=
|
||
|
#SrunProlog=
|
||
|
#SrunEpilog=
|
||
|
#TaskProlog=
|
||
|
#TaskEpilog=
|
||
|
TaskPlugin=task/none
|
||
|
#TrackWCKey=no
|
||
|
#TreeWidth=50
|
||
|
#TmpFS=
|
||
|
#UsePAM=
|
||
|
#
|
||
|
# TIMERS
|
||
|
SlurmctldTimeout=300
|
||
|
SlurmdTimeout=300
|
||
|
InactiveLimit=0
|
||
|
MinJobAge=300
|
||
|
KillWait=30
|
||
|
Waittime=0
|
||
|
#
|
||
|
# SCHEDULING
|
||
|
SchedulerType=sched/backfill
|
||
|
#SchedulerAuth=
|
||
|
#SchedulerPort=
|
||
|
#SchedulerRootFilter=
|
||
|
SelectType=select/cons_res
|
||
|
SelectTypeParameters=CR_CPU_Memory
|
||
|
FastSchedule=1
|
||
|
#PriorityType=priority/multifactor
|
||
|
#PriorityDecayHalfLife=14-0
|
||
|
#PriorityUsageResetPeriod=14-0
|
||
|
#PriorityWeightFairshare=100000
|
||
|
#PriorityWeightAge=1000
|
||
|
#PriorityWeightPartition=10000
|
||
|
#PriorityWeightJobSize=1000
|
||
|
#PriorityMaxAge=1-0
|
||
|
#
|
||
|
# LOGGING
|
||
|
SlurmctldDebug=3
|
||
|
SlurmctldLogFile=/var/log/slurm/slurmctld.log
|
||
|
SlurmdDebug=3
|
||
|
SlurmdLogFile=/var/log/slurm/slurmd.log
|
||
|
JobCompType=jobcomp/filetxt
|
||
|
JobCompLoc=/var/log/slurm/jobcomp.log
|
||
|
#
|
||
|
# ACCOUNTING
|
||
|
#JobAcctGatherType=jobacct_gather/linux
|
||
|
JobAcctGatherType=jobacct_gather/cgroup
|
||
|
ProctrackType=proctrack/cgroup
|
||
|
|
||
|
JobAcctGatherFrequency=30
|
||
|
#
|
||
|
AccountingStorageType=accounting_storage/slurmdbd
|
||
|
AccountingStorageHost=slurmdbd
|
||
|
AccountingStoragePort=6819
|
||
|
#AccountingStorageLoc=slurm_acct_db
|
||
|
#AccountingStoragePass=
|
||
|
#AccountingStorageUser=
|
||
|
#
|
||
|
|
||
|
# COMPUTE NODES
|
||
|
PartitionName=DEFAULT Nodes=c[1-2]
|
||
|
PartitionName=debug Nodes=c[1-2] Default=YES MaxTime=INFINITE State=UP
|
||
|
|
||
|
# # COMPUTE NODES
|
||
|
# NodeName=c[1-2] RealMemory=1000 State=UNKNOWN
|
||
|
NodeName=c[1-2] CPUs=12 Boards=1 SocketsPerBoard=2 CoresPerSocket=3 ThreadsPerCore=2
|
||
|
|
||
|
# #
|
||
|
# # PARTITIONS
|
||
|
# PartitionName=normal Default=yes Nodes=c[1-2] Priority=50 DefMemPerCPU=500 Shared=NO MaxNodes=2 MaxTime=5-00:00:00 DefaultTime=5-00:00:00 State=UP
|
||
|
|
||
|
#PrEpPlugins=pika
|