dennisegen / MOST

MOST - Metabolic Optimization and Simulation Tool
3 stars 4 forks source link

Number of threads for GDBB under GLPK #101

Closed desmondlun closed 10 years ago

desmondlun commented 10 years ago

My understanding is that GLPK cannot run multithreaded. If this is true, then it does not make sense to allow the user to select the number of threads for GDBB when GLPK is selected as the solver. A simple solution is to limit the drop down box options to be just "1" when GLPK is selected as the solver (but to allow more when Gurobi is the solver).

CodeGuro commented 10 years ago

I believe this issue has been resolved in commit fb8325fbe6769ae5a72e2c00cf4bfed4bbef0018

jimkell commented 10 years ago

This has been fixed.