Valgrind

From PHASTA Wiki
Revision as of 14:31, 21 August 2011 by Jema6380 (talk | contribs) (Created page with "Valgrind is very useful for finding memory leaks that occur when running scripts. From viz001 or viz002: ''soft add +valgrind'' cd to the directory which contains the program...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Valgrind is very useful for finding memory leaks that occur when running scripts.

From viz001 or viz002: soft add +valgrind

cd to the directory which contains the program you wish to run valgrind on

"valgrind --tool=memcheck <program_name>"