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.