-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Concoct endless warning due to OpenBLAS #329
Comments
Below is my conda env: intel |
since i just had the same problem and there was no answer here yet, i'll share what helped in my case (even if i do not quite get why): I see HouyuZhang has alread tried installing the openMP version of libopenBlas and it did not help him. However in my case it did so i wonder if it may have to do also with the exact concoct-version or the exact libopenblas build? this is the command that gave me a new environment where concoct seems to work again (note that i already have bioconda subscribed in my standard channel list): the following packages were installed:
hope this helps... |
Using |
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=*=*mkl
works for me.make USE_OPENMP=1
conda-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
The text was updated successfully, but these errors were encountered: