[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Condor-users] dynamic dagman
- Date: Mon, 29 Mar 2010 13:12:47 -0400
- From: Jason Reilly <jdr0887@xxxxxxxxx>
- Subject: [Condor-users] dynamic dagman
Hi all,
I have a job that has 2 parts. The output of the first job returns a
zip file with N entries. For the second job, I would like to
dynamically create a dagman based on the number of entries in the zip
file generated by the output of the first job. Is there such a thing as
a dynamic dag that can handle this kind of task, where I don't need to
programmatically generate the Condor submit file?
Thanks,
Jason