[Swift-devel] Re: swift + condor-g
Mihael Hategan
hategan at mcs.anl.gov
Mon Apr 13 15:25:53 CDT 2009
On Mon, 2009-04-13 at 20:01 +0000, Ben Clifford wrote:
> It has more serious problems (as in problems that stop it working for me
> entirely) that are perhaps more important to address. The changes I made
> to get it going with condor-g (but some are to make it work with
> condor-anything) are in here:
>
> http://www.ci.uchicago.edu/~benc/tmp/condor-g.patch
>
> In summary what I changed to make it run at UJ are:
>
> * exit code handling - the in-SVN version expects an exit code file to
> appear but never gets one. the patch removes that expectation - I haven't
> looked enough to see if it returns exit codes properly or not because
> Swift doesn't care.
>
> * LeaveJobInQueue needs to have no + at the start of it (I can't find
> much clear documentation about this on the condor web site)
So http://www.cs.wisc.edu/condor/manual/v7.2/condor_submit.html,
mentions the following (and so does
http://www.cs.wisc.edu/condor/manual/v7.0/condor_submit.html):
+<attribute> = <value>
A line which begins with a '+' (plus) character instructs
condor_submit to insert the following attribute into the job
ClassAd with the given value.
Luckily using log files would get rid of this issue.
More information about the Swift-devel
mailing list