Job Submission

The active queueing system on Ultron is SLURM.

To submit a job to SLURM, you will need to generate a submission script.  Examples are provided on another page.  Below are some basic SLURM commands:

Submitting the script “example.sh” to the queue:

$ sbatch example.sh

View running jobs:

$ squeue

Cancel a job with the Job ID 1234:

scancel [jobid]

View detailed information about your  job:

scontrol show [jobid]