From: Charles De L. <ch...@dn...> - 2003-07-03 17:59:00
|
Hello All After looking through the archive and FAQ, I was not able to find the answer to my question. So here it is. Has anyone tried using Valgrind on a program using the Intel implementation of OpenMP on Linux? If so, I would like to know it it behaves correctly. If doesn't behave correctly, I would like to know what may go wrong. OpenMP is a standard for multithread programming which takes special care of data sharing between threads. Looks pretty neat. On Linux, the Intel implementation of this standard uses pthreads. At first view, this should be ok with valgrind, but since I don't know exactly how the implementation works (i.e. the code that gets inserted by some #pragma instructions) , I might yet miss something. Thank you Charles |