How this pthread actually works?

Posted by user289013 on Stack Overflow See other posts from Stack Overflow or by user289013
Published on 2010-03-08T17:33:51Z Indexed on 2010/03/08 17:36 UTC
Read the original article Hit count: 271

Filed under:
|
|
|

I am actually on my project on compiler with SMP, and want to code with pthreads and heard about many parallel things open mpi and so on, So to start with how this thread is allocated to core while calling pthread,Is there any way to give threads to different cores by pthreads?

© Stack Overflow or respective owner

Related posts about pthread

Related posts about smp