Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Condor-users] Strange DAGMan behaviour
- Date: Fri, 21 Oct 2005 08:47:34 -0500 (CDT)
- From: "R. Kent Wenger" <wenger@xxxxxxxxxxx>
- Subject: Re: [Condor-users] Strange DAGMan behaviour
Mark,
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.
Kent Wenger
Condor Team