menu

Running an interactive job

Use the job scheduler to handle the computational nodes interactively.

To run the executable file directly without going through the batch file, as in the case of script making / debugging, or when using GUIs as GaussView, Matlab, Mathematica which is difficult to use for a batch job.

% qsub -q <Queue> -I

  -I   use the interactive mode

To end the interactive mode use the exit command

% exit