velocyto.R icon indicating copy to clipboard operation
velocyto.R copied to clipboard

OpenBLAS Warning

Open qazzaq1017 opened this issue 5 years ago • 6 comments

I got endless OpenBLAS Warning when call show.velocity.on.embedding.cor, and no result after over half an hour. My R is installed with conda venv. Can I fix this with conda command?

OpenBLAS Warning : Detect OpenMP Loop and this application may hang. Please rebuild the library with USE_OPENMP=1 option. OpenBLAS Warning : Detect OpenMP Loop and this application may hang. Please rebuild the library with USE_OPENMP=1 option. OpenBLAS Warning : Detect OpenMP Loop and this application may hang. Please rebuild the library with USE_OPENMP=1 option.

qazzaq1017 avatar Jan 15 '20 02:01 qazzaq1017

Got the same issue, any suggestion?

lixin4306ren avatar Jun 09 '20 11:06 lixin4306ren

Got the same issue as well, any luck?

danmoore1987 avatar Jun 26 '20 17:06 danmoore1987

This is bad. I tried hours. No solution was helpful.

hongjianjin avatar Jul 17 '20 16:07 hongjianjin

Same warning message. Any ideas of how long this step takes? or something is going wrong? No results after running for a few hours on 20k cells

mzhibo avatar Oct 30 '20 21:10 mzhibo

hi all, you may see this: https://github.com/velocyto-team/velocyto.R/issues/131

listen2099 avatar Mar 19 '21 02:03 listen2099

The underlying operational logic cores of OPENBLAS is 1,so before you use R to caleculate,execute this command in your terminal export OMP_NUM_THREADS=1 The others method of resolution is that fix the number of 'n.cores' to 1https://github.com/velocyto-team/velocyto.R/issues/131#issuecomment-848391934

xin-bang avatar Apr 01 '22 09:04 xin-bang