Skip to main content

Solving thousands of QP parallelly on a machine

Comments

2 comments

  • Official comment
    Simranjit Kaur
    Gurobi Staff Gurobi Staff
    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?.
  • 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

Post is closed for comments.