-
Notifications
You must be signed in to change notification settings - Fork 14
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
Jobs failing due to OpenBLAS #185
Comments
It looks like the newer numpy versions are using an openBLAS version that spawns a thread count equal to the number of processors on the machine by default. Possible fixes include:
|
Is there a way to set this from where we import numpy? or does it have to be the environment variable? it will be hard to incorporate the env variable and ensure it is used |
Looks like maybe? Try setting the env variable just before we import numpy |
yeah, it looks like we could set it in the script itself
|
Fixed. |
MAVIS version: 2.2.3
Python version: 3.6.0
OS: Centos 6.7
Jobs are failing with thread count errors due to OpenBLAS (a part of numpy):
This seems to happen when too many jobs are running at the same time and when mavis is using numpy v1.16.0+.
The text was updated successfully, but these errors were encountered: