PipelineFX Forum

Qube! => Developer Customization => Topic started by: jesse on August 19, 2008, 02:18:59 AM

Title: limit number of workers, not just number of cpus
Post by: jesse on August 19, 2008, 02:18:59 AM
We have a farm of 20 worker nodes and 160 cpus.  We have a plugin that can only run on 5 worker nodes at one time.  Is it possible to limit the number of workers that the job will get sent to at one time?  I've seen the cpus restriction, but it does not see that this will work well enough. 

I know I have the following options, but I was hoping for a better solution:

Any Help would be appreciated.
Cheers,
jesse
Title: Re: limit number of workers, not just number of cpus
Post by: jesse on August 19, 2008, 06:05:16 AM
I've now read more of the Administration pdf.  I see that clusters might be useful in this case.  Is it possible to limit a job to a cluster?
Title: Re: limit number of workers, not just number of cpus
Post by: eric on August 20, 2008, 12:42:50 AM
Restrictions are how you can limit a job to run on a particular cluster. Just put the cluster name in the "restrictions" field when you submit the job.
Title: Re: limit number of workers, not just number of cpus
Post by: jesse on August 20, 2008, 03:03:17 AM
Aha!
Since I am new to clusters I did not realize they could be used in the restrictions list as well. 
Thank you!