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

Re: [Condor-users] Need help with 7.0.1



On Apr 14, 2008, at 11:23 AM, Finch, Ralph wrote:
-- using a REQUIREMENTS in the submit file, which worked fine under
6.8.3, prevents jobs from matching any machine in the pool. Without the
REQUIREMENTS, jobs will be matched.

.sub file:
Requirements = (Machine == "LOCKE.ad.water.xx.xxx")

$ condor_q -analyze 712

-- Submitter: ABBEY.ad.water.xx.xxx : <136.200.xx.xxx:1045> :
ABBEY.ad.water.xx.xxx
ID      OWNER            SUBMITTED     RUN_TIME ST PRI SIZE CMD

---
712.000:  Run analysis summary.  Of 56 machines,
    56 are rejected by your job's requirements
     0 reject your job because of their own requirements
     0 match but are serving users with a better priority in the pool
     0 match but reject the job for unknown reasons
     0 match but will not currently preempt their existing job
     0 are available to run your job
	No successful match recorded.
	Last failed match: Mon Apr 14 08:49:43 2008
	Reason for last match failure: no match found

WARNING:  Be advised:
  No resources matched request's constraints
  Check the Requirements expression below:

Requirements = ((Machine == "LOCKE.ad.water.xx.xxx")) && (Arch ==
"INTEL") && (OpSys == "WINNT51") && (Disk >= DiskUsage) && ((Memory *
1024) >= ImageSize) && (HasFileTransfer)

$ condor_status -l locke

MyType = "Machine"
TargetType = "Job"
Name = "slot1@xxxxxxxxxxxxxxxxxxxxx"
Rank = (10 * (Owner == "none"))
CpuBusy = ((LoadAvg - CondorLoadAvg) >= 0.900000)
MyCurrentTime = 1208184528
Machine = "LOCKE.ad.water.xx.xxx"


What happens if you run the following:
condor_status -constraint 'Machine == "LOCKE.ad.water.xx.xxx"'

Thanks and regards,
Jaime Frey
UW-Madison Condor Team