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

Re: [Condor-users] How can I differenciate between W2K and XP machines in a windows pool



On Mon, 7 Mar 2005 13:26:39 +0100, ramzi khaskhoussi
<ramzi.khaskhoussi@xxxxxxxxx> wrote:
> Hi all,
> In my activities( validation) I have to differenciate between jobs
> running on W2K and those on XP. although , I do that in the .sub file
> condor still confusing between them and run jobs that should be
> executed with  W2K machines (respectively XP machines) on XP ones
> (respectively W2K) .
> please find here my submission file:
> 
> ---------------------------------------------------------------------------------------------
> | submission file for a job that should be run on an XP machine  |
> |
> Begin                                                                  |
> ---------------------------------------------------------------------------------------------
> 
> Executable = validation1.bat
> Universe = vanilla
> getenv = true
> Output = validation1.out
> Error = validation1.err
> Log = validation1.log
> Requirements = (OpSys == "WINNT51")
> Queue

The XP / 2000 / 2003 split worked fine for me on 6.6.4 (and onwards I think)

when you run 

condor_status -format "%s\t" Machine -format "%s\n" OpSys -constraint
VirtualMachineId==1

do you see the split as you expect?

If so then check that condor_q -format "%s\n" Requirements for one of
your jobs looks right

Matt