Kyle Kurz wrote:
Hi, I was not the original installer of our Galaxy instance, but have been tasked with changing the wall time that is requested when a job is submitted to the pbs queue. I found the job_walltime option in the universe_wsgi.ini, but we seem to be using round robin submission which then, in turn, submits a job to the pbs queue, so this doesn't work for me.
Does anyone know an easy way to change the default time of 1 hr on this?
Hi Kyle, job_walltime does not actually use any features of the scheduler other than the current run time (and for anyone else reading this, it's only implemented for PBS, not SGE or local). This feature was added to allow Galaxy to display a "nice" error message when a job reaches a configured walltime, instead of just using what is provided by the execution control process (e.g. pbs_mom). However, I recently added features that allow you to set job parameters as part of the runner. This can be done with PBS by changing the default or per-tool runner like so: pbs:////-l walltime=24:00:00/ Any option that can be placed on the command line or in the PBS script (a la '#PBS -l ...') can be specified in that field of the URL. This implementation should be considered temporary. I don't know how long it will be around (it'll probably be a long time, and we may try to maintain backwards compatibility), but it won't be removed before there's a suitable replacement. --nate
Thanks, Kyle
-- *************************** Kyle Kurz EECS Box 142 Stocker Center Ohio University Athens, OH 45701 kyle.w.kurz@gmail.com <mailto:kyle.w.kurz@gmail.com> 740.249.9729 ***************************
------------------------------------------------------------------------
_______________________________________________ galaxy-dev mailing list galaxy-dev@lists.bx.psu.edu http://lists.bx.psu.edu/listinfo/galaxy-dev