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>.
Install
- All systems
-
curl cmd.cat/slurmd.sh
- Debian
-
apt-get install slurmd - Ubuntu
-
apt-get install slurm-slurmd - Kali Linux
-
apt-get install slurmd - Fedora
-
dnf install slurm-slurmd - Windows (WSL2)
-
sudo apt-get updatesudo apt-get install slurm-slurmd - Raspbian
-
apt-get install 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>.
-
Report node rebooted when daemon restarted (Used for testing purposes):
slurmd -b -
Run the daemon with the given nodename:
slurmd -N nodename -
Write log messages to the specified file:
slurmd -L path/to/output_file -
Read configuration from the specified file:
slurmd -f path/to/file -
Display help:
slurmd -h
© tl;dr; authors and contributors