mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-24 12:52:06 +00:00
Update cheatsheets
This commit is contained in:
29
linux/slurmd
Normal file
29
linux/slurmd
Normal file
@@ -0,0 +1,29 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, linux]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# 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`
|
||||
Reference in New Issue
Block a user