[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Condor-users] Strange DAGMan behaviour



Great!  I've confirmed that the work-around works by just doing things
by hand, so I should have no problems integrating it into my scripts. 
Thanks for letting me know about this.

Mark

On 10/21/05, R. Kent Wenger <wenger@xxxxxxxxxxx> wrote:
 > It turns out that one of the other Condor developers just implemented
> a fix for your problem, independent of your email!  That fix will be
> in the 6.7.14 release, though, which won't be coming out for at least
> a month or two.
>
> However, there *is* a workaround you can do in the mean time.  Just
> edit the Condor submit files produced by 'condor_submit_dag -no_submit'
> and add a line like this:
>
>     on_exit_remove  = (ExitBySignal == false || ExitSignal =!= 9)
>
> that will keep the condor_dagman process from getting removed from the
> queue if it's killed by a SIGKILL.