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
Dear devlopers,
Thank you for developing this package. I met endless warnings OpenBLAS Warning: Detect OpenMP Loop and this application may hang. Please rebuild the library with USE_OPENMP=1 option.
I have checked through each page on the internet related to this issue:
Have gone through GitHub endless OpenBLAS Warning #232, and I got a sense that the OpenMP and OpenBLAS modules have problems. But, neither of conda install -y blas=2.5=mkl, conda install -y blas=*=*mkl works for me.
Dear devlopers,
Thank you for developing this package. I met endless warnings
OpenBLAS Warning: Detect OpenMP Loop and this application may hang. Please rebuild the library with USE_OPENMP=1 option.I have checked through each page on the internet related to this issue:
conda install -y blas=2.5=mkl,conda install -y blas=*=*mklworks for me.make USE_OPENMP=1conda-forge/openblas-feedstock#79. I tried to install OpenBLAS and openMP against in conda by conda install libopenblas=*=openmp --channel conda-forge, not work.Lastly, I used -t 1 to give up parallel running, but also did not work.
Do you have further suggestions on this issue? Also, it will help if you tell me an approximation of the running time of concoct.
Thanks in advance!
Houyu