Maximum number of pools/licenses?
AnsweredHi there,
I'm planning to run many versions of my script in parallel with different parameter values by using unique licenses to calling on unique pools. My question is--how many unique pools/licenses can I use at once?
Thanks,
Margaret
-
Official comment
This post is more than three years old. Some information may not be up to date. For current information, please check the Gurobi Documentation or Knowledge Base. If you need more help, please create a new post in the community forum. Or why not try our AI Gurobot?. -
It sounds like you're trying to solve different models on Gurobi Cloud using different algorithmic parameters. If that's correct, you don't need separate pools: each model can get its own algorithmic parameters.
0 -
Hi Greg--I'm pursuing this strategy based on the response to my previous post here. Basically, it's seemed that if I want to run many iterations of a script (each with different parameters) in parallel, I need to call on several different pools. Can I use the same pool to run different models in parallel, or would it have to be sequential runs?
Thanks,
Margaret
0 -
Hi Margaret,
Sorry, I didn't realize your goal in the previous post was to just solve the model with different parameters. In this case, you can increase the number of Compute Servers and/or the job limit of the pool, then submit all of the jobs (with the different parameters) at once. The pool will simultaneously process as many jobs as you submit, up to (number of Compute Servers) x (job limit). The rest of the jobs will be queued, if queueing is enabled.
This is a much cleaner approach, since you only need to work with a single license file.
Eli
1 -
Thanks for the clarification, Eli--that's helpful and does sound cleaner! I'll give it a try this way.
0
Post is closed for comments.
Comments
5 comments