Hi Mark,
now the problem: -- Submitter: aopcach.uab.es : <158.109.65.21:40024> : aopcach.uab.es --- 027.000: Run analysis summary. Of 5 machines, 4 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 1 match but reject the job for unknown reasons 0 match but will not currently preempt their existing job 0 match but are currently offline 0 are available to run your job The Requirements _expression_ for your job is: ( ( target.Machine == "aow13grid.uab.es" ) ) && ( target.Arch == "INTEL" ) && ( target.OpSys == "LINUX" ) && ( target.Disk >= DiskUsage ) && ( ( target.Memory * 1024 ) >= ImageSize ) && ( ( RequestMemory * 1024 ) >= ImageSize ) && ( target.HasFileTransfer ) Condition Machines Matched Suggestion --------- ---------------- ---------- 1 ( ( 1024 * ceiling(ifThenElse(JobVMMemory isnt undefined,JobVMMemory,4.882812500000000E-03)) ) >= 5 ) 0 REMOVE 2 ( ( target.Machine == "aow13grid.uab.es" ) )1 3 ( target.Arch == "INTEL" ) 5 4 ( target.OpSys == "LINUX" ) 5 5 ( target.Disk >= 5 ) 5 6 ( ( 1024 * target.Memory ) >= 5 ) 5 7 ( target.HasFileTransfer ) 5 --- thanks for the help. How to solve this. -Arindam Date: Wed, 22 Jun 2011 11:31:10 +0100 From: mc321@xxxxxxxxx To: arindam@xxxxxxxx CC: condor-users@xxxxxxxxxxx Subject: Re: [Condor-users] private execute node Add the following on the submit host's local config file: ClientMachine = "$(FULL_HOSTNAME)" SUBMIT_ATTRS = $(SUBMIT_ATTRS), ClientMachine then do a condor_reconfig. Works for me. mc
|