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

Re: [Condor-users] DAG clustering question



On Wed, 2 Mar 2005, Brian Gyss wrote:

> All -
>
> Is there any way to force the DAG man to submit all of its jobs in the
> same cluster?  As opposed to the jobs in a DAG reading something
> like...
>
> 19.0
> 20.0
> 21.0
>
> ...would it be possible to have them read like...
>
> 19.0
> 19.1
> 19.2
> 19.3
>
> ...with 19.0 being the job running condor_dagman?

Unfortunately not.  DAGMan requires that each submit file submit only
a single job, so there's no way for this to work.  If a submit file
submits more than one job DAGMan will not be able to monitor the jobs
correctly.

Can you tell us why you want to do this?

Kent Wenger
Condor Team