|
From: Betty W. <tx...@wm...> - 2004-12-14 20:30:42
|
Hello, everyone, I modified Valgrind's Cachegrind a little. When I run my own version of Cachegrind on some OMP benchmark, I got the following warning: ==15149== warning: Valgrind's pthread_getattr_np is incomplete ==15149== your program may misbehave as a result ==15149== warning: Valgrind's pthread_attr_destroy does nothing ==15149== your program may misbehave as a result Running Cachegrind on the same benchmark some weeks ago, I don't remember this warning showed up before. Could anybody give me some clue of where to look in Valgrind in order to get rid of this warning? Thanks! --- Betty |