[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Condor-users] can DAgMan pre script mark a job as complete??
- Date: Thu, 5 Oct 2006 11:20:43 +0200
- From: "François Bachmann" <f.bachmann@xxxxxxxxx>
- Subject: Re: [Condor-users] can DAgMan pre script mark a job as complete??
I guess (not tested) that you could also use this in your DAG submit file:
ABORT-DAG-ON <node> <exit-value> RETURN 0
According to §2.12.2 of the manual, this should exit immediately if the PRE script, the JOB or the POST script returns the specified <exit-value>, and return 0.
François