Document Actions
40 Interactive job submission
Up to Table of Contents
You can run an interactive jobs by using the -I flag to qsub:
qsub -I .......
The command prompt will appear as soon as the job start. If you also want to run a graphical application you must also use -X flag. Interactive jobs has the same policies as normal batch jobs, there are no extra restrictions.

