Index of /research/sparse/cholmod/CHOLMOD/Valgrind

      Name                    Last modified       Size  Description

[DIR] Parent Directory 11-Aug-2008 10:12 - [TXT] License.txt 13-Dec-2006 08:31 1k [   ] Make.inc 29-Nov-2006 13:33 1k [   ] Makefile 14-Jul-2008 20:38 1k [TXT] gpl.txt 13-Jun-2005 19:10 18k [   ] suppress 19-Aug-2005 19:00 1k [DIR] tmp/ 30-Nov-2006 21:02 -

Torture test for CHOLMOD, using valgrind.  Requires Linux.

Type "make" to compile and run CHOLMOMD with valgrind.
Every line of CHOLMOD will be exercised, and its results
checked.  The line "All tests passed" should appear in each
output file (*.grind).  Valgrind should report no errors,
and no malloc'd blocks should be in use at exit.

Note that many, many error messages will appear in the
test output itself (tmp/*.out), because all of CHOLMOD's
error handling is checked as well.  These errors are
expected.

To remove all but the source files and output files from
this directory, type "make clean".  To remove all but the
files in the original distribution and the symbolic links,
type "make distclean".  To remove all but the files in
the original distribution, type "make dopurge".