Blame view

egs/tedlium/s5_r2/conf/no_k20.conf 462 Bytes
8dcb6dfcb   Yannick Estève   first commit
1
2
3
4
5
6
7
8
9
10
11
12
13
  # Default configuration
  command qsub -v PATH -cwd -S /bin/bash -j y -l arch=*64*
  option mem=* -l mem_free=$0,ram_free=$0
  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 -q all.q
  option gpu=* -l gpu=$0 -q g.q
  default allow_k20=true
  option allow_k20=true
  option allow_k20=false -l 'hostname=!g01*&!g02*&!b06*'