|
From: Bart V. A. <bar...@gm...> - 2008-10-09 06:23:22
|
On Wed, Oct 8, 2008 at 5:08 PM, Sérgio Durigan Júnior <ser...@li...> wrote: > What should I specifically do to get Helgrind working with OpenMP? What > kind of modifications in the GNU OpenMP runtime support sources should > I make? In the Valgrind trunk there are two thread error detection tools present, namely Helgrind and DRD. Both support OpenMP. With regard to OpenMP, DRD has the advantage that it works with unmodified GNU OpenMP runtime source code. For instructions on how to build DRD and its documentation, see also http://www.nabble.com/-ANNOUNCEMENT--DRD,-a-Thread-Error-Detector-td18336351.html Bart. |