Search⌘ K

A simple Slurm job

Explore how to submit and manage simple jobs on HPC systems using the Slurm workload manager. Learn to create job scripts with sbatch, check job status, and cancel jobs efficiently to handle your computational tasks.

We'll cover the following...

Submitting a job in SLURM is performed by running sbatch command and specifying a job ...