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

[condor-users] Follow up question...



Okay, 

So I was able to get the rc5 example working, but the cpusoak example still
says 

023.001:  Run analysis summary.  Of 2 machines,
      1 are rejected by your job's requirements
      0 reject your job because of their own requirements
      1 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: Wed Oct 15 11:46:19 2003
	Reason for last match failure: no match found

How do I determine which of my job's requirements is causing the problem?

Thanks in advance; I've tried the documentation, but the troubleshooting
section is quite sparse.

-----Original Message-----
From: Belay T Beshah [mailto:belay.beshah@xxxxxxxxxxxxxxxxxxxxxxxx] 
Sent: Wednesday, October 15, 2003 11:16 AM
To: condor-users@xxxxxxxxxxx
Subject: Re: [condor-users] Condor newbie question



>I'm attempting to install condor on a couple of windows boxes, one 
>running win2k and one running winxp pro. I tried 6.4 and 6.5 with the 
>same results:
>
>One machine was set up to create a new pool and one was set up to join 
>the existing pool. Condor_status sees both machines, but any attempt to 
>submit a job results in the job being queued to the local machine. It 
>never gets started on the other machine!
>  
>
use "condor_q -analyze" to see if  your job is rejecting the machine, if 
so make sure that your job submission file contains all the operating 
systems you want your program to run on. By default it puts the same 
architecture and operating system into the description file so if you 
have two flavours of windows it might not start. Here is what we added 
to all "*.sub" files (condor 6.4),

# Define all supported flavours of windows
Windows = (OpSys == "WINNT40" || OpSys == "WINNT50" || OpSys == "WINNT51")

# Add any requirements(memory, disk) for the job, that the machine that 
executes
Requirements = $(Windows)

Hope that  helps

BTB


Condor Support Information: http://www.cs.wisc.edu/condor/condor-support/
To Unsubscribe, send mail to majordomo@xxxxxxxxxxx with unsubscribe
condor-users <your_email_address>


Condor Support Information:
http://www.cs.wisc.edu/condor/condor-support/
To Unsubscribe, send mail to majordomo@xxxxxxxxxxx with
unsubscribe condor-users <your_email_address>