roryk / ipython-cluster-helper

Tool to easily start up an IPython cluster on different schedulers.
148 stars 23 forks source link

Wrong walltime for torque? #44

Closed naumenko-sa closed 7 years ago

naumenko-sa commented 7 years ago

Hi Rory!

I'm running

bcbio_nextgen.py ../config/NA12878-exome-methodcmp.yaml -t ipython -n 10 -s torque -q all

just to start with parallel version, and it produces job files for torque_controller and torque_engines with walltime=239:00:00, but for 'all' queue the maximum walltime is 23:59:59, and the controller is not starting.

Is it possible to tune the walltime parameter?

Thanks! Sergey

naumenko-sa commented 7 years ago
bcbio_nextgen.py ../config/NA12878-exome-methodcmp.yaml -t ipython -n 10 -s torque -q batch -r walltime=4:00:00 --timeout 30