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

Re: [condor-users] Follow up question...



On Wed, Oct 15, 2003 at 11:52:46AM -0400, Heinz, Michael William wrote:
> 
> How do I determine which of my job's requirements is causing the problem?
> 

condor_q -l will show you the full job ad, and it has an attribute called
"requirements". 

condor_status -l will show you the full machine ad. It also has an 
attribute called "requirements"

A job and a machine "match" if both satisify each other's requirements 
expressions. (condor_q -analyze basically just tries each one and keeps
track of what matched and what didn't)

In 6.5.5, we added a 'condor_analyze' command to some platforms that 
does a better job of reporting what matched and what didn't, and can
make some specific suggestions of what to change. (Sadly, it's not 
available on Windows yet)

-Erik
Condor Support Information:
http://www.cs.wisc.edu/condor/condor-support/
To Unsubscribe, send mail to majordomo@xxxxxxxxxxx with
unsubscribe condor-users <your_email_address>