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

Re: [HTCondor-users] Requirements statement to exclude a list of machines in a file



Hi Greg,

Another way could be:

If you want to exclude any particular condor submit box from not being allowed to run jobs on these 200+ machines then you may modify the START _expression_ on worker nodes instead of submit node.Â

START = $(START) && !regexp("submitbox1.*",GlobalJobId)

Thanks & Regards,
Vikrant Aggarwal


On Wed, May 12, 2021 at 9:11 AM Hitchen, Greg (IM&T, Kensington WA) <Greg.Hitchen@xxxxxxxx> wrote:
Hi All

Quick question.

I know how to exclude a certain machine (or a few), e.g. with the requirements = (Machine =!= "unwanted_machine.something)
type of statement, or even using it with regexp, but, what about a list of 200+ randomly named machines listed in a file?

Is there a quick/easy/hard/kludgy/dirty way of doing this?

Thanks

Cheers

Greg

_______________________________________________
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/