From: Dan K. <da...@ke...> - 2003-07-03 18:13:40
|
Charles De Lean wrote: > Has anyone tried using Valgrind on a program using the Intel > implementation of OpenMP on Linux? 99.9% of us hackers haven't paid any attention to OpenMP, since OpenMP's whole goal is to shield programmers from the kind of details us hackers love. (It's for C or Fortran programmers trying to use more than one CPU on their dusty decks of punchcards by sprinkling a few pragmas around the loops they want parallelized.) And I suspect Intel's OpenMP implementation isn't free, so that makes it even less likely anyone here's tried it. There is one free C compiler that implements OpenMP, OdinMP. It lives at http://odinmp.imit.kth.se/ and looks like it'd be easy to try. See also http://savannah.nongnu.org/projects/gomp/ - Dan -- Dan Kegel http://www.kegel.com http://counter.li.org/cgi-bin/runscript/display-person.cgi?user=78045 |