ExaScience / smurff

Bayesian Factorization with Side Information in C++ with Python wrapper
MIT License
70 stars 14 forks source link

Error: No threading library used #133

Closed ruzihao closed 3 years ago

ruzihao commented 3 years ago

I am getting an error "No threading library used" while running MacauSession(...).run(). even when univariate=True. Any idea about this?

tvandera commented 3 years ago

Hello Howard, This means that you are not using multiple CPU cores on your system. This will make SMURFF slower, but it will otherwise run OK. T.