#PBS -l nodes=16:ppn=1
#PBS -l walltime=00:20:00
#PBS -j oe
#PBS -V

cd $PBS_O_WORKDIR

export OMP_NUM_THREADS=8
export KMP_AFFINITY=compact,granularity=fine

mpiexec -n 16 -bynode ../src/graph500_bfs_cyberstar 20 16 1 8 2

