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

Re: [HTCondor-users] Worker node configuration



Thanks for you reply. So, in my case, it is something like below

Node=compile

in Config:
START = Node =?= "compile"

then compile will accept only "compile" jobs? No execution jobs will be executed on "compile" node.

Please correct me if wrong.Â


On Thu, May 21, 2015 at 8:22 PM, Ben Cotton <ben.cotton@xxxxxxxxxxxxxxxxxx> wrote:
Sridhar,

If you set, for example, a JobType attribute on your jobs, you can use
that in the START _expression_:

 # In the submit file
 +JobType = "compile"

 # On the compile worker nodes
 START = JobType =?= "compile"


Thanks,
BC

--
Ben Cotton
main: 888.292.5320

Cycle Computing
Better Answers. Faster.

http://www.cyclecomputing.com
twitter: @cyclecomputing
_______________________________________________
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/