-
Notifications
You must be signed in to change notification settings - Fork 31
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
Comments
https://stackoverflow.com/questions/75619847/python-sklearn-openblas-error-for-kmeans Try to add |
Thank you so much for this solution and it worked. |
Exit status 102 usually means an error related to memory or disk. I think the real error message of the STAR should be a little above this screenshot. |
Add the paramter |
Problems solved! Thank you so much and you can close this issue. |
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
The text was updated successfully, but these errors were encountered: