<div dir="ltr"><br><br><div class="gmail_quote">On Wed, Aug 20, 2008 at 6:51 AM, Chad Vizino <span dir="ltr"><<a href="mailto:vizino@psc.edu">vizino@psc.edu</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
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:<br>
<br>
/* Interactive jobs are necessarily not rerunable */<br>
<br>
And get rid of the "if" condition around these lines just after that:<br>
<br>
pj->ji_wattr[(int)JOB_ATR_rerunable].at_val.at_long = 0;<br>
pj->ji_wattr[(int)JOB_ATR_rerunable].at_flags |= ATR_VFLAG_SET;</blockquote><div><br>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.<br>
<br>We could easily make the default FALSE in qsub if no one has any reason to object (or make it a ./configure option)<br></div></div><br><br></div>