mirror of
https://github.com/ClusterCockpit/cc-docker.git
synced 2025-04-18 02:45:56 +02:00
Updated slurm.conf based on scale-out
This commit is contained in:
parent
22d46303f4
commit
d39e7f0c74
20
slurm.conf
20
slurm.conf
@ -77,7 +77,10 @@ JobCompType=jobcomp/filetxt
|
||||
JobCompLoc=/var/log/slurm/jobcomp.log
|
||||
#
|
||||
# ACCOUNTING
|
||||
JobAcctGatherType=jobacct_gather/linux
|
||||
#JobAcctGatherType=jobacct_gather/linux
|
||||
JobAcctGatherType=jobacct_gather/cgroup
|
||||
ProctrackType=proctrack/cgroup
|
||||
|
||||
JobAcctGatherFrequency=30
|
||||
#
|
||||
AccountingStorageType=accounting_storage/slurmdbd
|
||||
@ -87,9 +90,16 @@ AccountingStoragePort=6819
|
||||
#AccountingStoragePass=
|
||||
#AccountingStorageUser=
|
||||
#
|
||||
|
||||
# COMPUTE NODES
|
||||
NodeName=c[1-2] RealMemory=1000 State=UNKNOWN
|
||||
#
|
||||
# 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
|
||||
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
|
||||
|
||||
# #
|
||||
# # 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
|
||||
|
Loading…
x
Reference in New Issue
Block a user