I have an int flags[(1<<20)];
array and it seems that there's something wrong, and it causes segmentation fault. Is this a stack overflow problem? How much should I set stack size and how?
↧
A int[2²⁰] array cause OpenMP Segmentation Fault
↧