#PBS -N example4 #PBS -q parshort #PBS -j oe #PBS -o example4.$PBS_JOBID #PBS -l nodes=2:ppn=5 #PBS -l walltime=16:00:00 cd $PBS_O_WORKDIR mpirun -np 10 -machinefile $PBS_NODEFILE ./a.out