Skip to content

Submitting a SLURM Script

Once you have completed your SLURM script, save it as a .sh file. For example, if we want to run a job with a submission SLURM script we named run.sh, we would run the command

sbatch run.sh

in the Turing terminal window. Now, when your job is up next in the scheduler queue it will be run.

To check running jobs, use the command

squeue -u $USER

which will show the status of only your own jobs.