Sample job script for Queue : qgpu_1day

#!/bin/bash 
#PBS -N testjob                  
#PBS -l nodes=1          
#PBS -l ngpus=1 
#PBS -q qgpu_1day                
#PBS -l mem=6gb                  
#PBS -o outtest.log              
#PBS -e Error.log                
module load <path of the required module>
cd $PBS_O_WORKDIR 
./<executable file>