views:

27

answers:

1

Hello, We have several users on the computing nodes which are running quite slow in some times. Are there some utility which can tell that the code makes cache misses or give a some hints for the optimization? The most of the users are coding in C++/C and F77/F90(some times with openmp).

kind regards Arman.

+1  A: 

Depending on what operating system you are using you might want to look at Shark (Mac OS X), Zoom (Linux) or VTune (Windows).

Paul R
The zoom looks interesting, thanks. I will try it.
Arman
@Arman: yes it's very good - you can get a free 30 day evaluation license in order to try it out - after that you have to buy it but it's very reasonably priced.
Paul R
@Paul: "Zoom" was much "solid" than Cachegrind from the Valgrind.
Arman