Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

Why do my OpenMP runs keep crashing?

crashing OpenMP
0
Posted

Why do my OpenMP runs keep crashing?

0

We think this is because local variables for each thread are allocated on the stack rather than the heap, and some compilers don’t allocate enough stack space. Set the compiler options in make.inc to increase the available stack space. A second possibility is that your LAPACK library is not thread-safe: try compiling the code using the native BLAS/LAPACK libraries.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.