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

Re: [Condor-users] Job is not matched



On Fri, Oct 05, 2007 at 02:23:55AM -0700, Nguyen Tien Dung wrote:
:
:Hi there,
:I submit a job like following:
:
:Universe   = vanilla
:Executable = simple
:Arguments  = 4 10
:Log        = simple.log
:Output     = simple.out
:Error      = simple.error
:Queue
:
:But there is no result, in SchedLog show that 0 job matched
:.....
:10/5 16:18:43 (pid:3777) Negotiating for owner: condor@com
:10/5 16:18:43 (pid:3777) Checking consistency running and runnable jobs
:10/5 16:18:43 (pid:3777) Tables are consistent
:10/5 16:18:43 (pid:3777) Out of servers - 0 jobs matched, 23 jobs idle, 2 jobs rejected
:......

condor_q -analyze 

often shows why jobs aren't matching.

-Jon