Docker and Gurobi
AnsweredWe are running Gurobi solves that have been taking 500,000+ seconds on a 64-core system with 488GB of RAM. We would like to run Gurobi inside docker so that we can checkpoint it and restart when our server is reboot (our server is reboot unpredictably to install software patches, and we have no control over this process).
Does anyone have experience doing this? I am particularly concerned about how Gurobi will reconnect to the token server.
0
-
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?. -
Gurobi does not keep an open connection to the token server. So, whenever it needs to check the license, it will connect to the token server with a fresh connection. So, unless you change the DNS of the token server on the way, I think your approach should work.
0
Post is closed for comments.
Comments
2 comments