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