slurm*: add pages (#11133)

Author:    xuzhangheng <48378279+xuzhangheng@users.noreply.github.com>
Co-authored-by: Magrid <magrid0@proton.me>
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
This commit is contained in:
xuzhangheng
2023-10-22 17:02:51 +11:00
committed by K.B.Dharun Krishna
parent 5b4a496e01
commit 669a5b87d5
5 changed files with 105 additions and 0 deletions

24
pages/linux/slurmd.md Normal file
View File

@@ -0,0 +1,24 @@
# 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`