idqueue Sample Job Script – Cray

#!/bin/sh 
#This job should be redirected to idqueue
#PBS -N jobname
#PBS -l select=10:ncpus=24
#PBS -l walltime=01:00:00
#PBS -l place=scatter
#PBS -l accelerator_type="None"
#PBS -S /bin/sh@sdb -V 
. /opt/modules/default/init/sh
cd <path of executable>
aprun -j 1 -n 240 -N 24 ./a.out