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.