If you submit parallel job specify it in queuing system:
First of all set up your parallel environment:
mpi-selector-menu
Some examples (you need to add how many cpus and what type of parallelization you have)
#$ -pe smp 8
#$ -pe orte 8
#$ -pe mpich 8
#$ -pe mpi 8
For new nodes (long.q node31-44) you have to go to node31 and set your environment there (node31 is config node for node31-44)
Explanation of parallel environment you can find here (in the section “Using the Grid Engine”):