A distributed MIP solver of Gurobi and GAMS

Questions on using the GAMS APIs (Python, .NET, etc.)
Post Reply
Ououou
User
User
Posts: 3
Joined: 1 year ago

A distributed MIP solver of Gurobi and GAMS

Post by Ououou »

Hi everyone,
I want to use the distributed function of GUROBI solver in supercomputing center.
I created two cloud hosts in the supercomputing center, and also established port 8090. Machine A has a license from gurobi, and Machine B acts as a worker.
Fig. 1 is a process of computer A, indicating that we start the first worker on machine A from the command line via "grb_rs --worker --port=8090". We continue the example by starting a second worker on machine B and connecting it to the first worker on machineA via "grb_rs --worker --port=8090 --join=172.28.127.254:8090", as shown in Fig. 2. But something went wrong. I don't know what the problem is, because I also set the path, i.e., "SET GRB_LICENSE_FILE= C:\Users\Fan\gurobi.lic".
Fig 1
Fig 1
Fig 2
Fig 2
Thank you in advance for your guidance.

Best regards.
A new comer for GAMS. Please give us your advice.
Post Reply