Difference between revisions of "Valgrind"

From UFRC
Jump to navigation Jump to search
m (Text replacement - "#uppercase" to "uc")
Line 28: Line 28:
  
 
==System Variables==
 
==System Variables==
* HPC_{{#uppercase:{{#var:app}}}}_DIR - installation directory
+
* HPC_{{uc:{{#var:app}}}}_DIR - installation directory
* HPC_{{#uppercase:{{#var:app}}}}_BIN - executable directory
+
* HPC_{{uc:{{#var:app}}}}_BIN - executable directory
* HPC_{{#uppercase:{{#var:app}}}}_LIB - library directory
+
* HPC_{{uc:{{#var:app}}}}_LIB - library directory
  
 
{{#if: {{#var: exe}}|==How To Run==
 
{{#if: {{#var: exe}}|==How To Run==

Revision as of 21:29, 6 December 2019

Description

Valgrind website  

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

modules documentation

Parallel

  • gcc/4.7.2
  • openmpi/1.6.5
  • {{#lowercase:Valgrind}}

System Variables

  • HPC_VALGRIND_DIR - installation directory
  • HPC_VALGRIND_BIN - executable directory
  • HPC_VALGRIND_LIB - library directory