LinuxCommandLibrary

slurmd

Monitors all tasks running on the compute node, accepts tasks, launches tasks, and kills running tasks upon request.

TLDR

Report node rebooted when daemon restarted (Used for testing purposes)

$ slurmd -b
copy


Run the daemon with the given nodename
$ slurmd -N [nodename]
copy


Write log messages to the specified file
$ slurmd -L [path/to/output_file]
copy


Read configuration from the specified file
$ slurmd -f [path/to/file]
copy


Display help
$ slurmd -h
copy

Copied to clipboard