Skip to content

Valgrind

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.

Environment Modules

Run module spider valgrind to find out what environment modules are available for this application.

Environment Variables

  • HPC_VALGRIND_DIR - Installation directory
  • HPC_VALGRIND_BIN - Executable directory
  • HPC_VALGRIND_LIB - Library directory

Categories

programming