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