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
I'm struggling with a problem that when running inflate_region from the Python interface, it automatically takes more than 1000% CPU usage. This has caused all our program to slow down a lot. I suspect it originates from some internal computation in Eigen3 or MOSEK using multiple threads but couldn't find out how to disable it or constraint it to use only up to 100% CPU. I've tried to set the environment variables for multi threading such as MSK_IPAR_INTPNT_MULTI_THREAD, MSK_IPAR_NUM_THREADS, NUM_OMP_THREADS, MKL_NUM_THREADS and Eigen::setThreads() in the iris.cpp: inflate_region function but nothing helped. Any advice or hints would be highly appreciated.
The text was updated successfully, but these errors were encountered:
Hi there,
I'm struggling with a problem that when running
inflate_region
from the Python interface, it automatically takes more than 1000% CPU usage. This has caused all our program to slow down a lot. I suspect it originates from some internal computation in Eigen3 or MOSEK using multiple threads but couldn't find out how to disable it or constraint it to use only up to 100% CPU. I've tried to set the environment variables for multi threading such asMSK_IPAR_INTPNT_MULTI_THREAD
,MSK_IPAR_NUM_THREADS
,NUM_OMP_THREADS
,MKL_NUM_THREADS
andEigen::setThreads()
in theiris.cpp: inflate_region
function but nothing helped. Any advice or hints would be highly appreciated.The text was updated successfully, but these errors were encountered: