Difference between revisions of "Valgrind"
Jump to navigation
Jump to search
Moskalenko (talk | contribs) |
|||
Line 1: | Line 1: | ||
− | [[Category:Software]][[Category: | + | [[Category:Software]][[Category:Programming]] |
{|<!--Main settings - REQUIRED--> | {|<!--Main settings - REQUIRED--> | ||
|{{#vardefine:app|Valgrind}} | |{{#vardefine:app|Valgrind}} |
Revision as of 18:43, 7 July 2017
Description
Valgrind is an instrumentation framework for building dynamic analysis tools. There are Valgrind tools that can automatically detect many memory management and threading bugs, and profile your programs in detail. You can also use Valgrind to build new tools.
Required Modules
Parallel
- gcc/4.7.2
- openmpi/1.6.5
- {{#lowercase:Valgrind}}
System Variables
- HPC_{{#uppercase:Valgrind}}_DIR - installation directory
- HPC_{{#uppercase:Valgrind}}_BIN - executable directory
- HPC_{{#uppercase:Valgrind}}_LIB - library directory