On Fri, Jun 02, 2006 at 04:30:40PM +0800, luxun alleged: > Hi All, > > For the queues are q1, q2, q3 and q4. > How to submit job to q2 by qsub options? Thanks. qsub -q q2 See the qsub manpage for other details regarding the -q option.