Skip to content

Running a Job on a Cluster

Ben Trumbore edited this page Nov 10, 2023 · 3 revisions

Note: This content has not yet been completed or fully arranged and formatted!

Submit a job that runs that script:

sbatch hellojob.sh

Monitor the progress of the job in the queue until it starts and is completed:

squeue

The job never ran for Ben - used "scancel 1" to kill it

View the output of the job:

more slurm-2.out

Output looks like:

asdfasdfasdf

Log off of head node

exit