Skip to main content

How does gurobi use hyperthreading?

Answered

Comments

2 comments

  • Official comment
    Simranjit Kaur
    • 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 try Gurobot, our chatbot interface offering instant, expert-level support.
  • Jaromił Najman
    • Gurobi Staff

    Gurobi uses all threads available on the machine, unless parameter Threads is set explicitly by the user. Usually, also hyperthreading is exploited by Gurobi unless there is some specific OS setting preventing this.

    It is important to limit the number of Threads used by Gurobi when running multiple jobs on 1 machine to avoid interference of solutions processes.

    Note that using an excessive amount of threads is not always best, cf. Does using more threads make Gurobi faster?

    Best regards, 
    Jaromił

    -1

Post is closed for comments.