|
From: Ali J. <a.j...@gm...> - 2008-03-10 11:03:39
|
Hi Bart > > If you can post the source code of a small OpenMP example or show me a > website where I can find OpenMP examples, I can make sure that DRD > works fine with OpenMP software. Here is a simple omp example for a data race detection which you could: http://developers.sun.com/sunstudio/downloads/ssx/tha/tha_using.html Also there is a list of benchmarks (e.g parsec, SPEC OMP2001) which might be useful to test DRD as they are implemented in OMP and POSIX threads: http://parsec.cs.princeton.edu/overview.htm I am trying to choose some of them to test on Helgrind. I am also interested in results produced by DRD. Ali |