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
On some systems (e.g. Ubuntu), calculating PEPs with getQvaluesFromScores is extremely slow (more than 1 minute instead of just a few seconds) when OMP multithreading is not disabled for numpy. This can be circumvented by prepending the call to Triqler/Qvality by OMP_NUM_THREADS=1. I'm not sure yet which of the numpy functions is causing this, but it's most likely one of the matrix functions used in the IRLS.
On some systems (e.g. Ubuntu), calculating PEPs with getQvaluesFromScores is extremely slow (more than 1 minute instead of just a few seconds) when OMP multithreading is not disabled for numpy. This can be circumvented by prepending the call to Triqler/Qvality by
OMP_NUM_THREADS=1
. I'm not sure yet which of the numpy functions is causing this, but it's most likely one of the matrix functions used in the IRLS.triqler/triqler/qvality.py
Line 28 in b433f7b
The text was updated successfully, but these errors were encountered: