Skip to content

GUROBI

In order to use Gurobi on DelftBlue, all you have to do is to load a corresponding module:

module load  gurobi/10.0.3

or

module load gurobi/11.0.1

or

module load gurobi/12.0.0

Depending on the parallelisation requirements, you might need to also load OpenMPI:

module load 2026 cpu
module load openmpi

If you want to use gurobi.py, the best option is to install it with pip or conda, and point to the location of the gurobi licence file, e.g.

export GRB_LICENSE_FILE=/apps/generic/gurobi/12.0.0/linux64/lib/gurobi.lic