On Oct 28, 2011, at 9:22 AM, Alas, Alex [FEDI] wrote:
condor_q -better-analyze became just condor_q -analyze in Condor 7.5.1. The -better-analyze option is still accepted and does the same thing, but is no longer displayed in the usage message. condor_q -analyze works the same way on both unix and windows. I just tried Condor 7.6.4's condor_q on both and got the same results, pasted below. One thing to keep in mind is that you won't get the full analysis if there aren't any machines in your pool at the moment. -- Submitter: jfrey@xxxxxxxxxxxxxxxxxx : <128.105.165.29:54793> : nostos.cs.wisc.edu --- 398.000: Run analysis summary. Of 2 machines, 2 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 match but are currently offline 0 are available to run your job No successful match recorded. Last failed match: Fri Oct 28 17:15:40 2011 Reason for last match failure: no match found WARNING: Be advised: No resources matched request's constraints The Requirements _expression_ for your job is: ( target.Memory > 6000000 ) && ( TARGET.Arch == "INTEL" ) && ( TARGET.OpSys == "LINUX" ) && ( TARGET.Disk >= DiskUsage ) && ( ( RequestMemory * 1024 ) >= ImageSize ) && ( ( TARGET.HasFileTransfer ) || ( TARGET.FileSystemDomain == MY.FileSystemDomain ) ) Condition Machines Matched Suggestion --------- ---------------- ---------- 1 ( target.Memory > 6000000 ) 0 REMOVE 2 ( TARGET.Arch == "INTEL" ) 2 3 ( TARGET.OpSys == "LINUX" ) 2 4 ( TARGET.Disk >= 15 ) 2 5 ( ( 1024 * ceiling(ifThenElse(JobVMMemory isnt undefined,JobVMMemory,1.464843750000000E-02)) ) >= 15 ) 2 6 ( ( TARGET.HasFileTransfer ) || ( TARGET.FileSystemDomain == "your.domain" ) ) Thanks and regards, Jaime Frey UW-Madison Condor Team
|