Large Queue Sample Script – Cray

 

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