I am working on a cirrus machine, having my C code profiled. I have Valgrind installed on it. But the output I get from --tool=callgrind
is barely understandable, hence I want to use kcachegrind tool. But I am not able to find a link to install it on linux terminal/cirrus.
how to install kcachegrind on linux or cirrus?
589 Views Asked by Akhil Haridasan At
1
Cirrus is not the name of a machine is the name of the cluster you are trying to work on.
So once being there, first you need to load the Valgrind module otherwise commands are not recognized by the compiler.
Have a check here:
https://hpc-uit.readthedocs.io/en/latest/development/debugging.html