Build Error: Cannot build OpenBLAS with OpenMP enabled and having NUM_PARALLEL > 30
shivammonaka opened this issue · 4 comments
shivammonaka commented
martin-frbg commented
I suspect you may be running out of stack space, check your ulimit settings ?
shivammonaka commented
I tried with ulimit -s unlimited
, Still the same issue
martin-frbg commented
it is running out of memory in the "fork after fork" test - where it tries to fork another 64-thread instance from the already forked process. If you really need to experiment with this, comment out the fork tests in the utest makefile
martin-frbg commented
I will add perror
statements to the test case later when I have time - they should make it clearer why the test failed