File size: 297 Bytes
bb01eca |
1 2 3 4 5 6 7 8 9 |
command qsub -v PATH -cwd -S /bin/bash -j y
option mem=* -l rmem=$0 -j y
option mem=0 # Do not add anything to qsub_opts
option num_threads=* -pe smp $0
option num_threads=1 # Do not add anything to qsub_opts
option max_jobs_run=* -tc $0
default gpu=0
option gpu=0
option gpu=* -l gpu=$0 |