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

Re: [HTCondor-users] Add jobs to a dag from a running job



Maybe there is better way?
	The purpose of a DAG is to tell HTCondor about dependencies 
between jobs.  If the evaluation job's output doesn't change anything 
about the input to the next training job, then there doesn't seem to be a 
need for the evaluation job to be part of the DAG; you can just submit it 
from a post-script whenever the conditions are right.
- ToddM