mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00

* linux/s*: add Korean translation * systemctl: update Korean translation * Update pages.ko/linux/sqfscat.md Co-authored-by: Chooooo <contact@choo.ooo> * Update pages.ko/linux/shar.md Co-authored-by: Chooooo <contact@choo.ooo> * Update pages.ko/linux/sqfstar.md Co-authored-by: Chooooo <contact@choo.ooo> * shnsplit: fix typo * semanage: update Korean translation --------- Co-authored-by: Chooooo <contact@choo.ooo>
24 lines
593 B
Markdown
24 lines
593 B
Markdown
# slurmctld
|
|
|
|
> 모든 다른 Slurm 데몬과 리소스를 모니터링하고 작업(잡)을 수락하며, 해당 작업에 리소스를 할당합니다.
|
|
> 더 많은 정보: <https://slurm.schedmd.com/slurmctld.html>.
|
|
|
|
- 마지막 체크포인트에서 이전 `slurmctld` 상태를 모두 지우기:
|
|
|
|
`slurmctld -c`
|
|
|
|
- 데몬의 우선순위 값을 지정된 값으로 설정 (일반적으로 음수):
|
|
|
|
`slurmctld -n {{값}}`
|
|
|
|
- 지정된 파일에 로그 메시지 기록:
|
|
|
|
`slurmctld -L {{경로/대상/출력_파일}}`
|
|
|
|
- 도움말 표시:
|
|
|
|
`slurmctld -h`
|
|
|
|
- 버전 표시:
|
|
|
|
`slurmctld -V`
|