Skip to content
Helen Burns edited this page Nov 17, 2015 · 1 revision

Useful PBS commands

simple submission:

qsub pbs.script # submit job

qstat # show queued jobs

qstat -a # more info

qdel job_id # cancel job

showstart job_id # estimated start time

Chain jobs

qsub -W depend=afterok:<JOBID> pbs.script
Clone this wiki locally