Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Condor-users] condor 6.8.2 + RHEL 4 - jobs stay idle, never run
- Date: Tue, 21 Nov 2006 11:15:21 -0800
- From: Lee Damon <nomad@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Subject: Re: [Condor-users] condor 6.8.2 + RHEL 4 - jobs stay idle, never run
>>> Condition Machines Matched Suggestion
>>> --------- ---------------- ----------
>>> 1 ( ( MY.RESOURCE_GROUP == TARGET.JOB_GROUP ) )0 REMOVE
>
>One change that happened in the 6.7 series relates to the semantics of
>"MY" and "TARGET". In 6.6.x, "MY" means "look first in my classad, but
>if not found there, look in the other", (vice-versa for "TARGET"). In
>6.8, "MY" means "look only in my classad". Is it possible that you've
>got MY and TARGET switched here? What if you remove the MY and TARGET
>from this expression?
I must have had them backwords. Removing the MY and TARGET let the
jobs run. As a test I also tried swapping MY and TARGET in the line
and jobs also ran.
Thanks for the help!
nomad