1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 20:02:09 +02:00
tldr/pages.ko/linux/slurmctld.md
코드싸이 16f2c3ed79
shnsplit: fix typo, systemctl: update Korean translation, linux/s*: add Korean translation (#14715)
* 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>
2024-11-11 15:05:30 +09:00

593 B

slurmctld

모든 다른 Slurm 데몬과 리소스를 모니터링하고 작업(잡)을 수락하며, 해당 작업에 리소스를 할당합니다. 더 많은 정보: https://slurm.schedmd.com/slurmctld.html.

  • 마지막 체크포인트에서 이전 slurmctld 상태를 모두 지우기:

slurmctld -c

  • 데몬의 우선순위 값을 지정된 값으로 설정 (일반적으로 음수):

slurmctld -n {{값}}

  • 지정된 파일에 로그 메시지 기록:

slurmctld -L {{경로/대상/출력_파일}}

  • 도움말 표시:

slurmctld -h

  • 버전 표시:

slurmctld -V