mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-04-29 21:58:36 +02:00
working on slurm
This commit is contained in:
parent
31ed16e5ce
commit
48d96cdc03
2 changed files with 1 additions and 18 deletions
|
@ -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
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
#:export (%control-groups)
|
||||
)
|
||||
|
||||
(define %control-groups
|
||||
(define %cgroups
|
||||
(let
|
||||
((parent (file-system
|
||||
(device "cgroup")
|
||||
|
|
Loading…
Add table
Reference in a new issue