slurmd

Monitors all tasks running on the compute node, accepts tasks, launches tasks, and kills running tasks upon request. More information: <https://slurm.schedmd.com/slurmd.html>.

Debian Debian
RUN apt-get update && \ apt-get install -y slurmd
Ubuntu
RUN apt-get update && \ apt-get install -y slurm-slurmd
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y slurmd
Fedora
RUN dnf install -y slurm-slurmd
Raspbian
RUN apt-get update && \ apt-get install -y slurmd
click the source code to copy install slurmd on any operating system with command-not-found.com