Difference between revisions of "Valgrind"

From UFRC
Jump to navigation Jump to search
m (Text replacement - "#uppercase" to "uc")
m (Text replacement - "#lowercase" to "lc")
 
Line 25: Line 25:
 
*gcc/4.7.2
 
*gcc/4.7.2
 
*openmpi/1.6.5
 
*openmpi/1.6.5
*{{#lowercase:{{#var:app}}}}
+
*{{lc:{{#var:app}}}}
  
 
==System Variables==
 
==System Variables==

Latest revision as of 21:31, 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
  • valgrind

System Variables

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