Attention

WARNING: From 9am on 19th August until 5pm on 2nd September there will be no access to the Stanage HPC cluster.

We will send an email to notify you when Stanage is back online and available for job submission.

qsub

qsub is a scheduler command that submits a batch job to the system.

Examples

Submit a batch job called myjob.sh to the system

$ qsub myjob.sh

Usage

The qsub command is used to submit jobs to the SGE scheduler. More specific information for using the qsub command and the required format for the batch submission scripts can be found on the interactive and batch submission instructions page.