extcpu queue job script

#!/bin/sh
#This job should be redirected to extcpu queue
#PBS -N jobname
#PBS -q extcpu
#PBS -l select=10:ncpus=24
#PBS -l walltime=24:00:00
#PBS -l place=scatter
#PBS -l accelerator_type=”None”
cd   <path of the executable>
aprun -j 1 -n 240 -N 24 ./a.out