Difference between revisions of "Valgrind"

From UFRC
Jump to navigation Jump to search
Line 23: Line 23:
 
===Serial===
 
===Serial===
 
*gcc/4.7.2
 
*gcc/4.7.2
*{{#uppercase:{{#var:app}}}}
+
*{{#lowercase:{{#var:app}}}}
  
 
===Parallel===
 
===Parallel===
 
*gcc/4.7.2
 
*gcc/4.7.2
 
*openmpi/1.6.5
 
*openmpi/1.6.5
*{{#uppercase:{{#var:app}}}}
+
*{{#lowercase:{{#var:app}}}}
  
 
==System Variables==
 
==System Variables==
Line 34: Line 34:
 
* HPC_{{#uppercase:{{#var:app}}}}_BIN - executable directory
 
* HPC_{{#uppercase:{{#var:app}}}}_BIN - executable directory
 
* HPC_{{#uppercase:{{#var:app}}}}_LIB - library directory
 
* HPC_{{#uppercase:{{#var:app}}}}_LIB - library directory
* HPC_{{#uppercase:{{#var:app}}}}_INC - include file directory
 
  
 
{{#if: {{#var: exe}}|==How To Run==
 
{{#if: {{#var: exe}}|==How To Run==

Revision as of 20:31, 13 November 2013

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

Serial

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

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