I agree, except s/Java/Perl/g The Condor Perl api might be a good way of doing this? --Russell From: htcondor-users-bounces@xxxxxxxxxxx [mailto:htcondor-users-bounces@xxxxxxxxxxx] On Behalf Of Michael Aschenbeck DAGman is certainly an awesome tool...but if you have a java master process that is creating these submit files, I think it's over-kill. I guess I could be missing something, but it seems like your master process should be like this:
3) Have java check which data files came back, create submit files for post processing, and submit 4) Use condor wait to wait for those jobs (if necessary) I just think that if you are using Java to create these scripts automatically and fire all this stuff off, that you might as well use that for the "dynamic" aspect. I do this sort of thing in C++ quite a bit and, while I know DAGman and have used it, when i don't have crazy job dependencies it's much easier to just to a condor_wait as a system call in c++ and then go to setting up a post process script. Please let me know if I'm missing something or if you are familiar with condor_q and it's really just not what you want, but I think this should be considered. On Wed, Jan 30, 2013 at 11:34 AM, Dimitri Maziuk <dmaziuk@xxxxxxxxxxxxx> wrote: On 01/30/2013 12:27 PM, Dimitri Maziuk wrote:
======================================================================= Attention: The information contained in this message and/or attachments from AgResearch Limited is intended only for the persons or entities to which it is addressed and may contain confidential and/or privileged material. Any review, retransmission, dissemination or other use of, or taking of any action in reliance upon, this information by persons or entities other than the intended recipients is prohibited by AgResearch Limited. If you have received this message in error, please notify the sender immediately. ======================================================================= |