Skip to content

GUROBI

To make your local installation of GUROBI talk to the TU Delft's license server, you have to create a license file pointing to the correct server and port. To do so:

On the terminal of DelftBlue:

touch gurobi.lic
vim gurobi.lic

In the gurobi.lic file, type the following:

TOKENSERVER=flexserv-x1.tudelft.nl
PORT=27099

Now your Gurobi installation setup is ready.

More information can be found here: https://github.com/nkpanda97/run_in_hpc