Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[HTCondor-users] Aviary submitJob and ClassAds job
- Date: Wed, 28 Nov 2012 17:09:02 +0100
- From: Javi Roman <javiroman@xxxxxxxxxxxxxxx>
- Subject: [HTCondor-users] Aviary submitJob and ClassAds job
Hi,
Is there any way to send jobs to the HTCondor pool with the same ClusterId, changing only the jobId?
I mean the same way as condor_submit does it:
.... work defintion ....
...
...
Queue 120
...........................
the condor_submit send 120 jobs with the IDs, for example:
340.0
340.1
....
340.119
I can do that with Birdbath SOAP handling directly the ClassAds job, however I can't find any way to get this ClassAds and send jobs in a loop of "submiJob" where I only modify the jobId of the ClusterID.
Any hints or any source of examples?
Many thanks.