Hi i am using Fedora 14....While executing parallel programs in C i am getting segmentation fault error when i give the array size more than 700000...I am not able to understand the problem please help me out and give solution.
Also, is the array being shared by each thread or is a new array of that size being created by each thread. You could well just be exceeding memory in a big way with multiple threads.