Difference between revisions of "Valgrind"
Jump to navigation
Jump to search
Moskalenko (talk | contribs) m (Text replacement - "#lowercase" to "lc") |
|||
(3 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | [[Category:Software]][[Category: | + | [[Category:Software]][[Category:Programming]] |
{|<!--Main settings - REQUIRED--> | {|<!--Main settings - REQUIRED--> | ||
|{{#vardefine:app|Valgrind}} | |{{#vardefine:app|Valgrind}} | ||
Line 21: | Line 21: | ||
==Required Modules== | ==Required Modules== | ||
[[Modules|modules documentation]] | [[Modules|modules documentation]] | ||
− | |||
− | |||
− | |||
===Parallel=== | ===Parallel=== | ||
*gcc/4.7.2 | *gcc/4.7.2 | ||
*openmpi/1.6.5 | *openmpi/1.6.5 | ||
− | *{{ | + | *{{lc:{{#var:app}}}} |
==System Variables== | ==System Variables== | ||
− | * HPC_{{ | + | * HPC_{{uc:{{#var:app}}}}_DIR - installation directory |
− | * HPC_{{ | + | * HPC_{{uc:{{#var:app}}}}_BIN - executable directory |
− | * HPC_{{ | + | * HPC_{{uc:{{#var:app}}}}_LIB - library directory |
{{#if: {{#var: exe}}|==How To Run== | {{#if: {{#var: exe}}|==How To Run== |
Latest revision as of 21:31, 6 December 2019
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
- valgrind
System Variables
- HPC_VALGRIND_DIR - installation directory
- HPC_VALGRIND_BIN - executable directory
- HPC_VALGRIND_LIB - library directory