diff --git a/slurm.conf b/slurm.conf index db7adab..6d381f8 100644 --- a/slurm.conf +++ b/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