1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-21 22:02:09 +02:00
tldr/pages.ko/linux/srun.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

16 lines
443 B
Markdown

# srun
> 대화형 슬럼 작업을 생성하거나 기존 작업에 연결합니다.
> 더 많은 정보: <https://slurm.schedmd.com/srun.html>.
- 기본 대화형 작업 제출:
`srun --pty /bin/bash`
- 다양한 속성으로 대화형 작업 제출:
`srun --ntasks-per-node={{코어_수}} --mem-per-cpu={{메모리_MB}} --pty /bin/bash`
- 작업이 실행 중인 워커 노드에 연결:
`srun --jobid={{작업_ID}} --pty /bin/bash`