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