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

[HTCondor-users] Use of "Target.Machine" with wildcard



Dear all,

for test purpose, I want to specify the target machine in my jdl file.

This is working fine when I know exactly the name of the target machine:

requirements = Target.Machine =?= "target_machine_name".

I would like to specify as well only part of the name of the target machine.

I tried with wildcard:

requirements = Target.Machine =?= "*target*"

but this was not successful.

Is there a way to achieve this?

Thanks a lot in advance for your help!

Best wishes
Benoit