Index: /issm/trunk/externalpackages/valgrind/README
===================================================================
--- /issm/trunk/externalpackages/valgrind/README	(revision 1903)
+++ /issm/trunk/externalpackages/valgrind/README	(revision 1903)
@@ -0,0 +1,5 @@
+How to use valgrind to debug memory leaks. 
+Install valgrind (jut type valgrind.sh). 
+Compile the parallel code using -g -O0 as optoins (edit src/c/Makefile if necessary).
+Then set md.mem_debug=1, and run in parallel. Voila!
+The errlog will contain all the info spit out by valgrind.
