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
For question 1,
if you call OpenBLAS in OpenMP parallel region, it will conflict with OpenMP threading. You can set the environment export OPENBLAS_NUM_THREADS=1 before the binary running. Or, call openblas_set_num_threads(1) function before the OpenMP parallel region in the program.
For question 2,
if you use USE_OPENMP=1, OpenBLAS will disable native multi-threaading (win32 thread or pthread).
As same as report in #286 , xeigtsts is crashed on Windows 32/64 bit with USE_OPENMP=1.
The text was updated successfully, but these errors were encountered: