Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [HTCondor-users] Register a job as failed from it's exit code
- Date: Sun, 31 Mar 2013 20:33:42 -0500
- From: Nathan Panike <nwp@xxxxxxxxxxx>
- Subject: Re: [HTCondor-users] Register a job as failed from it's exit code
Place the following line in a submit file:
on_exit_remove = ExitCode =?= 0
Nathan Panike
On Sun, Mar 31, 2013 at 12:31:01PM +1000, Robert McMillan wrote:
> Hi,
>
> I currently have condor running on a Windows 7 x64 environment. My Condor
> jobs call a small executable file, and if the executable fails it returns a
> non-zero exit code. Is there a way for Condor to register this as a "Failed
> Job" and potentially retry it?