# K4 Job Scheduling Parallel computers are operated differently than a normal PC, all users must share the system. Therefore, various operative procedures are in place. Users must understand these concepts and procedures to be able to use the available resources of a system to run a parallel application. A workload manager/job scheduler controls how available hardware resources are distributed among the user requests (jobs). Users of computing centers typically compete for the expensive HPC resources of cluster systems. HPC resources can be distinguished as * Shared resources (e.g. a parallel file system that is often shared across all cluster nodes and therefore shared between all users), * Not-shared resources (e.g. cluster nodes dedicated to a particular parallel program of an individual user). The configuration of the cluster system matters as well: a cluster node can also be a resource that is shared between several users. A major aspect of job scheduling is to manage these resources in a way that users are treated fairly. Accounting for users or user groups can additionally support this. ## Learning Outcomes * Comprehend the princimples of Job scheduling and why program managing the jobs are required. * Demonstrate the SLURM workload manager. * Discuss different Scheduling strategies. ## Subskills * [[skill-tree:k:4:1:b]] * [[skill-tree:k:4:2:b]] * [[skill-tree:k:4:3:b]]