Run an Interactive Job in PBS

The PBS job scheduler can allow for running an interactive job by specifying a parameter in the qsub command.

qsub -I

One can also specify a queue in conjunction with this to get an interactive job on some queue

qsub -I -q somequeue

Be the first to comment

Leave a Reply