mirror of
https://github.com/CHN-beta/nixos.git
synced 2026-01-12 04:39:23 +08:00
modules.services.slurm: correct TRESBillingWeights format
This commit is contained in:
@@ -106,6 +106,7 @@ inputs:
|
||||
"Default=${if n == slurm.defaultPartition then "YES" else "NO"}"
|
||||
"MaxTime=${if slurm.timeLimit != null then slurm.timeLimit else "INFINITE"}"
|
||||
"State=UP"
|
||||
''TRESBillingWeights="CPU=1.0,Mem=0.1G,GRES/gpu=10"''
|
||||
])
|
||||
slurm.partitions;
|
||||
procTrackType = "proctrack/cgroup";
|
||||
|
||||
Reference in New Issue
Block a user