Valgrind
Revision as of 20:30, 13 November 2013 by Yingz (talk | contribs) (Created page with "Category:SoftwareCategory:Computer Science {|<!--Main settings - REQUIRED--> |{{#vardefine:app|Trilinos}} |{{#vardefine:url|http://valgrind.org}} |{{#vardefine:exe|}} ...")
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
Serial
- gcc/4.7.2
- {{#uppercase:Trilinos}}
Parallel
- gcc/4.7.2
- openmpi/1.6.5
- {{#uppercase:Trilinos}}
System Variables
- HPC_{{#uppercase:Trilinos}}_DIR - installation directory
- HPC_{{#uppercase:Trilinos}}_BIN - executable directory
- HPC_{{#uppercase:Trilinos}}_LIB - library directory
- HPC_{{#uppercase:Trilinos}}_INC - include file directory