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

Re: [Condor-users] DAGman submitting to multiple schedulers



On 11/03/2011 04:06 PM, Christopher Martin wrote:
Out of curiosity, in a multiple scheduler setup is it possible to submit
a DAG to one scheduler but have its jobs be submitted to the other?

Cheers,
Chris.

Yes, but you want to make sure that your dag only ever talks to one schedd. Otherwise it'll get confused when the different schedds have different jobs with the same ids, or when it can't find the jobs it expects.

Best,


matt