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

[Condor-users] more stuff not working with Windows



Tried submitting this from a Solaris 8 host to a W2K
pool:

universe = vanilla
transfer_files=always
requirements = name == "239032-mstc22.liv.ac.uk"
requirements = Arch == "INTEL"
requirements = OpSys == "WINNT50"
executable = hello.bat
output = test.out
log = test.log
notification = Error
queue

condor_q gives:


-- Submitter: ulgp3.liv.ac.uk : <138.253.100.178:55465> : ulgp3.liv.ac.uk
ID OWNER SUBMITTED RUN_TIME ST PRI SIZE CMD


---
005.000: Run analysis summary. Of 38 machines,
38 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 prefer another specific job despite its worse user-priority
0 match, but will not currently preempt their existing job
0 are available to run your job
No successful match recorded.
Last failed match: Thu Jul 1 14:44:36 2004
Reason for last match failure: no match found


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

Requirements = (OpSys == "WINNT50") && (Arch == "SUN4u") && (Disk >= DiskUsage) && ((Memory * 1024) >= ImageSize) && (HasFileTransfer)


1 jobs; 1 idle, 0 running, 0 held


The job is actually a .bat so the arch is irrelevant. Anyway of telling
Condor that it is "INTEL" not "SUN4u" ????????


-ian.