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

Re: [Condor-users] Benchmarking condor



At 06:38 PM 6/30/2005 +0100, you wrote:
I would have suggested that but that doesn't let me use constraints as
to which machines are included (which I need as most people run
personal/highly restricted startd's)

Are you sure? I just did that and it worked for me:

condor_status -server -constraint 'OpSys == "WINNT50"'
condor_status -server -constraint 'OpSys == "LINUX"'

-alain