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