working on slurm

This commit is contained in:
Jean-François GUILLAUME 2022-11-21 16:36:14 +01:00
parent 31ed16e5ce
commit 48d96cdc03
GPG key ID: 38751DAE145EFB5A
2 changed files with 1 additions and 18 deletions

View file

@ -314,23 +314,6 @@
(documentation "Run slurmd.")
(requirement '(
user-processes
; file-system-/sys/fs/cgroup/blkio
; file-system-/sys/fs/cgroup/cpu
; file-system-/sys/fs/cgroup/cpuset
; file-system-/sys/fs/cgroup/devices
; file-system-/sys/fs/cgroup/memory
; file-system-/sys/fs/cgroup/pids
; file-system-/sys/fs/cgroup/cpuacct
; file-system-/sys/fs/cgroup/freezer
; file-system-/sys/fs/cgroup/hugetlb
; file-system-/sys/fs/cgroup/net_cls
; file-system-/sys/fs/cgroup/net_prio
; file-system-/sys/fs/cgroup/perf_event
; file-system-/sys/fs/cgroup/pids
; file-system-/sys/fs/cgroup/rdma
; file-system-/sys/fs/cgroup/unified
; file-system-/sys/fs/cgroup/networking
; file-system-/sys/fs/cgroup/udev
))
(respawn? #t)
(start #~(make-forkexec-constructor

View file

@ -3,7 +3,7 @@
#:export (%control-groups)
)
(define %control-groups
(define %cgroups
(let
((parent (file-system
(device "cgroup")