[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Condor-users] condor_wait running forever



On Mon, 28 Jun 2010, Alan wrote:

We have an application that in a usual day would call hundreds time
condor_submit and usually it would send 20 jobs and have to wait this 20
jobs to finish to proceed to the next step and so on.

So I use condor_wait to monitor condor.log.

Hmm, this sounds like it might be a case where DAGMan (directed acyclic graph manager) would simplify things for you -- if you have a bunch of jobs with dependencies between them, DAGMan is more reliable and easier to use than some kind of script that directly calls condor_submit, condor_wait, etc.

You can find the manual section about DAGMan here:

  http://www.cs.wisc.edu/condor/manual/v7.5/2_10DAGMan_Applications.html

Kent Wenger
Condor Team