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

Re: [Condor-users] DAGMan queue query



On Fri, May 26, 2006 at 11:46:36AM +0100, o c wrote:
> The documentation for DAGMan (Condor docs section
> 2.11.2) says:
> 
> "each Condor submit description file must submit only
> one job. There may not be multiple queue commands, or
> DAGMan will fail."
> 
> There may not be multiple Queue commands but may there
> be  a single Queue statement with an argument greater
> than 1?
> 
> Is this valid for a node in a DAG?
> 
> Universe = vanilla
> Executable = work
> Log = testdag.log
> Queue 100
> 
> Should this behave normally under DAGMan?
> 

No, that's prohibited. 

With multiple queue statements per file, there is no way for
DAGman to resubmit failed jobs without resubmitting all jobs.

-Erik