Difference between revisions of "Valgrind"

From UFRC
Jump to navigation Jump to search
(Created page with "Category:SoftwareCategory:Computer Science {|<!--Main settings - REQUIRED--> |{{#vardefine:app|Trilinos}} |{{#vardefine:url|http://valgrind.org}} |{{#vardefine:exe|}} ...")
 
Line 1: Line 1:
 
[[Category:Software]][[Category:Computer Science]]
 
[[Category:Software]][[Category:Computer Science]]
 
{|<!--Main settings - REQUIRED-->
 
{|<!--Main settings - REQUIRED-->
|{{#vardefine:app|Trilinos}}
+
|{{#vardefine:app|Valgrind}}
 
|{{#vardefine:url|http://valgrind.org}}
 
|{{#vardefine:url|http://valgrind.org}}
 
|{{#vardefine:exe|}} <!--Present manual instructions for running the software -->
 
|{{#vardefine:exe|}} <!--Present manual instructions for running the software -->

Revision as of 20:30, 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
  • {{#uppercase:Valgrind}}

Parallel

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

System Variables

  • HPC_{{#uppercase:Valgrind}}_DIR - installation directory
  • HPC_{{#uppercase:Valgrind}}_BIN - executable directory
  • HPC_{{#uppercase:Valgrind}}_LIB - library directory
  • HPC_{{#uppercase:Valgrind}}_INC - include file directory