valgrind¶
Description¶
An instrumentation framework for building dynamic analysis. 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. Valgrind is Open Source / Free Software, and is freely available under the GNU General Public License, version 2.
Homepage¶
Available Versions on RCAC Clusters¶
| Cluster | Versions |
|---|---|
| ANVIL | 3.15.0 |
| BELL | 3.23.0 |
| NEGISHI | 3.19.0 |
Module¶
You can load the module by:
Note for using valgrind
Run module spider valgrind beforehand to check if this version requires any prerequisite modules.