valgrind/3.12+gcc-6.2¶
- name
- Valgrind
- version
- 3.12.0 compiled with gcc/6.2
- 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.
- url
- http://valgrind.org
- license
- opensource
- built
- Wed Oct 26 16:03:51 CDT 2016
- dependencies
- gcc/6.2
- tags
- debugging, development
- usage
- Use the module system to load this version of valgrind:
module load midway2; module load valgrind/3.12+gcc-6.2
See also
- valgrind/3.12+gcc-6.2 (default)
- All versions available for valgrind.
- Valgrind
- General documentation for valgrind
- Modules
- Full list of software modules available on Midway.
- Software Modules Tutorial
- A tutorial on Midway modules and how to use them.