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

Re: [Condor-users] Dagman with jobs queued >1 fail




I have a problem with dagman and jobs in it, which are queued >1. Then the dagman fails, but the jobs will be submitted.
Dagman with job queued 1 work fine, there are no problems.

Are you saying that if you have "queue 2" in your submit file, DAGMan doesn't work? If that's what you are saying, then that is the expected behavior, by design.


From the manual:

http://www.cs.wisc.edu/condor/manual/v6.6/2_11DAGMan_Applications.html#SECTION003112000000000000000

One limitation exists: each Condor submit description file must submit only one job. There may not be multiple queue commands, or DAGMan will fail. This requirement exists to enforce the requirements of a well-defined DAG. If each node of the DAG could cause the submission of multiple Condor jobs, then it would violate the definition of a DAG.

-alain