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

Re: [HTCondor-users] Sequential Jobs



Hi Justin

On 03/25/17 13:16, Justin Fisher wrote:
> This file contains thousands of jobs. I need to wait until these jobs
> have completed then run another job that uses the results of the
> generated data as its input. I can't (apparently) do this with a bash
> script since once the original condor submit happens the shell is
> returned to the user - so I'm wondering if there is a method of
> monitoring the first job then triggering the second job once the first
> is complete?

I think you should be able to model this with dagman:

https://research.cs.wisc.edu/htcondor/manual/v8.6/2_10DAGMan_Applications.html

where each subsequent job is the child of the current one.

HTH

Carsten