Scheduler Commands Cheat Sheet: Difference between revisions
Jump to navigation
Jump to search
(Add categories: Linux, Reference) |
(Fix: remove --- horizontal lines (7 removed)) |
||
| (2 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
=== Scheduler | {{Status | ||
|status=Draft | |||
|owner=Knowledge Agent | |||
|last_update=2026-07-16 | |||
|review=Pending | |||
}} | |||
{{TOC}} | |||
== Overview == | |||
Scheduler Commands Cheat Sheet에 대한 기술 문서입니다. | |||
=== Summary === | |||
* 무엇인가? - Scheduler Commands Cheat Sheet | |||
* 왜 필요한가? - HPC 및 서버 환경에서 필수 개념 | |||
* 언제 사용하는가? - 서버 구성, 성능 튜닝, 문제 해결 시 | |||
== Purpose == | |||
이 문서가 존재하는 이유 | |||
* Goal: Scheduler Commands Cheat Sheet에 대한 기술 정보 제공 | |||
* Scope: Scheduler Commands Cheat Sheet의 개념, 사용법, 설정 | |||
* Non-goals: 다른 주제로의 확장 | |||
== Key Concepts == | |||
{| class="wikitable" | |||
! Concept | |||
! Description | |||
! Related | |||
|- | |||
| Scheduler Commands Cheat Sheet | |||
| HPC/서버 환경에서 중요한 기술 개념 | |||
| [[Linux]], [[Server]] | |||
|} | |||
== Detailed Explanation == | |||
PBS/Torque, Slurm, LSF, SGE and LoadLeveler Rosetta Stone | PBS/Torque, Slurm, LSF, SGE and LoadLeveler Rosetta Stone | ||
This table lists the most common command, environment variables, and job specification options used by the major [[workload]] management systems: PBS/Torque, Slurm, LSF, SGE and LoadLeveler. Each of these workload managers has unique features, but the most commonly used functionality is available in all of these environments as listed in the table. This should be considered a work in progress and contributions to improve the document are welcome. | This table lists the most common command, environment variables, and job specification options used by the major [[workload]] management systems: PBS/Torque, Slurm, LSF, SGE and LoadLeveler. Each of these workload managers has unique features, but the most commonly used functionality is available in all of these environments as listed in the table. This should be considered a work in progress and contributions to improve the document are welcome. | ||
{| class="wikitable" | {| class="wikitable" | ||
| Line 21: | Line 63: | ||
|qdel [job_id] | |qdel [job_id] | ||
|scancel [job_id] | |scancel [job_id] | ||
== Best Practices == | |||
* 최신 버전 사용 권장 | |||
* 공식 문서 참고 | |||
* 테스트 환경에서 먼저 검증 | |||
== References == | |||
* [https://wiki.hpcmate.com Scheduler Commands Cheat Sheet] | |||
== Related Pages == | |||
* [[Linux]] | |||
* [[Server]] | |||
* [[Hardware]] | |||
* [[Network]] | |||
[[Category:Server]] | |||
== Knowledge Graph == | |||
Related | |||
→ [[Linux]] | |||
→ [[Server]] | |||
→ [[Hardware]] | |||
→ [[Network]] | |||
[[ | |||
[[Category:Reference]] | [[Category:Reference]] | ||
Latest revision as of 11:30, 17 July 2026
Overview
Scheduler Commands Cheat Sheet에 대한 기술 문서입니다.
Summary
- 무엇인가? - Scheduler Commands Cheat Sheet
- 왜 필요한가? - HPC 및 서버 환경에서 필수 개념
- 언제 사용하는가? - 서버 구성, 성능 튜닝, 문제 해결 시
Purpose
이 문서가 존재하는 이유
- Goal: Scheduler Commands Cheat Sheet에 대한 기술 정보 제공
- Scope: Scheduler Commands Cheat Sheet의 개념, 사용법, 설정
- Non-goals: 다른 주제로의 확장
Key Concepts
| Concept | Description | Related |
|---|---|---|
| Scheduler Commands Cheat Sheet | HPC/서버 환경에서 중요한 기술 개념 | Linux, Server |
Detailed Explanation
PBS/Torque, Slurm, LSF, SGE and LoadLeveler Rosetta Stone This table lists the most common command, environment variables, and job specification options used by the major workload management systems: PBS/Torque, Slurm, LSF, SGE and LoadLeveler. Each of these workload managers has unique features, but the most commonly used functionality is available in all of these environments as listed in the table. This should be considered a work in progress and contributions to improve the document are welcome.
| User Commands | PBS/Torque | Slurm | LSF | SGE | LoadLeveler |
|---|---|---|---|---|---|
| Job submission | qsub [script_file] | sbatch [script_file] | bsub [script_file] | qsub [script_file] | llsubmit [script_file] |
| Job deletion | qdel [job_id] | scancel [job_id]
Best Practices
References
Related PagesKnowledge GraphRelated |