Im working on a pthread-based program for a parallel computing class im taking and ive run into a problem. It seems that I am unable to create more than ~254 threads. Is there any way to increase this ...
I was wondering if I needed to use any special compilation options when compiling with gcc. I am asking because neither my program nor programs taken from the web/texts using pthreads will work for me ...