Skip to content
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

OpenBLAS warning: precompiled NUM_THREADS exceeded, adding auxiliary array for thread metadata. #293

Open
haikunhu opened this issue Sep 21, 2024 · 5 comments

Comments

@haikunhu
Copy link

haikunhu commented Sep 21, 2024

When I run the .sh script generated by multi_RNA, the following error occurs:
OpenBLAS warning: precompiled NUM_THREADS exceeded, adding auxiliary array for thread metadata.
To avoid this warning, please rebuild your copy of OpenBLAS with a larger NUM_THREADS setting
or set the environment variable OPENBLAS_NUM_THREADS to 64 or lower
Segmentation fault (core dumped)

Data from a certain sample in the same batch of data can be mapped successfully, while some sample encountered the error above. How can I fix this?
Version
celescope 2.0.7

@zhouyiqi91
Copy link
Collaborator

https://stackoverflow.com/questions/75619847/python-sklearn-openblas-error-for-kmeans

Try to add export OPENBLAS_NUM_THREADS=1 at the top of the shell script.

@haikunhu
Copy link
Author

haikunhu commented Sep 23, 2024

https://stackoverflow.com/questions/75619847/python-sklearn-openblas-error-for-kmeans

Try to add export OPENBLAS_NUM_THREADS=1 at the top of the shell script.

Thank you so much for this solution and it worked.
I ran into another error when mapping other samples from the same batch of data.
微信图片_20240923170809
All the samples were prepared with the same kit (Singleron Biotechnologies, 4180011) and the .sh script were generated by the same multi_RNA command. I'd appreciate it if you could fix this again.

@zhouyiqi91
Copy link
Collaborator

Exit status 102 usually means an error related to memory or disk.
alexdobin/STAR#1236

I think the real error message of the STAR should be a little above this screenshot.

@zhouyiqi91
Copy link
Collaborator

Add the paramter --STAR_param "--limitBAMsortRAM 20000000000" to multi_rna.

@haikunhu
Copy link
Author

Add the paramter --STAR_param "--limitBAMsortRAM 20000000000" to multi_rna.

Problems solved! Thank you so much and you can close this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants