Skip to content

Managing jobs on SGE (Sun Grid Engine)

jakeopolis edited this page Feb 6, 2015 · 1 revision

qbatch requires SGE-extras module

module load SGE-extras

To add a job from joblist file:

qbatch nameofjoblistfile

To view your queue use the command qstat. The output will look something like:

job-ID  prior   name       user         state submit/start at     queue                          slots ja-task-ID 
-----------------------------------------------------------------------------------------------------------------
 364005 0.25000 joblist_0  shejak       qw    02/06/2015 15:15:16                                    1    

Deleting jobs

To delete a job, use qdel:

qdel [jobID]

To delete all your jobs:

qdel -u myusername
Clone this wiki locally