Skip to main content

Enforcing maximum number of threads consumed by a worker on a per job basis

Ongoing

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?.
  • Simon Bowly
    Gurobi Staff Gurobi Staff

    Hi Robert,

    You can use the THREADLIMIT parameter on the server side to control this. This sets the default limit on the number of threads used by a worker launched on the cluster to handle a single optimization job. This overrides the setting of the Threads parameter on the client side, so the number of threads used by a single job would be the smaller of these two values.

    See the configuration properties section of the documentation for full details of this parameter. These configuration parameters can be set in the grb_rs.cnf file.

    Best regards,
    Simon

    0

Post is closed for comments.