(offtopic: Purify and Valgrind) Re: [Coin-discuss] Purify UMR CoinFactorization::pivotOneOtherRow

Brian Borchers borchers at nmt.edu
Wed May 24 13:23:29 EDT 2006


In short, Valgrind can detect many errors that Purify can't detect, but
it's also vastly slower in doing so.  
 
I regularly use valgrind to test new versions of CSDP, but it slows
computations down by several orders of magnitude, so I can only run
the code on small test problems.  Purify and other malloc debugging
libraries are much faster.



More information about the Coin-discuss mailing list