Intel® C++ Compiler
Community support and assistance for creating C++ code that runs on platforms based on Intel® processors.

pthreads and TBB

newport_j
Beginner
307 Views


Iam looking for something to help me understand my program's pthread(s) section. The program right now runs on with pthread, butit appears to have many deadlocks.I used vtune to check for this and they - the deadlocks - appear to be there according to vtune. Anyway, the presence of pthreads is making the program loose it parallelism; so I want to remove the pthreads and replace with something else such as OPENMP, MPI or Cilk. But, of course, I must at first get rid of the pthreads.

Iunderstand pthreads, but I have little understanding of the specifics in the how they are used in my prgram. It is very complex.I thought that some software such as TBB could help in understanding howpthredas are used.

Can intel's Threaded Building Blocks do this?

Any help appreciated.

Newport_j
0 Kudos
1 Reply
newport_j
Beginner
307 Views


Wait a minute. I put this in the wrong forum.I wanted it to go to the IntelTBB forum. Sorry. I do not know how to move it.

Sorry.

Newport_j
0 Kudos
Reply