-
-
Notifications
You must be signed in to change notification settings - Fork 23
Support larger machines with OpenBLAS #323
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
Comments
Maybe ref OpenMathLib/OpenBLAS#103 |
It would be great to be able to set this with variable in |
The comment is misleading. @vtjnash explained what this number actually is in JuliaLang/julia#14857 |
@vtjnash Can you suggest a better formulation for this comment? |
The only way is to try this out, but we want a small default also for memory allocation reasons. |
Increasing this limit severely increases the amount of memory as @vtjnash mentions in JuliaLang/julia#14857 (comment) Thus, it is unlikely the defaults will change unless upstream does something about it. |
Julia's
deps/Makefile
contains these lines:We have a system with 28 cores, and larger systems exist. Should this limit be increased?
The text was updated successfully, but these errors were encountered: