Using PBS Interactively on the Olympus Cluster

You can start an interactive PBS job by using a command like

qsub -q parallel -l nodes=2:olympus -l ncpus=4 -V -I

Once it moves you to a machine, you can set your pvm up with a command from like

echo conf | pvm $PBS_NODEFILE
quit


Remember to kill PVM before you leave the queue!