Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [Condor-users] Specifying the Condor Version in the submit
- Date: Tue, 5 Jul 2005 15:23:55 -0400
- From: "Ian Chesal" <ICHESAL@xxxxxxxxxx>
- Subject: RE: [Condor-users] Specifying the Condor Version in the submit
> The machines are still locking when Condor hits a bad machine
running
> 6.6.9
> Is there a way I can tell jobs to only run on the 6.6.10 machines?
> I have searched the manual and the previous posts and have not found
> anything.
Anything that appears in the ClassAd of a startd can be used in the
requirements expression in your submission ticket. So:
requirements = CondorVersion == "$CondorVersion: 6.6.10 Apr 27 2005 $"
NB: I faked that example -- I have 6.7.x running here so the exact
string you should use to match only 6.6.10 machines needs to be
determined at your site.
- Ian