Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Condor-users] python soap issue
- Date: Thu, 15 Jan 2009 15:57:21 -0600
- From: Ben Burnett <burnett@xxxxxxxxxxx>
- Subject: Re: [Condor-users] python soap issue
You could programmatically generate the submission files in you
python scripts and call out to the actual condor tools--letting
them do all the heavy lifting for you.
-B
> -----Original Message-----
> From: condor-users-bounces@xxxxxxxxxxx [mailto:condor-users-
> bounces@xxxxxxxxxxx] On Behalf Of Leandro Martelli
> Sent: Thursday, January 15, 2009 2:23 PM
> To: Condor-Users Mail List
> Subject: Re: [Condor-users] python soap issue
>
> Actually, I tried even to create a new transaction. I wrote a simple
> object
> that goes through the whole cycle. I can instantiate it and submit a
> job.
> If I try to create another instance (same script), it crashes. I've
> been
> tracing it and I think it's not about the condor soap, but actually the
> python implementation of the client (ZSI), as the XML that comes back
> from the server is almost the same, just changing ids and times.
>
> I need to programatically control the jobs sent to condor. Any
> suggestions
> besides SOAP (I'm using python)?
>
> Cheers,
>
> </Martelli>