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

Re: [HTCondor-users] job attribute and startd



Hello,

Maybe you need to try following, afaik without TARGET it will refer to the machine classAD instead of job classAD.

START = (TARGET.cabinet =?= true)

Thanks & Regards,
Vikrant Aggarwal


On Thu, Mar 4, 2021 at 5:04 AM <rmorgan466@xxxxxxxxx> wrote:
I have a pool of servers which are located in a different cabinet and they have some internal storage that has specific data.Â

In my submit file, I would like to do:

executable = /bin/perl
arguments = "large_analysis.pl arg1"
+cabinetÂ
queue

It should get routed to the machines whichÂare tagged as "cabinet"Â

I am tagging cabinet like this

cabinet = true
STARTD_ATTRS = $(STARTD_ATTRS) cabinet
START = (cabinet =?= true)

For some reason when I submit the job WITHOUTÂ+cabinet, it still goes to cabinet servers.


--
--- Get your facts first, then you can distort them as you please.--
_______________________________________________
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/