Hi, I am learning pthreads and trying to implement the pthreads in my quicksortprogram. My problem is iam unable to understand how to implement the pthreads at data received at a node from the master (In detail: In my program Master will divide the data and send to the slaves and each slave will do the sorting independently of The received data and send back to master after sorting is done. Now Iam having a problem in Implementing the pthreads at the slaves,i.e how to implement the pthreads in order to share data among the cores in each slave and sort the data and send it back to master. So could anyone help in solving this problem by providing some suggestions and clues.
Thanking you very much. -- WITH REGARDS M.L.N.Seshendra