Skip to main content

Solving thousands of QP parallelly on a machine

Comments

1 comment

  • Jaromił Najman
    Gurobi Staff Gurobi Staff

    Dear Bo,

    In C++, you could use the MPI package to run several instances of Gurobi in parallel on a single machine. It is a well known and widely used package with many tutorials.

    Please note that you should then set the Threads parameter for each instance to 1.

    Best regards,
    Jaromił

    1

Please sign in to leave a comment.