文章索引
Scheduler System Overview
If you are just starting to work with cluster environments, understanding "what a scheduler system actually does" will be much more effective than memorizing commands right away.
Basic Usage of SLURM Scheduler System
This material is suitable for the stage when you first truly submit tasks to a cluster. Rather than memorizing scattered commands, it's more important to get the basic workflow down: "submit jobs, check status, cancel tasks, read output."
Advanced Usage of SLURM Scheduler System
Once the basic submission process is no longer an issue, what truly affects efficiency is often the details of resource request methods, script organization, and multi-task scheduling strategies.
Common Issues and Solutions for SLURM Scheduler System
After you start using the cluster for a long time, the most time-consuming issues are usually not "not knowing how to submit jobs," but rather abnormal job queuing, mismatched resource requests, environment initialization failures, or scripts that appear to have no errors but just won't run.