Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[HTCondor-users] Use of "Target.Machine" with wildcard
- Date: Mon, 28 Nov 2022 11:45:52 +0100
- From: Benoit Roland <benoit.roland@xxxxxxx>
- Subject: [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