|
From: Julian S. <js...@ac...> - 2008-10-11 11:05:15
|
> > > What should I specifically do to get Helgrind working with OpenMP? > > > > See the attached files. Note that they are for valgrind-3.3.1. > > Thank you. I've tried to locate those files (or at least the README) in > the tar.bz2 package without success. Are they in some specific place, or > only you developers have them? :-) Just sitting around in my tree somewhere :-( A better solution would be to make Helgrind aware of the required GNU OpenMP primitives, so it supports GNU OpenMP directly, like drd. Another thing you might want to do is try the "YARD" branch Helgrind with those files. It has a lower false error rate and better error messages than the trunk or 3.3.1 Helgrind, in that it shows you tracebacks for both memory accesses involved in a race. It may also behave better on ppc (maybe; am not sure about that). svn co svn://svn.valgrind.org/valgrind/branches/YARD yard cd yard ./autogen.sh then configure/build as usual. > By the way, is there an IRC channel or something where I can get in > touch with you, guys? I've tried #valgrind on Freenode, but apparently > it's not even registered. Er, no. We've never had an irc channel. J |