Serial GPU job

#BSUB -o devicequery_output
#BSUB -e devicequery_error
#BSUB -n 1
#BSUB -q gpu

# Set up environment

. /etc/profile.d/modules.sh
module load cuda/3.2/gcc

job=deviceQuery

# Run job
cd $LS_SUBCWD

./$job

SerialGpu (last edited 2011-08-26 08:30:08 by RobAllan)

This website maintained by Research Computing Services, University of Manchester