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

Re: [HTCondor-users] exclude a domain ?



Thanks - that'll do nicely.

Best regards,
 
Don
 


> -----Original Message-----
> From: HTCondor-users [mailto:htcondor-users-bounces@xxxxxxxxxxx] On Behalf
> Of Todd Tannenbaum
> Sent: Friday, October 16, 2015 12:07 PM
> To: HTCondor-Users Mail List
> Subject: Re: [HTCondor-users] exclude a domain ?
> 
> On 10/16/2015 8:03 AM, Krieger, Donald N. wrote:
> > Please pardon my laziness in asking rather than looking this up.
> >
> > Could someone provide the line I need to include in my submit file to
> > exclude my jobs from running on machines in a specific subdomain, say
> > 123.456 ?
> >
> 
> Things could get complicated if you are using things like CCB (Condor
> Connection Broker) to access machines behind NATS/firewalls, but assuming
> you network is straightforward try this in your job submit file -
> 
> executable = foo
> requirements = regexp("<123\.456\.",StartdIpAddr)==False
> queue
> 
> Maybe there is an easier way, but the above came to mind first.
> 
> best
> Todd
> 
> 
> _______________________________________________
> HTCondor-users mailing list
> To unsubscribe, send a message to htcondor-users-request@xxxxxxxxxxx with a
> subject: Unsubscribe
> You can also unsubscribe by visiting
> https://lists.cs.wisc.edu/mailman/listinfo/htcondor-users
> 
> The archives can be found at:
> https://lists.cs.wisc.edu/archive/htcondor-users/