snippetbashTip
slurmd — Monitors all tasks running on the compute node, accepts tasks, launches tasks, and kills running tas
Viewed 0 times
theslurmdcommandallmonitorsclirunningtasks
linux
Problem
How to use the
slurmd command: 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>.Solution
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 -bRun 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 -hCode Snippets
Report node rebooted when daemon restarted (Used for testing purposes)
slurmd -bRun 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 -hContext
tldr-pages: linux/slurmd
Revisions (0)
No revisions yet.