I get
the following from condor_q -better with my test sub files:
subfiel1:
---
--- 002.000: Run analysis summary. Of 1 machines, 1 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: Thu Dec 08 08:48:36 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.OpSys == "WINNT51" ||
target.OpSys == "WINNT52" ) &&
( target.VirtualMachineID == 1 ) ) && ( TARGET.Arch == "INTEL" ) && ( TARGET.Disk >= DiskUsage ) && ( ( TARGET.Memory * 1024 ) >= ImageSize ) && ( ( RequestMemory * 1024 ) >= ImageSize ) && ( TARGET.HasFileTransfer )
Condition
Machines Matched Suggestion
--------- ---------------- ---------- 1 ( target.VirtualMachineID == 1 ) 0 REMOVE 2 ( target.OpSys == "WINNT51" || target.OpSys == "WINNT52" ) 1 3 ( TARGET.Arch == "INTEL" ) 1 4 ( TARGET.Disk >= 1 ) 1 5 ( ( 1024 * TARGET.Memory ) >= 1 ) 1 6 ( ( 1024 * ceiling(ifThenElse(JobVMMemory isnt undefined,JobVMMemory,9.765625000000000E-004)) ) >= 1 ) 1 7 ( TARGET.HasFileTransfer ) 1 Subfile2:
---
006.000: Run analysis summary. Of 1 machines, 1 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: Thu Dec 08 09:14:07 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.Arch == "INTEL" ) && ( TARGET.OpSys == "WINNT51" )
&&
( TARGET.Disk >= DiskUsage ) && ( ( TARGET.Memory * 1024 ) >= ImageSize ) && ( ( RequestMemory * 1024 ) >= ImageSize ) && ( TARGET.HasFileTransfer )
Condition
Machines Matched Suggestion
--------- ---------------- ---------- 1 ( TARGET.OpSys == "WINNT51" ) 0 MODIFY TO "WINNT52" 2 ( TARGET.Arch == "INTEL" ) 1 3 ( TARGET.Disk >= 1 ) 1 4 ( ( 1024 * TARGET.Memory ) >= 1 ) 1 5 ( ( 1024 * ceiling(ifThenElse(JobVMMemory isnt undefined,JobVMMemory,9.765625000000000E-004)) ) >= 1 ) 1 6 ( TARGET.HasFileTransfer ) 1 What
should I edit or remove in both cases?
Thanks
----------------------------------------------------------------------------
|