hipsmall Sample Job Script – Cray

#!/bin/sh
#This job should be redirected to hipsmall queue
#PBS -N HiPJob
#PBS -q hipsmall
#PBS -l select=20:ncpus=24
#PBS -l walltime=24: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 480 -N 24 ./a.out > output.txt