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

Test test_par_interp.test_matmuls('native', 'single', 'cpu') fails #34

Closed
nebw opened this issue Sep 26, 2015 · 2 comments
Closed

Test test_par_interp.test_matmuls('native', 'single', 'cpu') fails #34

nebw opened this issue Sep 26, 2015 · 2 comments

Comments

@nebw
Copy link

nebw commented Sep 26, 2015

On my system the test fails with the following error message:

test_par_interp.test_matmuls('native', 'single', 'cpu') ... BLAS : Program is Terminated. Because you tried to allocate too many memory regions.

I think this is because I'm using my own version of OpenBLAS which was compiled with NUM_THREADS=4 (see #33) instead of USE_THREAD=0. Is there anything I can do to help debug the problem?

@joschu
Copy link
Owner

joschu commented Sep 30, 2015

I actually ran into the same problem myself on a 16-cpu machine, which led to the two commits 297ee1 and ef9c8ca. They check for the number of threads before compiling OpenBLAS.
Could you check to see if that fixes the problem for you?

@joschu
Copy link
Owner

joschu commented Oct 9, 2015

I'm going to close the issue as I think it's fixed now. Please let me know if there's still a problem.

@joschu joschu closed this as completed Oct 9, 2015
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