You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running a script limiting the number of threads like julia --threads=1 test.jl, Gurobi does not respect this value.
I know its possible to limit using optimizer_with_attributes, but I don't have control of user code.
The text was updated successfully, but these errors were encountered:
Julia threads are not the same as Gurobi threads. The way to control Gurobi's thread use is via the Gurobi parameters. Changing the number of Julia threads will have no effect.
When running a script limiting the number of threads like
julia --threads=1 test.jl
, Gurobi does not respect this value.I know its possible to limit using
optimizer_with_attributes
, but I don't have control of user code.The text was updated successfully, but these errors were encountered: