[CMake] Memory checking MPI programs with valgrind?

Bill Hoffman bill.hoffman at kitware.com
Thu Feb 26 13:37:50 EST 2009


Bartlett, Roscoe A wrote:

> 
> Does anyone know how to get valgrind to not search for errors in the parent but only in the children?
> 

No way to do that, but you can create a suppression file.  If you add 
--gen-suppressions=all to the valgrind command line it will create 
entries for the suppression file directly.

-Bill


More information about the CMake mailing list