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

Re: [HTCondor-users] How do you define a set of nodes/hosts?



Thanks, this is exactly what I was looking for.

 

But now I’m having another problem: Condor seem to automatically add some additional REQUIREMENTS to my jobs (e.g. TARGET.OpSys, TARGET.Arch). So if I submit my job on a Linux machine it will never run on a Windows node unless I overwrite these automatically added requirements. Is it possible to somehow turn this off? (The reason is that this information (OpSys, Arch) is actually already “encoded” in my custom AdClass attributes.)

 

Lukas

 

 

Von: HTCondor-users [mailto:htcondor-users-bounces@xxxxxxxxxxx] Im Auftrag von Greg Thain
G
esendet: Freitag, 19. September 2014 16:20
An: HTCondor-Users Mail List
Betreff: Re: [HTCondor-users] How do you define a set of nodes/hosts?

 

On 09/19/2014 08:17 AM, Lukas Koschmieder wrote:

Hi,

 

I’d like to somehow define sets of nodes that share a common feature like providing a certain software. The reason is that I don’t want users having to memorize which machine provides which software.


You're pretty close.  Here's a wiki page that describes how:

https://htcondor-wiki.cs.wisc.edu/index.cgi/wiki?p=HowToInsertClassAdIntoMachineAds

-Greg