-
Notifications
You must be signed in to change notification settings - Fork 190
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 #513
Comments
Below is my conda env:
|
Don't use that personal channel. Release python restrictions and install dependencies directly. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Dear ursky,
Thank you for developing this pipeline. I installed following your "Manual installation" suggestions and ran each module smoothly until the
--concoct
parameter inmetawrap binning
command, where I met endless warningsOpenBLAS 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
, however, I cannot install this by the configuration you recommended in README. Instead, I ranconda install -y blas=*=*mkl
but still did not solve the warning.make USE_OPENMP=1
conda-forge/openblas-feedstock#79. Following this, I tried to install OpenBLAS and openMP against in conda byconda install libopenblas=*=*openmp* --channel conda-forge
, not work.-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: