New-style option | Converted form (for GridEngine) | Comment |
---|---|---|
--mem 10G | -l mem_free=10G,ram_free=10G | |
--max-jobs-run 10 | -tc 10 | (We use this for jobs that cause too much I/O). |
--num-threads 6 | -pe smp 6 | (general case) |
--num-threads 1 | (no extra options) | (special case) |
--gpu 1 | -q g.q -l gpu=1 | (general case) |
--gpu 0 | (no extra options) | (special case for gpu=0) |