[torquedev] Re: [torqueusers] Rerunnable Flag
Glen Beane
glen.beane at gmail.com
Thu Aug 21 08:50:42 MDT 2008
On Wed, Aug 20, 2008 at 6:51 AM, Chad Vizino <vizino at psc.edu> wrote:
> We have changed the default at our site to *not* rerunnable. Check out
> src/server/req_quejob.c to change the default at the server. Look for the
> comment:
>
> /* Interactive jobs are necessarily not rerunable */
>
> And get rid of the "if" condition around these lines just after that:
>
> pj->ji_wattr[(int)JOB_ATR_rerunable].at_val.at_long = 0;
> pj->ji_wattr[(int)JOB_ATR_rerunable].at_flags |= ATR_VFLAG_SET;
wouldn't this make every job non rerunnable? I think Chris had the right
idea, patch qsub so by default if the user does not specify the rerunable
flag it does not default to true.
We could easily make the default FALSE in qsub if no one has any reason to
object (or make it a ./configure option)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.supercluster.org/pipermail/torqueusers/attachments/20080821/028a5d6d/attachment.html
More information about the torqueusers
mailing list