Medium Queue Sample Job Script – Cray

 

#!/bin/sh 
#This job should be redirected to small queue
#PBS -N jobname
#PBS -l select=100: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 2400 -N 24 ./a.out