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

FYI: Single-threading may be needed #3

Open
PallHaraldsson opened this issue Sep 29, 2020 · 0 comments
Open

FYI: Single-threading may be needed #3

PallHaraldsson opened this issue Sep 29, 2020 · 0 comments

Comments

@PallHaraldsson
Copy link

For Oct2Py at least I got "Session died" (for inv function) and tracked it down to needing:

ENV["OPENBLAS_NUM_THREADS"]="1"

https://github.com/xianyi/OpenBLAS/wiki/faq#multi-threaded

OpenBLAS is ok with threading, but Octave doesn't support the combination, it seems, at least I fixed this way. This needs probably not be reported at Oct2Py, as I think Python doesn't enable threading by default, but Julia does, so for the combination of the three languages is a problem, or I assume would be also for you, this package.

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

1 participant